@charset "UTF-8";

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.no-scroll {
  overflow: hidden;
}

.nav-right strong {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px
}

.nav-right strong img {
  width: 24px
}

.nav-right .icon {
  margin-left: 6px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all .5s;
  transition: all .5s
}

.nav-right .white {
  display: inline-block
}

.nav-right .black {
  display: none
}

.nav-right .language-wrap aside {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  width: 160px;
  background-color: #fff;
  right: -20px;
  bottom: 0;
  -webkit-transform: translate(0, 90%);
  transform: translate(0, 90%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden
}

.nav-right .language-wrap aside a {
  line-height: 40px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: var(--gray-drak)
}

.nav-right .language-wrap aside a:not(:last-child) {
  border-bottom: 1px solid #e4e9f2
}

.nav-right .language-wrap aside a:hover {
  color: var(--blue) !important
}

.nav-right .language-wrap:hover aside {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-box-shadow: 0 0 30px 0 rgba(76, 126, 233, .3);
  box-shadow: 0 0 30px 0 rgba(76, 126, 233, .3)
}

.nav-right .nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nav-right .nav-buttons .button {
  margin: 0 10px 0 0;
  border-radius: 2px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
  height: 40px
}

.nav-right .nav-buttons .btn-white {
  border: none
}

.channels-wrapper .nav-wrap {
  background-color: #fff
}

.channels-wrapper .nav-wrap .logo .logo-h {
  display: none
}

.channels-wrapper .nav-wrap .logo .logo-f {
  display: block
}

.channels-wrapper .nav-wrap .nav-tabs-ul li a {
  color: #020814
}

.channels-wrapper .nav-wrap .nav-tabs-ul li a strong:after {
  border-top-color: #4173f6
}

.channels-wrapper .nav-wrap .nav-tabs-ul li a:after {
  background-color: #4173f6
}

.channels-wrapper .nav-wrap .nav-right .white {
  display: none
}

.channels-wrapper .nav-wrap .nav-right .black {
  display: inline-block
}

.channels-wrapper .nav-wrap .nav-right .icon {
  border-color: #020814
}

.top-animate {
  position: absolute;
  top: -20px;
  right: 2px;
  width: 560px;
  height: 205px;
  overflow: hidden;
  z-index: -1
}

.top-animate .shadow-Dom {
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 50px 30px #0074ff;
  box-shadow: 0 0 50px 30px #0074ff;
  z-index: 2
}

.user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1150px;
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 13px;
  color: #fff
}

.user-box .user-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.user-box .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 18px
}

.user-info button {
  background: 0 0 !important;
  border: none;
  color: #d9d9d9;
  font-size: 12px;
  padding: 0
}

.user-info button:hover {
  text-decoration: underline
}

.mobile-nav-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  padding: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mobile-nav-btn i,
.mobile-nav-btn:after,
.mobile-nav-btn:before {
  width: 100%;
  height: 2px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #fff
}

.mobile-nav-btn:after,
.mobile-nav-btn:before {
  content: ""
}

.nav-wrap {
  height: 60px;
  width: 100%;
  z-index: 999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(228, 233, 242, .3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s
}

.nav-wrap .item-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav-wrap.nav-hidden {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%)
}

.nav-wrap .logo {
  width: 132px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px
}

.nav-wrap .logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block
}

.nav-wrap .logo .logo-f {
  display: none
}

.nav-wrap.nav-bg,
.nav-wrap:hover {
  background-color: #fff
}

.nav-wrap.open-mobile {
  background-color: #fff
}

.nav-wrap.nav-bg .logo .logo-h,
.nav-wrap:hover .logo .logo-h {
  display: none
}

.nav-wrap.nav-bg .logo .logo-f,
.nav-wrap:hover .logo .logo-f {
  display: block
}

.nav-wrap.nav-bg .nav-tabs-ul li a,
.nav-wrap:hover .nav-tabs-ul li a {
  color: #020814
}

.nav-wrap.nav-bg .nav-tabs-ul li a:after,
.nav-wrap:hover .nav-tabs-ul li a:after {
  background-color: #4173f6
}

.nav-wrap.nav-bg .nav-tabs-ul li a strong:after,
.nav-wrap:hover .nav-tabs-ul li a strong:after {
  border-top-color: #4173f6
}

.nav-wrap.nav-bg .nav-right .white,
.nav-wrap:hover .nav-right .white {
  display: none
}

.nav-wrap.nav-bg .nav-right .black,
.nav-wrap:hover .nav-right .black {
  display: inline-block
}

.nav-wrap.nav-bg .nav-right .icon,
.nav-wrap:hover .nav-right .icon {
  border-color: #020814
}

.nav-wrap.nav-bg .nav-right .btn-white {
  background-color: #247dff;
  color: #fff
}

