@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;
}
.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 #ffffff;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.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: #ffffff;
  right: -20px;
  bottom: 0;
  -webkit-transform: translate(0, 90%);
          transform: translate(0, 90%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.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, 0.3);
          box-shadow: 0 0 30px 0 rgba(76, 126, 233, 0.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: #282828;
}
.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;
}
.case-wrapper .nav-wrap {
  background-color: transparent;
}
.nav-wrap .nav-tabs-ul li a {
  color: #282828;
}

.nav-wrap .nav-tabs-ul li a strong:after {
  border-top-color: #4173f6;
}
.nav-wrap .nav-tabs-ul li a:after {
  background-color: #4173f6;
}
.nav-wrap .nav-right .white {
  display: none;
}
.nav-wrap .nav-right .black {
  display: inline-block;
}
.nav-wrap .nav-right .icon {
  border-color: #020814;
}
.case-wrapper .banner .imgBox {
    width: 520px;
    flex: none;
}
.case-wrapper .banner .textBox {
    width: 580px;
}
.case-wrapper .banner .h2 {
    font-family: Montserrat-SemiBold;
    font-size: 48px;
    color: #151516;
    line-height: 56px;
    font-weight: 600;
}
.case-wrapper .banner .textBox .button {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
  width: 210px;
  height: 52px;
  line-height: 52px;
  background: #005BFF;
  border-radius: 26px;
  margin-top: 24px;
}

.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: none !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:before, .mobile-nav-btn:after, .mobile-nav-btn i {
  width: 100%;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffffff;
}
.mobile-nav-btn:before, .mobile-nav-btn:after {
  content: "";
}

.nav-wrap {
  height: 68px;
  width: 100%;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(228, 233, 242, 0.3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.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.nav-hidden {
    transform: none;
}
.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: 16px;
}
.nav-wrap .logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.nav-wrap .logo .logo-f {
  display: none;
}
.nav-wrap.nav-bg, .nav-wrap:hover {
  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: #282828;
}
.nav-wrap .nav-tabs-ul li:hover a.child {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #005BFF;
    text-align: center;
    font-weight: 600;
}
.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: #ffffff;
}
.nav-wrap.nav-bg .nav-right .btn-white-blue {
  background-color: #fff;
  color: #4c7ee9;
  border-color: #247DFF;
}
.nav-wrap.nav-bg .mobile-nav-btn:before, .nav-wrap.nav-bg .mobile-nav-btn:after, .nav-wrap.nav-bg .mobile-nav-btn i {
  background-color: #4c7ee9;
}

.channels-wrapper .mobile-nav-btn:before, .channels-wrapper .mobile-nav-btn:after, .channels-wrapper .mobile-nav-btn i {
  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;
  /*position: relative;*/
  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: #FFFFFF;
  position: relative;
}
.nav-tabs-ul li a {
  font-family: Montserrat-Medium;
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  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 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.nav-tabs-ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-tabs-ul li a strong {
  font-weight: normal;
}
.nav-tabs-ul li a.child strong:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "";
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: -2px;
  border-top: 6px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: none;
}
.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: 16px 20px;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 9999;
  background: #ffffff;
  font-size: 18px;
  font-weight: normal;
  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;
  background: #FFFFFF;
  border: 1px solid rgba(235,235,235,1);
  box-shadow: 0px 10px 28px 0px rgba(11,18,46,0.14);
  border-radius: 12px;
}
.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: 18px;
  padding: 8px 10px;
  border-radius: 8px;
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #282828;
  font-weight: 600;
}
.nav-tabs-ul dl a:hover, .nav-tabs-ul dl a.active {
  background: rgba(0,91,255,0.08);;
  /*color: #175DFF;*/
}
.nav-tabs-ul dl a .icon {
  width: 24px;
  margin-right: 8px;
}
.nav-tabs-ul dl:before {
  content: "";
  width: 100%;
  height: 20px;
  display: none;
  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: 0.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");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.otf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.otf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.otf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.otf");
}
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 0.5s ease-in-out both;
          animation: ysfadeInUp 0.5s ease-in-out both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.imgView {
  cursor: pointer;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 640px;
  /*&.fix-height{
    height: 540px;
  }*/
}
.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.case_banner .swiper-slide {
  background: radial-gradient(circle at 32% 38%, #FFFFFF 0%, #BBD7FF 171%);
  display: block;
}
.banner .h2 {
  color: #020814;
  font-family: PingFang SC;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0em;
  text-align: left;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.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: 0.4s;
          animation-delay: 0.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.case_banner .minBox {
    height: auto;
    transform: translateY(164px);
}
.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.case_banner .textBox {

}
.banner .textBox .box-text {
  margin: 20px 0 0 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.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: bold;
}
.banner .textBox .box-text p {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #454545;
  line-height: 20px;
  font-weight: 500;
  /*display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.banner .textBox .button {
  margin-right: 16px;
}
.banner .imgBox {
  /*height: 372px;*/
  -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;
  /*top: 50%;
  transform: translateY(-50%);*/
}
.banner .imgBox img {
  width: 100%;
  position: relative;
  z-index: 1;
  /* position: absolute;
   top:50%;
   transform: translateY(-50%);*/
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.banner .adjust-txt {
  position: absolute;
  top: 180px;
  left: 0;
}
.banner .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #dcdfe6;
  outline: none;
  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 0.6s;
  transition: all 0.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 0.5s ease-out;
  transition: all 0.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: #ffffff;
}

.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:before, .box-title.title-line:after {
  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, 0.15)), color-stop(100.71%, rgba(2, 8, 20, 0)));
  background: linear-gradient(270deg, rgba(2, 8, 20, 0.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: var(--bgColor);
}

.channel-gray-odd > section:nth-child(odd) {
  background-color: var(--bgColor);
}
.channel-gray-odd > section:nth-child(odd).tab-complex-wrap .tab-content, .channel-gray-odd > section:nth-child(odd).tab-complex-wrap .tab-title li {
  background-color: #ffffff;
}

.channel-gray-even section:nth-child(even) {
  background-color: var(--bgColor);
}

.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: 0em;
  color: #fff;
  border-radius: 4px;
  /*margin-top: 20px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.btn-white {
  background-color: #ffffff;
  color: #4c7ee9;
}
.button.btn-white-blue {
  background-color: #247DFF;
  color: #ffffff;
  /*border: 1px solid #ffffff;*/
}
.button.btn-blue {
  color: #fff;
  background-color: #2B5493;
  border-color: #2B5493;
}
.button.btn-blue:hover {
  color: #E6EEFB;
}
.button.btn-white {
  border-color: #ffffff;
}
.button.btn-white:hover span {
  color: #ffffff;
}
.button.btn-black {
  border-color: #020814;
  background: #020814;
  color: #ffffff;
}
.button.btn-black.wave-wrap:hover::before {
  background-color: #ffffff;
}
.button.btn-black:hover {
  background-color: #ffffff;
}
.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: 0em;
  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%;
}
.img-text-wrap .btn-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
}

