.cover-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.shadow {
  box-shadow: 0 60px 50px -40px rgba(0, 0, 0, 0.4);
}
.zoom-bg {
  background-size: 0 0;
  position: relative;
  overflow: hidden;
}
.zoom-bg::before {
  content: '';
  position: absolute;
  background-image: inherit;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 1s;
}
.zoom-bg:hover::before {
  transform: scale(1.1);
}
.modal.bsAlert {
  z-index: 1051 !important;
}
.modal.bsAlert + .modal-backdrop.show {
  z-index: 1050 !important;
}
.keep-lf {
  white-space: pre-wrap;
}
*[class^='istte-'],
*[class*=' istte-'] {
  font-family: 'istte' !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
body {
  font-family: '微软雅黑', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 0.875rem;
  color: #555;
}
a {
  color: #0071c1;
}
a:hover {
  color: #0065ad;
}
.nav-link:active,
.nav-link.active,
.nav-link:focus {
  outline: none;
}
.theme-color {
  color: #0071c1;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #0071c1;
  border-color: #0071c1;
}
.table-fixed {
  width: 100%;
  overflow-x: auto;
}
.table-fixed table tbody {
  display: block;
  overflow-y: hidden;
}
.table-fixed table tbody tr th:first-child,
.table-fixed table tbody tr td:first-child {
  position: sticky;
  width: 110px;
  background-color: #fff;
  display: block;
  left: 0;
}
.table-fixed table tbody tr th:first-child::before,
.table-fixed table tbody tr td:first-child::before {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  height: 100px;
  z-index: -1;
}
.page-preview-mode {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(255, 131, 0, 0.8);
  z-index: 9999;
  color: #fff;
}
.page-preview-mode a {
  margin-left: 20px;
  color: #fff;
}
header .top {
  display: flex;
  align-items: center;
  height: 95px;
}
header .top .logo img {
  width: 220px;
}
header .top .search-input-group {
  width: 208px;
}
header .top .search-input-group .form-control {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-right-color: transparent;
  height: 32px;
  font-size: 12px;
}
header .top .search-input-group .form-control::placeholder {
  color: #ccc;
}
header .top .search-input-group .input-group-append .btn {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: transparent;
  border-color: #ced4da;
  border-left-color: transparent;
  height: 32px;
}
header .navbar {
  background-color: #0071c1;
  padding: 0 1rem;
  height: 50px;
  z-index: 999;
}
header .navbar .navbar-toggler {
  border: none;
}
header .navbar ul.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #0071c1;
}
header .navbar ul.navbar-nav .nav-item {
  width: 100%;
  flex-shrink: 1;
  text-align: center;
  line-height: 50px;
}
header .navbar ul.navbar-nav .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
header .navbar ul.navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
header .navbar ul.navbar-nav .nav-item.active {
  background-color: #00bbff;
}
header .navbar ul.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  line-height: 2em;
  font-size: 0.875rem;
}
header .navbar ul.navbar-nav .nav-item .dropdown-menu .dropdown-item.active,
header .navbar ul.navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: #0071c1;
}
.block .block-title {
  color: #0071c1;
  border-bottom: 2px solid #0071c1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.block .block-title .title {
  font-size: 1.125rem;
  background-color: #0071c1;
  color: #fff;
  padding: 2px 8px;
}
.block .block-title .title i {
  margin-left: 12px;
}
.block .block-title .more a:hover {
  text-decoration: none;
}
.block.wrap-content .block-content {
  background-color: #fff;
  padding: 0 12px;
}
.article-list {
  padding: 12px 0;
  margin: 0;
  list-style: none;
}
.article-list > li {
  line-height: 36px;
  height: 36px;
}
.article-list > li > a {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.article-list > li > a .leading-flag {
  width: 1.5em;
  color: #0071c1;
}
.article-list > li > a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
}
.article-list > li > a .date {
  width: 115px;
  flex: none;
  text-align: right;
  font-size: 0.75rem;
}
.article-list > li > a:hover {
  color: #0071c1;
  text-decoration: none;
}
.article-list.bottom-border {
  border-bottom: 1px solid #d1d1d1;
}
.article-list.dash-split li {
  border-bottom: 1px dashed #d1d1d1;
}
.article-content img {
  max-width: 80%;
  margin: 0 auto;
}
.pagination .page-item .page-link {
  color: #666;
  border: 1px solid #d1d1d1;
  width: 30px;
  height: 30px;
  text-align: center;
}
.pagination .page-item.active .page-link {
  background-color: #0071c1;
  border-color: #0071c1;
  color: #fff;
}
.roadshow-card {
  display: block;
  color: inherit;
  padding: 24px 0;
  font-size: 0.75rem;
}
.roadshow-card .roadshow-card__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
}
.roadshow-card .roadshow-card__logo {
  background-size: 0 0;
  position: relative;
  overflow: hidden;
}
.roadshow-card .roadshow-card__logo::before {
  content: '';
  position: absolute;
  background-image: inherit;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 1s;
}
.roadshow-card .roadshow-card__logo:hover::before {
  transform: scale(1.1);
}
.roadshow-card .roadshow-card__title {
  padding: 18px 0 12px;
  font-size: 0.875rem;
  font-weight: bold;
}
.roadshow-card:hover {
  text-decoration: none;
}
.roadshow-card:hover .roadshow-card__title {
  color: #0071c1;
}
.roadshow-card:hover .roadshow-card__logo::before {
  transform: scale(1.1);
}
.no-data,
.page-error {
  text-align: center;
  padding: 80px 0;
}
.no-data img,
.page-error img {
  width: 180px;
}
section {
  padding: 50px 0 30px;
}
section.gray {
  background-color: #f4f4f4;
}
section.home-banner {
  padding: 0;
}
section.home-banner .banner-swiper {
  position: relative;
}
section.home-banner .banner-swiper .swiper-slide {
  height: 500px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-decoration: none;
}
section.home-banner .banner-swiper .swiper-slide:hover {
  text-decoration: none;
}
section.home-banner .banner-swiper .swiper-slide .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.home-banner .banner-swiper .swiper-slide .container .title {
  font-size: 3.75rem;
}
section.home-banner .banner-swiper .swiper-slide .container .sub-title {
  font-size: 1.125rem;
}
section.home-banner .banner-swiper .swiper-slide .container .abstract {
  font-size: 2rem;
}
section.home-banner .banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
section.home-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 65px;
  height: 4px;
  border-radius: 2px;
  opacity: 1;
  background-color: #fff;
}
section.home-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071c1;
  opacity: 1;
}
section.home-numbers .number-card {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 12px;
  text-align: center;
  color: #0071c1;
  height: 100%;
}
section.home-numbers .number-card .icon {
  width: 24px;
  height: 24px;
  font-size: 1.5rem;
  border-radius: 50%;
  color: #0071c1;
  line-height: 24px;
}
section.home-numbers .number-card .number {
  font-size: 1.5rem;
  padding-top: 18px;
  font-weight: bold;
}
section.home-numbers .number-card .title {
  font-size: 0.75rem;
}
section.home-numbers .number-card:hover {
  color: #fff;
  background-color: #0071c1;
}
section.home-numbers .number-card:hover .icon {
  color: #fff;
}
section.home-events .event-top {
  height: 100%;
  background-size: 0 0;
  position: relative;
  overflow: hidden;
}
section.home-events .event-top::before {
  content: '';
  position: absolute;
  background-image: inherit;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 1s;
}
section.home-events .event-top:hover::before {
  transform: scale(1.1);
}
section.home-events .event-top .mask {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 12px;
  color: #fff;
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.6);
}
section.home-events .event-top .mask .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
}
section.home-events .event-top .mask .date {
  flex: none;
  width: 90px;
  font-size: 0.75rem;
}
section.home-events .event-top .mask:hover {
  text-decoration: none;
}
section.home-events .event-top:hover::before {
  transform: scale(1.1);
}
.home-transactions .nav-transactions {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
}
.home-transactions .nav-transactions .nav-item {
  flex: auto;
  text-align: center;
}
.home-transactions .nav-transactions .nav-item .nav-link {
  background-color: #f4f4f4;
  color: inherit;
  border-radius: 0;
}
.home-transactions .nav-transactions .nav-item .nav-link i {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 12px;
}
.home-transactions .nav-transactions .nav-item .nav-link.active {
  background-color: #0071c1;
  color: #fff;
}
.home-transactions .nav-transactions .nav-item + .nav-item {
  border-left: 1px solid #fff;
}
.home-transactions .tab-content {
  padding-top: 12px;
}
.home-transactions .tab-content .table {
  font-weight: normal;
  border-bottom: 1px solid #d1d1d1;
}
.home-transactions .tab-content .table thead th {
  font-weight: normal;
  border-top: none;
  border-bottom: 1px solid #d1d1d1;
  color: #0071c1;
}
.home-transactions .tab-content .table td {
  border-top: 1px solid #d1d1d1;
  color: #555;
}
.home-news .sub-block {
  padding: 24px 24px 0;
  background-color: #fff;
  margin-bottom: 2px;
}
.home-news .sub-block h2 {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #0071c1;
}
.home-news .sub-block .article-list {
  padding-top: 12px;
}
.home-news .sub-block .article-list .date {
  width: 110px;
}
.article-card {
  color: inherit;
}
.article-card .img {
  background-size: 0 0;
  position: relative;
  overflow: hidden;
}
.article-card .img::before {
  content: '';
  position: absolute;
  background-image: inherit;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 1s;
}
.article-card .img:hover::before {
  transform: scale(1.1);
}
.article-card .title {
  padding: 8px 0 4px 0;
}
.article-card .date {
  font-size: 0.75rem;
}
.article-card:hover {
  text-decoration: none;
}
section.home-banner-bottom {
  padding-bottom: 36px;
}
section.home-banner-bottom a {
  text-decoration: none;
  display: block;
}
section.home-banner-bottom a img {
  width: 100%;
}
footer section.main {
  background-color: #333;
  color: #e9e9e9;
  padding: 24px 0;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
footer section.main h3 {
  font-size: 1rem;
  margin-bottom: 24px;
}
footer section.main a {
  display: block;
  color: inherit;
}
footer section.main a:hover {
  text-decoration: none;
}
footer section.main .list-one-col {
  width: 200px;
}
footer section.main .list-one-col a {
  display: block;
}
footer section.main .list-two-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer section.main .list-two-cols > * {
  width: 50%;
}
footer section.main .qrcode {
  width: 80px;
  margin-left: 12px;
  margin-top: 4px;
}
footer section.main .footer-row {
  display: flex;
  justify-content: space-between;
}
footer section.main .footer-row .col1 {
  flex-grow: 1;
}
footer section.main .footer-row .col1 .wrapper {
  width: 170px;
}
footer section.main .footer-row .col2 {
  flex-grow: 2;
  position: relative;
}
footer section.main .footer-row .col2::before,
footer section.main .footer-row .col2::after {
  content: '';
  position: absolute;
}
footer section.main .footer-row .col2 .wrapper {
  margin: 0 auto;
  width: 350px;
}
footer section.main .footer-row .col2::before {
  left: 0;
}
footer section.main .footer-row .col2::after {
  right: 0;
}
footer section.main .footer-row .col3 {
  flex-grow: 1;
}
footer section.main .footer-row .col3 .wrapper {
  margin-left: auto;
}
footer section.ext {
  background-color: #000;
  color: #e9e9e9;
  font-size: 0.75rem;
  padding: 30px 0;
}
footer section.ext a {
  color: inherit;
  padding: 0 6px;
}
footer section.ext a img {
  height: 1em;
  vertical-align: baseline;
}
section.tab-banner {
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 190px;
}
section.tab-panel-section {
  padding: 0 0 60px;
  margin-top: -65px;
}
section.tab-panel-section > .container .tab-panel {
  background-color: #fff;
  min-height: 600px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
section.tab-panel-section > .container .tab-panel .tab-nav {
  font-size: 1rem;
  border-bottom: 1px solid #b3b3b3;
  line-height: 65px;
  margin: 0 40px;
  display: flex;
}
section.tab-panel-section > .container .tab-panel .tab-nav span.emphasis {
  color: #0071c1;
}
section.tab-panel-section > .container .tab-panel .tab-nav span.nav-title {
  padding-left: 0;
  padding-right: 35px;
  color: #666;
  display: inline-block;
  flex-shrink: 0;
}
section.tab-panel-section > .container .tab-panel .tab-nav a {
  padding: 0 28px;
  color: #9e9e9e;
}
section.tab-panel-section > .container .tab-panel .tab-nav a:hover,
section.tab-panel-section > .container .tab-panel .tab-nav a.active {
  text-decoration: none;
  color: #0071c1;
}
section.tab-panel-section > .container .tab-panel .tab-nav a + a {
  position: relative;
}
section.tab-panel-section > .container .tab-panel .tab-nav a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background-color: #666;
}
section.tab-panel-section > .container .tab-panel .tab-nav .nav-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.tab-panel-section > .container .tab-panel .tab-header {
  font-size: 1.125rem;
  border-bottom: 1px solid #b3b3b3;
  line-height: 65px;
  height: 65px;
  margin: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.tab-panel-section > .container .tab-panel .tab-header .tab-name {
  font-size: 1.125rem;
  margin-right: auto;
}
section.tab-panel-section > .container .tab-panel .tab-header .font-size-switch {
  font-size: 0.75rem;
}
section.tab-panel-section > .container .tab-panel .tab-header .font-size-switch button {
  border: none;
  background-color: transparent;
  outline: none;
}
section.tab-panel-section > .container .tab-panel .tab-header .font-size-switch button.btn-font-s {
  font-size: 0.75rem;
}
section.tab-panel-section > .container .tab-panel .tab-header .font-size-switch button.btn-font-m {
  font-size: 0.875rem;
}
section.tab-panel-section > .container .tab-panel .tab-header .font-size-switch button.btn-font-b {
  font-size: 1rem;
}
section.tab-panel-section > .container .tab-panel .tab-header .font-size-switch button.active {
  font-weight: bold;
  color: #0071c1;
}
section.tab-panel-section > .container .tab-panel .tab-content {
  padding: 40px;
}
section.tab-panel-section > .container .tab-panel .tab-content h1 {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 24px;
}
section.tab-panel-section > .container .service-group {
  margin: 24px 0 36px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
section.tab-panel-section > .container .service-group .service-card {
  padding: 24px 12px;
  color: #666;
  font-size: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
section.tab-panel-section > .container .service-group .service-card h1 {
  font-size: 1rem;
  color: #0071c1;
  margin: 0;
}
section.tab-panel-section > .container .service-group .service-card h1 i {
  margin-right: 12px;
}
section.tab-panel-section > .container .service-group .service-card h2 {
  font-size: 1rem;
  color: #0071c1;
  padding-bottom: 12px;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.4;
}
section.tab-panel-section > .container .service-group .service-card h2 .sub {
  color: #666;
}
section.tab-panel-section > .container .service-group .service-card ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  line-height: 2em;
}
section.tab-panel-section > .container .service-group .service-card.main {
  background-color: #0071c1;
  color: #fff;
  box-shadow: none;
}
section.tab-panel-section > .container .service-group .service-card.main h1 {
  color: #fff;
}
section.tab-panel-section > .container .service-group .service-card.main .icon-bg {
  font-size: 60px;
  margin-left: auto;
}
.article-header {
  text-align: center;
  border-bottom: 2px solid transparent;
  margin-bottom: 24px;
}
.article-header.article-tab-5 {
  border-bottom-color: #cb1d36;
}
.article-header.article-tab-7 {
  border-bottom-color: #2671bc;
}
.article-header.article-tab-8 {
  border-bottom-color: #7ad1d3;
}
.article-header h1 {
  font-size: 20px;
  text-align: center;
}
.article-header .date {
  font-size: 0.75rem;
  padding: 24px 0;
}
.services-business-article {
  border-bottom: 1px dashed #b3b3b3;
}
.services-business-article .services-business-article__title {
  display: flex;
  flex-direction: row;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  color: #0071c1;
}
.services-business-article .services-business-article__title .istte-add {
  display: none;
}
.services-business-article .services-business-article__title .istte-sub {
  display: block;
}
.services-business-article .services-business-article__title.collapsed .istte-add {
  display: block;
}
.services-business-article .services-business-article__title.collapsed .istte-sub {
  display: none;
}
.services-business-article .services-business-article__content .wrapper {
  display: flex;
}
.services-business-article .services-business-article__content .wrapper .content {
  width: 100%;
  flex-shrink: 1;
  line-height: 2;
}
.services-business-article .services-business-article__content .wrapper .logo {
  width: 350px;
  flex-shrink: 0;
  margin-left: 24px;
}
.services-business-article .services-business-article__content .wrapper .logo img {
  width: 100%;
}
.tab-content-swiper-row .events-swiper-img .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tab-content-swiper-row .events-swiper-content-wrapper {
  background-color: #f4f4f4;
  height: 100%;
  padding: 0 24px;
}
.tab-content-swiper-row .events-swiper-content {
  height: 100%;
}
.tab-content-swiper-row .events-swiper-content .swiper-slide {
  font-size: 0.875rem;
  padding-top: 24px;
}
.tab-content-swiper-row .events-swiper-content .swiper-slide h2 {
  font-size: 1rem;
  color: #0071c1;
}
.tab-content-swiper-row .events-swiper-content .swiper-pagination {
  text-align: right;
  z-index: 9999;
}
.tab-content-swiper-row .events-swiper-content .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1px solid #0071c1;
}
.tab-content-swiper-row .events-swiper-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0071c1;
}
.back-to-top {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: fixed;
  bottom: 80px;
  right: 10px;
  background-color: #0071c1;
  border-radius: 5px;
  cursor: pointer;
}
html[page-name='transactions'] iframe {
  width: 100%;
  height: calc(100% - 155px);
  border: none;
}
@media (max-width: 575.98px) {
  header .top .logo img {
    width: 180px;
  }
  header .top .search-input-group {
    width: 180px;
  }
  section.tab-panel-section > .container {
    padding: 0;
  }
  .article-content img {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.99px) {
  header .navbar {
    background-color: transparent;
  }
  header .navbar ul.navbar-nav {
    display: block;
  }
  header .navbar ul.navbar-nav .nav-item .nav-link {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  section.home-banner .banner-swiper .swiper-slide .container .title {
    font-size: 2rem;
  }
  section.home-banner .banner-swiper .swiper-slide .container .sub-title {
    font-size: 1.125rem;
  }
  section.home-banner .banner-swiper .swiper-slide .container .abstract {
    font-size: 1.125rem;
  }
  footer section.main .footer-row {
    flex-wrap: wrap;
  }
  footer section.main .footer-row .col1,
  footer section.main .footer-row .col2,
  footer section.main .footer-row .col3 {
    width: 100%;
    margin-bottom: 24px;
  }
  footer section.main .footer-row .col1 .wrapper,
  footer section.main .footer-row .col2 .wrapper,
  footer section.main .footer-row .col3 .wrapper {
    margin: 0;
    width: 100%;
  }
  footer section.main .footer-row .col1 {
    order: 1;
  }
  footer section.main .footer-row .col2 {
    order: 3;
  }
  footer section.main .footer-row .col3 {
    order: 2;
  }
  footer section.main .footer-row .list-two-cols {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  footer section.main .footer-row .col3 .list-two-cols > * {
    width: 100%;
  }
}