.nav-wrap.nav-bg .nav-right .btn-white-blue {
  background-color: #fff;
  color: #4c7ee9;
  border-color: #247dff
}

.nav-wrap.nav-bg .mobile-nav-btn i,
.nav-wrap.nav-bg .mobile-nav-btn:after,
.nav-wrap.nav-bg .mobile-nav-btn:before {
  background-color: #4c7ee9
}

.nav-wrap.open-mobile .mobile-nav-btn i,
.nav-wrap.open-mobile .mobile-nav-btn:after,
.nav-wrap.open-mobile .mobile-nav-btn:before {
  background-color: #4c7ee9
}

.channels-wrapper .mobile-nav-btn i,
.channels-wrapper .mobile-nav-btn:after,
.channels-wrapper .mobile-nav-btn:before {
  background-color: #4c7ee9
}

.nav-tabs-ul {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px
}

.nav-tabs-ul li {
  padding: 0 16px;
  text-align: center;
  color: #fff;
  position: relative
}

.nav-tabs-ul li a {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none
}

.nav-tabs-ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s
}

.nav-tabs-ul li a strong {
  font-weight: 400
}

.nav-tabs-ul li a.child strong:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "";
  margin-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: -2px;
  border-top: 6px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.nav-tabs-ul li.active>a:after,
.nav-tabs-ul li:hover>a:after {
  width: 100%
}

.nav-tabs-ul li:hover dl {
  display: grid
}

.nav-tabs-ul dl {
  display: none;
  min-width: 100%;
  padding: 40px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9999;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #636161;
  line-height: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px 40px
}

.nav-tabs-ul dl.list-1 {
  grid-template-columns: repeat(1, 1fr)
}

.nav-tabs-ul dl.list-2 {
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.nav-tabs-ul dl.list-3 {
  grid-template-columns: repeat(3, 1fr)
}

.nav-tabs-ul dl a {
  color: #999;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  line-height: 32px;
  padding: 12px;
  border-radius: 4px
}

.nav-tabs-ul dl a.active,
.nav-tabs-ul dl a:hover {
  background: #e8f3ff;
  color: #175dff
}

.nav-tabs-ul dl a .icon {
  width: 32px;
  margin-right: 16px
}

.nav-tabs-ul dl:before {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(90%, #fff));
  background: linear-gradient(180deg, #f1f1f1 0, #fff 90%)
}

.nav-tabs-ul li a.child:hover strong:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.top-animate img {
  position: absolute;
  top: -72%;
  left: -50%;
  opacity: .7
}

:root {
  --bgColor: #f5f7fa;
  --blue: #175DFF;
  --gray-drak: #020814;
  --gray: #41464F;
  --gray-light: #9096A5
}

@-webkit-keyframes ysfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes ysfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@font-face {
  font-family: HYYakuHei;
  src: url(../fonts/HYYakuHei-65W.ttf)
}

@font-face {
  font-family: DIN;
  src: url(../fonts/DIN-Regular.otf)
}

@font-face {
  font-family: DIN-Bold;
  src: url(../fonts/DIN-Alternate-Bold.ttf)
}

body {
  min-height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  color: #202328;
  font-family: "微软雅黑", PingFangSC-Regular, PingFang SC
}

.header-bg-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
  background-size: cover;
  display: none
}

.ys_fadeup1 {
  -webkit-animation: ysfadeInUp .5s ease-in-out both;
  animation: ysfadeInUp .5s ease-in-out both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.imgView {
  cursor: pointer
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 640px
}

.banner .swiper-container {
  height: 100%
}

.banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f7fa url(../image/banner3-bg.png) no-repeat center center;
  background-position: center center;
  background-repeat: no-repeat
}

.banner .h2 {
  color: #020814;
  font-family: PingFang SC;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0;
  text-align: left;
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.banner .p {
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 24px;
  max-width: 450px;
  color: #41464f;
  margin: 24px 0 32px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.banner .minBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}

.banner .link {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}

.banner .textBox {
  float: none;
  padding-left: 40px;
  width: 520px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  z-index: 2
}

.banner .textBox .box-text {
  margin: 20px 0 0 0;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.banner .textBox .box-text .h1,
.banner .textBox .box-text .h2,
.banner .textBox .box-text .h3,
.banner .textBox .box-text .h4,
.banner .textBox .box-text .h5,
.banner .textBox .box-text .h6,
.banner .textBox .box-text h1,
.banner .textBox .box-text h2,
.banner .textBox .box-text h3,
.banner .textBox .box-text h4,
.banner .textBox .box-text h5,
.banner .textBox .box-text h6 {
  font-weight: 700
}

.banner .textBox .box-text p {
  font-family: Lantinghei SC;
  font-size: 20px
}

.banner .textBox .button {
  margin-right: 16px
}

.banner .imgBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.banner .imgBox img {
  width: 63%
}

.banner .adjust-txt {
  position: absolute;
  top: 180px;
  left: 0
}

.banner .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #dcdfe6;
  outline: 0;
  opacity: 1;
  overflow: hidden;
  position: relative
}

.banner .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 4px;
  background: #4c7ee9;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0
}

.banner .swiper-pagination-bullet-active::after {
  width: 100%;
  -webkit-transition: all 3s;
  transition: all 3s
}

.home .banner .textBox .button {
  -webkit-transition: all .6s;
  transition: all .6s;
  border: 1px solid #4c7ee9
}

.home .banner .textBox .button:hover span {
  color: #4c7ee9
}

.item-channel-pd {
  padding-top: 80px;
  padding-bottom: 80px
}

.wave-wrap {
  position: relative;
  overflow: hidden
}

.wave-wrap::before {
  content: " ";
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  background: #1c47c9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.wave-wrap:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  background: #1c47c9;
  opacity: 1
}

.wave-wrap:hover span {
  position: relative;
  z-index: 2;
  color: #fff
}

.box-title {
  font-family: PingFang SC;
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
  color: #020814;
  margin-bottom: 20px
}

.box-title.title-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px
}

.box-title.title-line:after,
.box-title.title-line:before {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 8, 20, .15)), color-stop(100.71%, rgba(2, 8, 20, 0)));
  background: linear-gradient(270deg, rgba(2, 8, 20, .15) 0, rgba(2, 8, 20, 0) 100.71%)
}