/*.channel-page-wrapper{
  section.trusted_enterprises{
    background-color: #ffffff;
  }
}*/
.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 0.2s;
  transition: all 0.2s;
  color: #247DFF;
}
.tab-wrap .tab-tb-radius .tab-title li.active {
  color: #247DFF !important;
  background: #ffffff !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; /* 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: #ffffff;
}
.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: 0.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 0.3s;
  transition: background 0.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 0.5s;
  transition: all 0.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(0.34, 0.69, 0.1, 1) 0s;
  transition: opacity 1s cubic-bezier(0.34, 0.69, 0.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(0.34, 0.69, 0.1, 1) 0s;
  transition: opacity 1s cubic-bezier(0.34, 0.69, 0.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: 0em;
  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%;
  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 0.3s;
  transition: background 0.3s;
  padding-right: 60px;
  padding-left: 20px;
}
.tab-complex-wrap .tab-title ul li.active {
  background: #f5f7fa url("../image/solve_tab_bg@2x.png") no-repeat center center !important;
  background-size: cover;
  color: #ffffff !important;
}
.tab-complex-wrap .tab-title ul li.active:after, .tab-complex-wrap .tab-title ul li.active span:after {
  display: none;
}
.tab-complex-wrap .tab-title ul li.active .sort:after {
  background-color: #ffffff;
}
.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%;
}
.tab-complex-wrap .tab-content .text-bottom .layout-ar {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 290px;
  padding-top: 40px;
  border-radius: 8px;
  background: #F1F9FF;
}
.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:before, .tab-complex-wrap .tab-content .text-bottom .layout-ar .box-title:after {
  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 {
  padding-bottom: 100px;
  margin-bottom: 30px;
  line-height: 28px;
}
.tab-complex-wrap .tab-content .text-bottom > .text-wrap.max-width {
  border-bottom: 1px solid #E4E9F2;
}
.tab-complex-wrap .tab-content .sub-title {
  height: 110px;
  font-size: 20px;
  padding-left: 40px;
  background: #f5f7fa url("../image/tit_bg2.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% - 320px);
}
.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: bold;
}
.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: none;
  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);
}
.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: 0px 10px 30px 0px rgba(13, 20, 35, 0.1019607843);
          box-shadow: 0px 10px 30px 0px rgba(13, 20, 35, 0.1019607843);
}
.list-grid.list-hover-shadow li:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(76, 126, 233, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(76, 126, 233, 0.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: #ffffff;
  padding: 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.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: none;
}
.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 { /*display: flex; */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /*grid-gap: 0;*/
}

.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 0.3s ease-in-out;
  transition: all 0.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%; /*max-height: 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: normal;
  color: #333333;
}
.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: normal;
}
.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; /* max-height: 120px;*/
  -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; /* 显示3行文本 */
}
.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, 0.8)), color-stop(90%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 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, 0.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: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 30px 0px rgba(0, 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: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}
.try_wrap .box-title {
  color: #ffffff;
}
.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;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.bdr {
  border-radius: 4px;
  border: 1px solid #dddddd;
}

.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: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 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: 1160px;
  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 #ff0000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-right: 5px;
}

.icon-arrow-bottom {
  width: 0;
  height: 0;
  border-top: 6px solid #ff0000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.footer-wrap {
  font-size: 12px;
  line-height: 32px;
  padding: 30px 0 0;
  color: #FFFFFF;
  background: #000815;
  border: 1px solid rgba(255,255,255,0.12);
}
.footer-wrap .top {
  padding: 0 0 30px;
}
.footer-wrap .left {
  width: 200px;
  padding-top: 8px;
}
.footer-wrap .left .logo img {
  width: 155px;
  height: auto;
}
.footer-wrap .footer-cimage {
    width: 155px;
    height: auto;
    margin: 8px 0px 20px 0px;
}
.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 {
  font-family: Montserrat-Medium;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -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 24px 0;
  font-size: 16px;
  font-family: Montserrat-Bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
}
.footer-wrap .right a.footerStrong {
  color: #020814;
  padding: 0 20px 24px 0;
  font-size: 16px;
  font-family: Montserrat-Bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 32px;
}
.footer-wrap .copyright-wrap {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 20px 0;
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0;
  font-weight: 400;
}

.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: #ffffff;
}

.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 0.3s;
  transition: all 0.3s;
}

.swiper-wrap .swiper:hover .swiper-button-next, .swiper-wrap .swiper:hover .swiper-button-prev {
  opacity: 1;
}