.block {
  display: block;
  width: 100%;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.over-hidden {
  overflow: hidden;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
i {
  display: inline-block;
  vertical-align: middle;
}
.text-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.text-limit2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.text-limit3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.text-limit4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.text-limit5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.hidden {
  display: none !important;
}
.dis-table {
  display: table;
  width: 100%;
}
.table-cell,
.v-align {
  display: table-cell;
  vertical-align: middle;
}
.clear-fix:after {
  content: '';
  display: inline-block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
}
ul.clear-fix:after {
  display: list-item;
}
.visibility-hidden {
  visibility: hidden !important;
}
.scrollbar {
  position: relative;
  overflow: hidden;
}
.perfect-scrollbar-reset.ps .ps__rail-y {
  width: 10px;
  overflow: hidden;
}
.perfect-scrollbar-reset.ps .ps__rail-y .ps__thumb-y {
  right: 0;
  background-color: #fff;
}
.ps__thumb-y {
  cursor: pointer;
  width: 10px;
  right: 0;
  background-color: #dbdbdb;
  box-shadow: 0 0 5px #fff;
}
.ps__rail-y {
  opacity: 0;
  width: 10px;
  border-radius: 25px;
}
.ps__rail-y:hover .ps__thumb-y {
  background-color: #dbdbdb;
  width: 10px;
}
.ps__rail-x {
  display: none !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #ededed;
}
.icon-desc {
  font-size: 14px;
  color: #666;
  display: table;
}
.icon-desc .icon {
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  width: 25px;
}
.icon-desc .icon > i {
  vertical-align: top;
}
.icon-desc .desc {
  display: table-cell;
  vertical-align: top;
  line-height: 1.5;
}
.icon-desc + .icon-desc {
  margin-top: 20px;
}
.icon-desc-wrapper {
  overflow: hidden;
}
.icon-desc-wrapper .icon-desc {
  margin-top: 0;
  float: left;
}
.icon-desc-wrapper .icon-desc + .icon-desc {
  margin-left: 130px;
}
.icon-desc-wrapper.space-between .icon-desc {
  margin-left: 0;
}
.icon-desc-wrapper.space-between .icon-desc:first-child {
  float: left;
}
.icon-desc-wrapper.space-between .icon-desc:last-child {
  float: right;
}
.title-underline {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.title-underline .title {
  float: left;
  font-size: 24px;
  color: #0172f5;
  height: 70px;
  border-bottom: 3px solid #0172f5;
  padding-top: 20px;
}
.summary-list {
  overflow: hidden;
}
.summary-list li {
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
.summary-list li .title {
  line-height: 1.5;
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
}
.summary-list li .desc {
  line-height: 1.2;
  color: #fe0000;
  font-size: 24px;
}
.summary-list.reverse .title {
  margin-bottom: 0;
}
.summary-list.reverse .desc {
  margin-bottom: 10px;
}
.offcanvas {
  position: fixed;
}
.cursor-pointer {
  cursor: pointer;
}
.clear {
  clear: both;
}
.fwb {
  font-weight: bold;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
header {
  height: 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  transition: all 0.3s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}
header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.active {
  background-color: #fff;
}
header.active > .container .logo.logo-color {
  display: inline-block;
}
header.active > .container .logo.logo-white {
  display: none;
}
header.active > .container nav .nav-list > li.active:after,
header.active > .container nav .nav-list > li:hover:after {
  border-bottom-color: #666;
}
header.active > .container nav .nav-list > li a {
  color: #333333;
}
header.active > .container .nav-btn-list > li .btn {
  color: #666;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
header.active > .container .nav-btn-list > li .btn.active,
header.active > .container .nav-btn-list > li .btn:hover {
  color: #fff;
  background-color: #0172f5;
  border-color: #0172f5;
}
header > .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > .container .logo {
  height: 30px;
}
header > .container .logo.logo-color {
  display: none;
}
header > .container .logo.logo-white {
  display: inline-block;
}
header > .container .logo img {
  height: 100%;
  width: auto;
  max-width: unset;
  max-height: unset;
}
header > .container nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header > .container nav .nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
header > .container nav .nav-list > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0;
}
header > .container nav .nav-list > li:hover .sub-nav-list {
  transform: scale(1);
  opacity: 1;
}
header > .container nav .nav-list > li .sub-nav-list {
  box-shadow: 0 10px 24px 0 rgba(17, 17, 18, 0.1);
  position: absolute;
  top: 70px;
  left: 0;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s;
  opacity: 0;
  transform-origin: left top;
}
header > .container nav .nav-list > li .sub-nav-list > li {
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  white-space: nowrap;
}
header > .container nav .nav-list > li .sub-nav-list > li:hover,
header > .container nav .nav-list > li .sub-nav-list > li.active {
  background-color: #e6e6e6;
}
header > .container nav .nav-list > li .sub-nav-list > li a {
  color: #666;
  display: block;
}
header > .container nav .nav-list > li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 2px solid #fff;
  display: block;
  transition: all 0.3s;
}
header > .container nav .nav-list > li.active:after,
header > .container nav .nav-list > li:hover:after {
  width: 16px;
}
header > .container nav .nav-list > li a {
  font-size: 16px;
  color: #fff;
}
header > .container nav .nav-list > li + li {
  margin-left: 50px;
}
header > .container .nav-btn-list {
  margin-left: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  padding-top: 25px;
}
header > .container .nav-btn-list li {
  width: 80px;
  font-size: 0;
}
header > .container .nav-btn-list li:hover .btn {
  transform: translateY(0);
  opacity: 1;
}
header > .container .nav-btn-list li .btn {
  color: #fff;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-5px);
  background-color: transparent;
}
header > .container .nav-btn-list li .btn.active,
header > .container .nav-btn-list li .btn:hover {
  background-color: #fff;
  color: #0172f5;
}
header > .container .nav-btn-list li .btn + .btn {
  margin-top: 10px;
}
header > .container .nav-btn-list li .btn:first-child {
  transform: translateY(0);
  opacity: 1;
}
header > .container .nav-btn-list li a {
  font-size: 14px;
  max-width: 100%;
}
header > .container .nav-btn-list li + li {
  margin-left: 15px;
}