.box-title.title-line:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.box-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #41464f
}

.bg-color {
  background-color: #f5f7fa !important;
}

.bg-white-color {
  background-color: #fff !important;
}

/* .channel-gray-odd>section:nth-child(even) {
  background-color: #f5f7fa
}

.channel-gray-odd>section:nth-child(even).tab-complex-wrap .tab-content,
.channel-gray-odd>section:nth-child(even).tab-complex-wrap .tab-title li {
  background-color: #fff
}

.channel-gray-even section:nth-child(even) {
  background-color: #f5f7fa
} */

.button {
  padding: 0 15px;
  height: 48px;
  display: inline-block;
  text-align: center;
  background-color: #175dff;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: all .2s;
  transition: all .2s
}

.button.btn-white {
  background-color: #fff;
  color: #4c7ee9
}

.button.btn-white-blue {
  background-color: #247dff;
  color: #fff;
  border: 1px solid #fff
}

.button.btn-blue {
  color: #fff;
  background-color: #2b5493;
  border-color: #2b5493
}

.button.btn-blue:hover {
  color: #e6eefb
}

.button.btn-white {
  border-color: #fff
}

.button.btn-white:hover span {
  color: #fff
}

.button.btn-black {
  border-color: #020814;
  background: #020814;
  color: #fff
}

.button.btn-black.wave-wrap:hover::before {
  background-color: #fff
}

.button.btn-black:hover {
  background-color: #fff
}

.button.btn-black:hover span {
  color: var(--blue)
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px
}

.btn-wrapper .button {
  margin-top: 0
}

.img-text-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px
}

.img-text-wrap .layout-1,
.img-text-wrap .layout-2,
.img-text-wrap .layout-3,
.img-text-wrap .layout-ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.img-text-wrap .layout-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.img-text-wrap .layout-1 .text-wrap {
  text-align: center
}

.img-text-wrap .layout-1 .box-title {
  margin-bottom: 0
}

.img-text-wrap .layout-1 .box-text {
  margin-top: 16px
}

.img-text-wrap .layout-1 .product-img {
  padding-top: 32px;
  width: 1000px
}

.img-text-wrap .layout-2 .text-wrap {
  padding-right: 40px
}

.img-text-wrap .layout-3 .text-wrap {
  padding-left: 40px
}

.img-text-wrap .layout-3 .product-img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.img-text-wrap .layout-ar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.img-text-wrap .layout-ar .text-wrap {
  text-align: center
}

.img-text-wrap .layout-ar .box-text {
  margin-bottom: 24px
}

.img-text-wrap .layout-ar .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.img-text-wrap .layout-ar .product-img .p-img {
  width: 740px
}

.img-text-wrap .layout-ar .product-img .list-img-wrap {
  width: 380px;
  padding: 0
}

.img-text-wrap .layout-ar .product-img .list-img-wrap .wrapper {
  width: auto
}

.img-text-wrap .layout-ar .product-img .list-img-wrap a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.img-text-wrap .layout-ar .product-img .list-img-wrap .img {
  margin-right: 12px
}

.img-text-wrap .layout-ar .product-img .list-img-wrap .text-wrap {
  text-align: left
}

.img-text-wrap .text-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.img-text-wrap .text-wrap.text-vertical-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.img-text-wrap .icon-title {
  margin-bottom: 15px;
  height: 54px
}

.img-text-wrap .icon-title img {
  max-height: 100%
}

.img-text-wrap .box-text {
  font-size: 16px;
  color: #41464f
}

.img-text-wrap .box-text.no-title {
  margin: 0 !important
}

.img-text-wrap .box-text ul {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  color: #41464f
}

.img-text-wrap .box-text ul li {
  margin-left: 20px;
  list-style-type: disc
}

.img-text-wrap .product-img {
  width: 740px
}

.img-text-wrap .product-img .p-img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.img-text-wrap .btn-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px
}

.tab-wrap .tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.tab-wrap .tab-tb,
.tab-wrap .tab-tb-radius {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.tab-wrap .tab-tb .tab-title,
.tab-wrap .tab-tb-radius .tab-title {
  width: 100%
}

.tab-wrap .tab-tb .tab-title li,
.tab-wrap .tab-tb-radius .tab-title li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0
}

.tab-wrap .tab-tb .tab-content,
.tab-wrap .tab-tb-radius .tab-content {
  margin-top: 20px
}

.tab-wrap .tab-lr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.tab-wrap .tab-tb-radius .tab-title {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.tab-wrap .tab-tb-radius .tab-title .bg-color {
  background: #e1edfc
}

.tab-wrap .tab-tb-radius .tab-title ul {
  background: #e1edfc;
  border-radius: 40px;
  grid-gap: 0
}

.tab-wrap .tab-tb-radius .tab-title li {
  padding: 16px 64px;
  border-radius: 40px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #247dff
}

.tab-wrap .tab-tb-radius .tab-title li.active {
  color: #247dff !important;
  background: #fff !important;
  -webkit-box-shadow: inset 0 0 0 1px #247dff;
  box-shadow: inset 0 0 0 1px #247dff
}

.tab-wrap .tab-tb-radius .tab-title li span {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0
}

.tab-wrap.trusted_enterprises .tab-title {
  border: none
}

.tab-wrap .tab-title {
  border-bottom: 1px solid #e4e9f2
}

.tab-wrap .tab-title.tab-block-title {
  border: none
}

.tab-wrap .tab-title.tab-block-title li {
  background-color: #f4f6fc;
  line-height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px
}

.tab-wrap .tab-title.tab-block-title li .sort {
  font-size: 40px
}

.tab-wrap .tab-title.tab-block-title li.active {
  background-color: #175dff;
  color: #fff
}

.tab-wrap .tab-title.tab-block-title li.active span:after {
  display: none
}

.tab-wrap .tab-title .sort {
  font-style: normal;
  font-family: DIN-Bold;
  font-size: 24px;
  padding-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tab-wrap .tab-title .sort:after {
  content: "";
  margin: 0 0 0 15px;
  width: 3px;
  height: 30px;
  background-color: #202328;
  display: none
}

.tab-wrap .tab-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 16px
}

.tab-wrap .tab-title ul img {
  max-width: 186px;
  opacity: .5
}

.tab-wrap .tab-title .list-2 li,
.tab-wrap .tab-title .list-3 li,
.tab-wrap .tab-title .list-4 li,
.tab-wrap .tab-title .list-5 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.tab-wrap .tab-title li {
  width: 220px;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  font-size: 16px
}

.tab-wrap .tab-title li.active span:after {
  width: 100%;
  background-color: #175dff
}

.tab-wrap .tab-title li.active img {
  opacity: 1
}

.tab-wrap .tab-title li span {
  line-height: 28px;
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: left
}

.tab-wrap .tab-title li span:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s
}

.tab-wrap .box-sub-title {
  max-width: 80%;
  margin: 0 auto
}

.tab-wrap .tab-content {
  position: relative;
  overflow: hidden;
  margin-top: 20px
}

.tab-wrap .tab-content.tab-content-white {
  color: #fff
}

.tab-wrap .tab-content .item-box {
  display: none;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 1s cubic-bezier(.34, .69, .1, 1) 0s;
  transition: opacity 1s cubic-bezier(.34, .69, .1, 1) 0s
}

.tab-wrap .tab-content .item-box.item-justify {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.tab-wrap .tab-content .item-box.item-justify .text-wrapper {
  padding-left: 30px
}

.tab-wrap .tab-content .item-box.layout-3 .inner-img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.tab-wrap .tab-content .item-box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(.34, .69, .1, 1) 0s;
  transition: opacity 1s cubic-bezier(.34, .69, .1, 1) 0s
}

.tab-wrap .tab-content .item-box .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0
}

.tab-wrap .tab-content .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
  line-height: 22px
}

.tab-wrap .tab-content .text-wrapper li {
  list-style-type: disc;
  margin-left: 20px
}

.tab-wrap .tab-content .title {
  font-family: PingFang SC;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left
}

.tab-wrap .tab-content .sub-title {
  font-size: 16px;
  width: 100%
}

.tab-wrap .tab-content .text-top {
  padding-bottom: 30px
}

.tab-wrap .tab-content .text {
  font-size: 16px;
  line-height: 32px
}

.tab-wrap .tab-content .inner-img {
  width: 740px
}

.tab-complex-wrap .box-title {
  margin-bottom: 10px
}

.tab-complex-wrap .box-sub-title {
  margin-bottom: 20px
}

.tab-complex-wrap .tab-container {
  padding-top: 20px
}

.tab-complex-wrap .tab-title {
  width: 360px;
  margin-right: 16px;
  border: none
}

.tab-complex-wrap .tab-title ul {
  height: 100%;
  grid-gap: 16px
}

.tab-complex-wrap .tab-title ul li {
  width: 100%;
  height: 76px;
  font-size: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background .3s;
  transition: background .3s;
  padding-right: 60px;
  padding-left: 20px
}

.tab-complex-wrap .tab-title ul li.active {
  background-image: url(../images/home/3612561ajdfd585.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important
}

.tab-complex-wrap .tab-title ul li.active span:after,
.tab-complex-wrap .tab-title ul li.active:after {
  display: none
}

.tab-complex-wrap .tab-title ul li.active .sort:after {
  background-color: #fff
}

.tab-complex-wrap .tab-title ul li .sort {
  padding-right: 15px
}

.tab-complex-wrap .tab-title ul li .sort:after {
  display: block
}

.tab-complex-wrap .tab-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  border-radius: 8px;
  overflow: hidden
}

.tab-complex-wrap .tab-content .item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.tab-complex-wrap .tab-content .text-bottom {
  padding: 40px 20px 50px 40px;
  width: 100%;
  background-color: #fff;
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar {
  position: absolute;
  right: 20px;
  top: 100px;
  border-radius: 8px;
  background: #f1f9ff
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar img {
  width: 440px;
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar .box-title {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  padding: 0 30px;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar .box-title:after,
.tab-complex-wrap .tab-content .text-bottom .layout-ar .box-title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 10px;
  background: url(../image/line-4.png) no-repeat center center;
  background-size: contain
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar .box-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar .list {
  padding: 0 0 24px;
  grid-gap: 10px 0
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar .list li {
  padding: 16px 0
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar .list .img {
  margin-bottom: 10px
}

.tab-complex-wrap .tab-content .text-bottom .layout-ar .list .img img {
  width: 48px
}

.tab-complex-wrap .tab-content .text-bottom .btn-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-gap: 16px
}

.tab-complex-wrap .tab-content .text-bottom .btn-wrapper .button {
  margin-top: 0
}

.tab-complex-wrap .tab-content .text-bottom>.text-wrap {
  height: 260px;
  margin-bottom: 30px;
  line-height: 28px
}

.tab-complex-wrap .tab-content .text-bottom>.text-wrap.max-width {
}

.tab-complex-wrap .tab-content .text-bottom>.text-wrap.max-width p {
  position: relative;
  padding-left: 24px;
}

.tab-complex-wrap .tab-content .text-bottom>.text-wrap.max-width p::before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  transform: rotate(45deg);
  border-right: 2px solid #005BFF;
  border-bottom: 2px solid #005BFF;
  position: absolute;
  top: 6px;
  left: 5px;
}

.tab-complex-wrap .tab-content .sub-title {
  height: 110px;
  font-size: 20px;
  padding-left: 40px;
  background: #f5f7fa url(../images/home/3612561ajdfd586.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tab-complex-wrap .tab-content .sub-title p {
  line-height: 30px
}

.tab-complex-wrap .tab-content .max-width {
  max-width: calc(100% - 470px)
}

.tab-complex-wrap .tab-content .layout-al,
.tab-complex-wrap .tab-content .layout-ar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.tab-complex-wrap .tab-content .layout-al.active,
.tab-complex-wrap .tab-content .layout-ar.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.tab-complex-wrap .tab-content .layout-al .product-img,
.tab-complex-wrap .tab-content .layout-ar .product-img {
  width: 740px
}

.tab-complex-wrap .tab-content .layout-al .product-img .p-img,
.tab-complex-wrap .tab-content .layout-ar .product-img .p-img {
  max-width: 100%
}

.tab-complex-wrap .tab-content .layout-al .text-bottom,
.tab-complex-wrap .tab-content .layout-ar .text-bottom {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}

.tab-complex-wrap .tab-content .layout-al .list-img-wrap,
.tab-complex-wrap .tab-content .layout-ar .list-img-wrap {
  max-width: 100%
}

.tab-complex-wrap .tab-content .layout-al .list-img-wrap .box-title,
.tab-complex-wrap .tab-content .layout-ar .list-img-wrap .box-title {
  text-align: left;
  line-height: 32px;
  margin-bottom: 20px
}

.tab-complex-wrap .tab-content .layout-al .list-img-wrap .list .img,
.tab-complex-wrap .tab-content .layout-ar .list-img-wrap .list .img {
  margin-right: 8px
}

.tab-complex-wrap .tab-content .layout-al .list-img-wrap .list a,
.tab-complex-wrap .tab-content .layout-ar .list-img-wrap .list a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.tab-complex-wrap .tab-content .layout-al .list-img-wrap .list strong,
.tab-complex-wrap .tab-content .layout-ar .list-img-wrap .list strong {
  font-size: 14px;
  font-weight: 700
}

.tab-complex-wrap .tab-content .layout-al .list-img-wrap .list .text-wrap.has-img,
.tab-complex-wrap .tab-content .layout-ar .list-img-wrap .list .text-wrap.has-img {
  padding-left: 32px;
  padding-top: 8px
}

.tab-complex-wrap .tab-content .layout-ar .product-img {
  margin-right: 80px
}

.tab-complex-wrap .tab-content .layout-al {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.tab-complex-wrap .tab-content .layout-al .product-img {
  margin-left: 80px
}

.tab-complex-wrap .list-img-wrap {
  max-width: calc(100% - 300px);
  padding: 0
}

.tab-complex-wrap .list-img-wrap .wrapper {
  width: auto
}

.tab-complex-wrap .list-img-wrap .list li {
  background: 0 0;
  padding: 0
}

.tab-complex-wrap .list-img-wrap .list strong {
  font-size: 12px;
  text-align: center;
  line-height: 20px
}

.tab-complex-wrap .list-img-wrap .list img {
  width: 40px
}

.list-grid {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr)
}

.grid-center {
  place-items: center;
}

.list-grid.list-1 {
  grid-template-columns: repeat(1, 1fr) !important
}

.list-grid.list-2 {
  grid-template-columns: repeat(2, 1fr) !important
}

.list-grid.list-3 {
  grid-template-columns: repeat(3, 1fr) !important
}

.list-grid.list-5 {
  grid-template-columns: repeat(5, 1fr) !important
}

.list-grid.list-6 {
  grid-template-columns: repeat(6, 1fr) !important
}

.list-grid.list-8 {
  grid-template-columns: repeat(8, 1fr) !important
}

.list-grid.list-scale li:hover .img img {
  /* -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s;
  transition: all 1s */
}

.list-grid.list-shadow li {
  -webkit-box-shadow: 0 10px 30px 0 rgba(13, 20, 35, .1019607843);
  box-shadow: 0 10px 30px 0 rgba(13, 20, 35, .1019607843)
}

.list-grid.list-hover-shadow li:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(76, 126, 233, .3);
  box-shadow: 0 0 30px 0 rgba(76, 126, 233, .3)
}

.list-grid.list-fixedText li {
  position: relative
}

.list-grid.list-fixedText li .text-wrap {
  position: absolute;
  opacity: 0;
  top: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.list-grid.list-fixedText li .text-wrap::-webkit-scrollbar {
  width: 6px
}

.list-grid.list-fixedText li .text-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #b9ccf7
}

.list-grid.list-fixedText li .text-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: 0 0
}

.list-grid.list-fixedText li:hover .text-wrap {
  opacity: 1;
  top: 0
}

.list-grid.list-news li {
  padding: 0 !important
}

.list-grid.list-news li .top {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.list-grid.list-news li .top strong {
  padding: 0 32px
}

.list-grid.list-news li .text-wrap {
  padding: 20px 32px 20px
}

.list-grid.swiper-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.list-img-wrap {
  overflow: hidden
}

.list-img-wrap .list-swiper {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: -40px
}

.list-img-wrap .box-title {
  margin-bottom: 40px
}

.list-img-wrap .box-text {
  margin-bottom: 40px;
  font-size: 16px
}

.list-img-wrap .list li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.list-img-wrap .list li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.list-img-wrap .list li .top-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.list-img-wrap .list li .img {
  overflow: hidden;
  border-radius: 4px
}

.list-img-wrap .list li .img img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}

.list-img-wrap .list li strong {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  color: #333
}

.list-img-wrap .list li .counter-wrap {
  font-size: 40px;
  line-height: 60px;
  font-family: DIN-Bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray-drak)
}

.list-img-wrap .list li .counter-wrap .counter,
.list-img-wrap .list li .counter-wrap .counter-text {
  font-family: DIN-Bold
}

.list-img-wrap .list li .counter-wrap .unit {
  font-size: 36px
}

.list-img-wrap .list li .counter-wrap .unitOther {
  font-style: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  margin-top: -20px;
  right: 0
}

.list-img-wrap .list .text-wrap {
  padding-top: 12px;
  color: #666;
  line-height: 24px
}

.list-img-wrap .list .text-wrap p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.list-img-wrap .list .text-wrap.text-1 p {
  -webkit-line-clamp: 1
}

.list-img-wrap .list .text-wrap.text-2 p {
  -webkit-line-clamp: 2
}

.list-img-wrap .list .text-wrap.text-3 p {
  -webkit-line-clamp: 3
}

.list-img-wrap .list .text-wrap.text-4 p {
  -webkit-line-clamp: 4
}

.list-img-wrap .list .text-wrap.text-5 p {
  -webkit-line-clamp: 5
}

.list-img-wrap .list .text-wrap.text-6 p {
  -webkit-line-clamp: 6
}

.list-img-wrap .list .text-wrap.text-7 p {
  -webkit-line-clamp: 7
}

.list-img-wrap .list .text-wrap.text-8 p {
  -webkit-line-clamp: 8
}

.list-img-wrap .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.list-img-wrap .list strong {
  color: #020814;
  font-weight: 400
}

.list-img-wrap .list-customer li {
  padding: 0
}

.list-img-wrap .list-customer li a {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal
}

.list-img-wrap .list-customer li .top {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal
}

.list-img-wrap .list-customer li .text-wrap {
  padding: 20px 32px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.list-img-wrap .list-customer li .text-wrap p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5
}

.list-img-wrap .list-customer li .img-logo {
  width: 100%;
  padding: 30px 0 5px 32px;
  position: relative;
  margin-top: -60px;
  margin-bottom: -20px
}

.list-img-wrap .list-customer li .img-logo:before {
  content: "";
  width: 100%;
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .8)), color-stop(90%, #fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.list-img-wrap .list-customer li .img-logo img {
  width: 186px;
  position: relative
}

.list-img-wrap .list-customer li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px 40px 0;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.list-img-wrap .list-customer li strong:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(65, 70, 79, .3019607843);
  display: inline-block;
  margin-right: 16px
}

.channel-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.channel-list-text .list-text {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px
}

.channel-list-text .list-text.list-swiper {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: -40px
}

.channel-list-text .list-text .item-box {
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1019607843);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1019607843)
}

.channel-list-text .list-text ul {
  padding: 40px 20px 40px 40px
}

.channel-list-text .list-text ul li {
  line-height: 20px;
  list-style-type: disc;
  font-size: 12px;
  margin-left: 14px
}

.channel-list-text .list-text ul li:not(:last-child) {
  margin-bottom: 6px
}

.channel-list-text .list-text ul li a {
  font-size: 14px
}

.channel-list-text .list-text .sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-bottom: 20px
}

.channel-list-text .channel-img img {
  display: block;
  width: 100%
}

.try_wrap {
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 50px 0
}

.try_wrap .box-title {
  color: #fff
}

.try_wrap .sub-title {
  margin: -10px 0 8px
}

.try_wrap .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0
}

.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529
}

.cm-navbar .navbar-nav .nav-link.active {
  color: #007bff
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  overflow: hidden
}

.navbar-nav-scroll .navbar-nav {
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  -webkit-overflow-scrolling: touch
}

.bdr {
  border-radius: 4px;
  border: 1px solid #ddd
}

.blue {
  color: #2b5493 !important
}

.gray {
  color: #90969e
}

.fs-12 {
  font-size: 12px
}

.fs-14 {
  font-size: 14px
}

.fs-16 {
  font-size: 16px
}

.cm-hidden {
  display: none
}

.cm-pointer {
  cursor: pointer
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, serif
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #007bff;
  display: inline-block;
  padding-bottom: .3rem
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, .4)
}

.media-img {
  max-width: 100%;
  max-height: 130px;
  display: block;
  width: 100%
}

.sm-media-img {
  max-width: 106px;
  max-height: 68px
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px
}

.item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.no-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 58px 0;
  color: #999
}

.cm-link {
  color: #41464f
}

.cm-link:hover {
  color: #175dff
}

.es-highlight em {
  color: #dc3545;
  font-style: normal
}

.wrapper {
  width: 1200px;
  margin: auto;
  position: relative
}

.container-wrap {
  width: 1300px;
  margin: auto
}

.item-title {
  color: #2b5493;
  font-family: HYYakuHei;
  font-size: 24px;
  line-height: 38px
}

.icon-arrow-right {
  width: 0;
  height: 0;
  border-left: 6px solid red;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-right: 5px
}

.icon-arrow-bottom {
  width: 0;
  height: 0;
  border-top: 6px solid red;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent
}

.footer-wrap {
  font-size: 12px;
  line-height: 32px;
  padding: 20px 0;
  color: #41464f;
  background: #151b26;
}

.home-module-commonfooter-inner-top {
  display: flex;
}

.commonfooter-info {
  flex: 1;
}

.item-subtitle {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 500;
}

.item-content {
  max-width: 600px;
  opacity: 0.7;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-top: 12px;
}
.item-content.item-content-phone {
  margin-top: 0px;
}

.item-content.item-link {
  cursor: pointer;
  color: #2468f2;
}

.commonfooter-code-img {
  width: 139px;
  height: 139px;
  margin-left: 16px;
}

.commonfooter-footer {
  opacity: .4;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}

.commonfooter-footer .commonfooter-footer-license {
  margin-right: 20px;
  color: #fff;
}

.footer-wrap .top {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.footer-wrap .left {
  width: 250px
}

.footer-wrap .left .logo img {
  height: 28px
}

.footer-wrap .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.footer-wrap .right aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.footer-wrap .right .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 50px;
  grid-gap: 0;
  grid-template-columns: repeat(1, 1fr)
}

.footer-wrap .right .list em {
  font-style: normal
}

.footer-wrap .right .list-bottom {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-gap: 0;
  margin-top: 15px;
  grid-template-columns: repeat(6, 1fr)
}

.footer-wrap .right a {
  color: #41464f;
  line-height: 36px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-wrap .right a img {
  margin-right: 8px
}

.footer-wrap .right a:hover {
  color: #175dff
}

.footer-wrap strong {
  color: #020814;
  padding: 0 20px 20px 0;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e4e9f2
}

.footer-wrap .copyright-wrap {
  border-top: 1px solid #e4e9f2;
  padding: 20px 0
}

.pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.pagination .page-link {
  border-color: #fff
}

.page-item.disabled .page-link {
  border-color: #fff
}

.page-item.active .page-link {
  background: #e8f6ff;
  color: #007bff;
  border-color: #fff
}

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.login-form .form-group {
  margin: 0 10px 0 0
}

.login-form .form-control {
  height: 32px;
  line-height: 32px;
  width: 164px;
  border-radius: 4px
}

.login-form .btn {
  width: 76px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  background: #224c8d;
  padding: 0;
  border: none
}

.btn-link {
  color: #202328
}

.page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.page-wrap .select-page {
  width: auto
}

.fa-tag {
  color: #0054d2 !important
}

.swiper-wrap .swiper-button-next:after,
.swiper-wrap .swiper-button-prev:after {
  font-size: 24px
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.swiper-wrap .swiper:hover .swiper-button-next,
.swiper-wrap .swiper:hover .swiper-button-prev {
  opacity: 1
}

.flex {
  display: flex;
}

.flex-align-center {
  align-items: center;
}

.flex-justify-around {
  justify-content: space-around;
}

.bizlearnify-custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.bizlearnify-custom-modal-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.bizlearnify-custom-modal-overlay.show .bizlearnify-custom-modal {
  transform: scale(1);
}

.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal {
  background-color: white;
  border-radius: 8px;
  padding: 24px 20px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 500px;
  max-width: 90%;
  transform: scale(0.8);
  transition: transform 0.3s ease;
  font-size: 12px;
}

.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal .bizlearnify-custom-modal-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}

.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal .bizlearnify-custom-modal-body {
  margin-bottom: 20px;
}

.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal .bizlearnify-custom-modal-body label {
  display: block;
  margin-bottom: 5px;
}

.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal .bizlearnify-custom-modal-body input,
.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal .bizlearnify-custom-modal-body textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal .bizlearnify-custom-modal-body textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 52px;
  max-height: 200px;
}

.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal .bizlearnify-custom-modal-footer {
  text-align: right;
}

.bizlearnify-custom-modal-overlay .bizlearnify-custom-modal .bizlearnify-custom-modal-footer button {
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.bizlearnify-custom-modal-footer .btn-cancel {
  background-color: #ccc;
  color: white;
  margin-right: 10px;
}

.bizlearnify-custom-modal-footer .btn-submit {
  background-color: #2468f2;
  color: white;
}

.bizlearnify-custom-toast {
  position: fixed;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  transition: top 0.3s ease;
  opacity: 0;
}
.bizlearnify-custom-toast.show {
  top: 20px;
  opacity: 1;
}
.bizlearnify-custom-toast.warning {
  background-color: #E6A23C;
}

.bizlearnify-custom-toast.success {
  background-color: #67C23A;
}
