@font-face {
  font-family: DingTalk-JinBuTi;
  src: url("/static/font/DingTalk JinBuTi.ttf");
}

html,
body {
  /*position: relative;*/
  height: 100%;
}

body {
  background: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  body {
    min-width: 1200px;
    overflow-y: auto;
  }
}

.form-control::-webkit-input-placeholder {
  color: #cecece;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #cecece;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #cecece;
  opacity: 1;
}

.form-control::placeholder {
  color: #cecece;
  opacity: 1;
}

.nav {
  height: 60px;
  text-align: center;
  position: sticky;
  background: rgba(255, 255, 255, 0.63);
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.nav.navBg {
  background-color: #ffffff;
}

.nav.fixed {
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(35, 65, 96, 0.15);
  position: fixed;
}

.nav .navbar {
  max-width: 1140px;
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 0 1rem;
}

.nav .navbar-brand {
  width:300px;
}

.nav .navbar-brand .log {
  align-items: baseline;
}

.nav .navbar-brand .slogan {
  padding: 0 8px 0 32px;
}

.nav .navbar-nav .nav-item {
  position: relative;
  width: 130px;
  height: 60px;
  line-height: 60px;
}

.nav .navbar-nav .nav-item .nav-link {
  padding: 0;
}

.nav .navbar-nav .nav-item.show .nav-link {
  color: #137aff;
}

.nav .navbar-nav .nav-item .active {
  border-bottom: 2px #137aff solid;
  color: #137aff;
}

.nav .navbar-nav .nav-item .dropdown-toggle::after {
  /*content:none;*/
}

.dark .nav {
  background: rgba(255, 255, 255, 1);
}
.dark .nav.fixed {
  background-color: #ffffff;
}

.nav .navbar-nav .navbar-collapse {
  /*background-color:#FFFFFF;*/
  z-index: 10;
}

.nav .navbar-nav li.dropdown {
  position: static;
}

.nav .navbar-nav .dropdown-content {
  position: absolute;
  min-height: 200px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  justify-content: center;
  margin-top: 0;
  border: 0;
  right: 0;
  display: flex;
  padding: 28px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3b3b3b;
  line-height: 20px;
  font-weight: 400;
  box-shadow: 0 4px 12px 0 rgba(35, 65, 96, 0.15);
}

.nav .navbar-nav .dropdown-content .nav-title {
  height: 100%;
}

.nav .navbar-nav .dropdown-content .nav-content {
  /*width:200px;*/
}

.nav .navbar-nav .dropdown-content .col,
.nav .navbar-nav .dropdown-content .col-4,
.nav .navbar-nav .dropdown-content .col-6 {
  height: 100%;
}

.nav .navbar-nav .dropdown-content {
  background: url("/static/images/sub-menu-bg.png") #ffffff no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

.nav .navbar-nav .dropdown-content h3 {
  font-family: DingTalk-JinBuTi;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 400;
}

.nav .navbar-nav .dropdown-content .col-4 h3 {
  font-family: PingFangSC-Regular;
}
.nav .navbar-nav .dropdown-content .col {
  padding-left: 50px;
}
.nav .navbar-nav .dropdown-content .col h3:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -15px;
  top: -15px;
  background: url("/static/images/product-logo.svg") no-repeat 100% 100%;
}

.nav .navbar-nav .dropdown-content .col:last-child h3:before {
  background-image: url("/static/images/product-logo-07.svg");
}

.nav .navbar-nav .dropdown-content h3 a {
  color: #424141;
}
.nav .navbar-nav .dropdown-content h3 a:hover {
  color: #137aff;
  text-decoration: none;
}

.nav .navbar-nav .dropdown-content h3 a.link {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #137aff;
  line-height: 22px;
  font-weight: 400;
}
.nav .navbar-nav .dropdown-content h3 a.link:hover {
  text-decoration: underline;
}

.nav .navbar-nav .dropdown-content hr {
  width: auto;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, #e0e0e0 3%, rgba(233, 233, 233, 0) 96%);
}

.nav .navbar-nav .dropdown-content p {
  padding-right: 48px;
}

.nav .navbar-nav .dropdown-content ul {
  margin-left: 0;
  padding: 0;
}

.nav .navbar-nav .dropdown-content ul li {
  list-style: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 500;
  margin: 20px 0;
}

.nav .navbar-nav .dropdown-content ul li a {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 500;
}

.nav .navbar-nav .dropdown-content ul li a:hover {
  color: #137aff;
  text-decoration: none;
}

.nav .navbar-nav .dropdown-content ul li > div {
  margin: 12px 0 0 0;
}

.nav .navbar-nav .dropdown-content .sub-nav-item {
  margin: 12px 0;
  list-style: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 500;
}

.nav .navbar-nav .dropdown-content .sub-nav-item a {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 500;
}

.nav .navbar-nav .dropdown-content .sub-nav-item a:hover {
  color: #137aff;
  text-decoration: none;
}

.nav .navbar-nav .dropdown-content .desc {
  margin: 0;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #7b7b7b;
  line-height: 20px;
  font-weight: 400;
}

.nav .links {
  min-width: 60px;
  margin-left: auto;
}

.nav .links .btn {
  margin-right: 12px;
}

.nav .links i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #000;
  margin: -2px 8px 0 8px;
}
.nav .hide {
  display: none;
}
.nav .navbar-nav .dropdown-content.hide {
  display: none;
}

.banner .swiper-button-next {
  right: 60px;
}

.banner .swiper-button-next:after {
  content: none;
}

.banner .swiper-slide {
  position: relative;
  background-color: #eff3f6;
}

.banner .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  /*margin:0 auto;*/
  transform: translateY(-50%);
  text-align: left;
}

.banner .swiper-button-prev {
  left: 80px;
}

.banner .swiper-button-prev:after {
  content: none;
}

.banner .swiper-pagination {
  position: relative;
  bottom: 100px;
  text-align: left;
  margin: 0 auto;
}

.banner .swiper-pagination-bullet {
  background: #137aff;
  border-radius: 100px 0 100px 0;
  width: 22px;
  height: 5px;
}

.news {
  height: 80px;
  background: url("/static/images/new-background.png") no-repeat center;
}

.news .new-item {
  display: flex;
  align-items: center;
}

.news .new-item a:hover {
  text-decoration: none;
}
.news .new-item p {
  height: 80px;
  line-height: 22px;
  padding: 16px 0;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #424141;
  font-weight: 400;
}

.news .new-item a:hover p {
  color: #137aff;
}

.news .new-item a .new {
  width: 25px;
  height: 14px;
  padding: 2px 4px;
  margin-left: 12px;
  background: #137aff;
  border-radius: 7px 0 7px 0;
  font-family: PingFangSC-Regular;
  font-size: 8px;
  color: #ffffff;
  font-weight: 400;
}

.news .split {
  width: 1px;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 24%,
    #ffffff 49%,
    #ffffff 74%,
    rgba(255, 255, 255, 0) 97%
  );
}

.news .new-item i:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background: rgba(19, 122, 255, 0.2);
  border: 1px solid #137aff;
  border-radius: 50%;
  margin-right: 12px;
}

@media only screen and (max-width: 991.98px) {
  .news {
    height: auto;
  }
  .news .split {
    display: none;
  }
  .news .new-item p {
    height: auto;
  }
}

.title {
  font-family: DingTalk-JinBuTi;
  font-size: 26px;
  color: #303133;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.description {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #606266;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  padding-top: 8px;
}

.product {
  height: auto;
  padding: 40px 0;
  margin-bottom: 40px;
}

.product .product-content {
  margin-top: 40px;
  color: #ffffff;
  min-height: 496px;
}

.product .product-expand {
  background: url("/static/images/solution-bg-white.jpg") #fff3cd;
  background-size: 100% 100%;
  height: 100%;
  padding: 40px 24px;
  color: #000000;
  box-shadow: 10px 0 20px 0 rgba(0, 45, 87, 0.12);
}

.product .product-expand h3 {
  font-family: DingTalk-JinBuTi;
  font-size: 26px;
  color: #303133;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 24px;
}

.product .product-expand p {
  /* height: 150px; */
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #424141;
  line-height: 26px;
  font-weight: 400;
}

.product .product-expand ul {
  padding-left: 0;
  height: 150px;
}

.product .product-expand ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background: rgba(19, 122, 255, 0.2);
  border: 1px solid #137aff;
  border-radius: 50%;
  margin-right: 12px;
}

.product .product-expand ul li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 400;
  margin: 12px 0;
  list-style: none;
}

.product .product-expand .product-example {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  font-weight: 500;
  height: 26px;
}

.product .product-expand .product-logos {
  display: flex;
  margin-top: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.product .product-expand .product-logos > div {
  height: 34px;
  padding: 3px 4px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-family: DingTalk-JinBuTi;
  font-size: 12px;
  color: #0077ed;
  line-height: 22px;
  font-weight: 400;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
}

.product .product-expand .product-logos > div:hover {
  box-shadow: 0 8px 20px 0 rgba(155, 165, 163, 0.15);
  animation: pulse 1s;
}
.product .product-expand .product-logos > div a {
  text-decoration: none;
}

.product .product-expand .btn {
}

.product .product-col {
  padding-right: 8px;
  padding-left: 8px;
  min-height: 600px;
  /* height: auto; */
}

.product .product-collapse {
  padding: 40px 16px;
  height: 100%;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

.product .product-collapse h3 {
  font-family: DingTalk-JinBuTi;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.product .product-collapse p {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 991.98px) {
  .product .product-content {
    margin-top: 40px;
    color: #ffffff;
    height: auto;
  }
  .product .product-col {
    min-height: 400px;
    height: auto;
    padding: 8px;
  }
  .product .product-expand .product-logos {
    flex-wrap: wrap;
  }
  .product .product-expand .product-logos > div {
    margin-bottom: 8px;
  }
  .product .product-expand ul {
    height: auto;
  }
}

.partner {
  padding: 40px 0;
  height: 450px;
  /*background: url("/static/images/partner-bg.png") no-repeat  #FAFBFF;*/
  background-image: linear-gradient(67deg, #e0edf8 0%, #f9f8fb 100%);
}

.partner .partnerSwiper {
  margin-top: 8px;
}

.partner .swiper {
  height: 300px;
}

.partner .box {
  height: 300px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.partner .box .box-left {
  width: 50%;
  margin-right: 96px;
  padding-right: 48px;
  height: 280px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.partner .box .box-left img {
  margin-left: auto;
  margin-right: 0;
}

.partner .box .box-right {
  width: 600px;
  padding: 32px;
  font-family: DingTalk-JinBuTi;
  font-size: 18px;
  color: #303133;
  line-height: 30px;
  font-weight: 400;
  background: url("/static/images/icon-1.svg") no-repeat left top;
}
.partner .box .box-right p {
  background: url("/static/images/icon2.svg") no-repeat right bottom;
  padding: 30px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .partner {
    height: auto;
  }
  .partner .swiper {
    height: auto;
  }
  .partner .box {
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: space-around;
    flex-direction: column;
  }
  .partner .box .box-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-right: 0;
    height: 280px;
    background: no-repeat center center;
  }
  .partner .box .box-left img {
    height: 280px;
    margin: 0 auto;
  }
  .swiper-slide .box .box-left img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    position: relative;
    object-fit: cover;
  }

  .partner .box .box-right {
    width: 100%;
    padding: 32px;
    font-family: DingTalk-JinBuTi;
    font-size: 18px;
    color: #303133;
    line-height: 30px;
    font-weight: 400;
    background: url("/static/images/icon-1.svg") no-repeat left top;
  }
}

.logos {
  margin-top: 48px;
  height: 334px;
  position: relative;
  display: flex;
}

.logos .logoWrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 16px;
  margin: 0 auto;
}

.logos .logoMask {
  display: flex;
  width: 100vw;
  justify-content: space-between;
  position: absolute;
}

.logos .logoMask > div {
  width: 394px;
  height: 334px;
}

.logos .logoMask > div:first-child {
  background: linear-gradient(270deg, rgba(243, 243, 247, 0), #f6f7f9);
}

.logos .logoMask > div:nth-child(2) {
  background: linear-gradient(270deg, #f6f7f9, rgba(243, 243, 247, 0));
}

.logos .logo-item {
  width: 200px;
  height: 90px;
  margin-bottom: 16px;
}

.contactUs {
  height: 220px;
  padding: 40px 0;
}

.contactUs .btn {
  display: block;
  width: 120px;
  margin: 32px auto 0 auto;
}

.rightSlider {
  position: fixed;
  right: 40px;
  bottom: 150px;
  z-index: 99;
  cursor: pointer;
}
.rightSlider .item-outer {
  background: #ffffff;
  border-radius: 50px;
  height: 200px;
  margin-bottom: 12px;
  padding: 24px 0;
  box-shadow: 0 0 20px 0 rgba(0, 45, 87, 0.12);
}

.rightSlider .item-outer .split {
  height: 1px;
  background-color: #8a8a8a;
  margin: 0 12px;
}

.rightSlider .item {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.rightSlider .item a {
  text-decoration: none;
  color: #1a1d28;
}
.rightSlider .item a:hover {
  color: #0077ed;
}

.rightSlider .item .icon {
  background: center no-repeat;
  display: block;
  height: 100%;
  -o-background-size: auto 35%;
  background-size: auto 35%;
}
.rightSlider .item.formItem {
  /*writing-mode: vertical-lr;*/
  width: 40px;
  height: 130px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
  color: #313131;
  font-weight: 400;
}
.rightSlider .item.formItem div {
  margin: 0 auto;
  padding: 0 12px;
  line-height: 22px;
}

.rightSlider .item.formItem .leadForm {
  margin: 0 auto;
  padding: 0 12px;
  line-height: 22px;
  height: 400px;
  width: 300px;
}

.rightSlider .item.aboutItem {
  border-radius: 0px 0px 50px 50px;
}

.rightSlider .item .i1 {
  height: 50px;
  background-image: url("/static/images/customer.svg");
  margin-top: -10px;
}

.rightSlider .item .i2 {
  background-image: url("/static/images/qr.svg");
}
.rightSlider .item.g-backtop {
  border-radius: 50px;
  box-shadow: 10px 0 20px 0 rgba(0, 45, 87, 0.12);
}
.rightSlider .item .i3 {
  background-image: url("/static/images/to-top.svg");
}

.rightSlider .item:hover {
  background-color: #ffffff;
}

.rightSlider .item:hover .i1 {
  background-image: url("/static/images/customer-hover.svg");
}

.rightSlider .item:hover .i2 {
  background-image: url("/static/images/qr-hover.svg");
}

.rightSlider .item:hover .i3 {
  background-image: url("/static/images/to-top-hover.svg");
}

.rightSlider .qr {
  position: absolute;
  width: 160px;
  background: #fff;
  border-radius: 4px;
  right: 60px;
  top: -100px;
  padding: 14px 24px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 12px;
}

.rightSlider .qr::before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 112px;
  position: absolute;
  border-left: 6px solid #fff;
  right: -6px;
  z-index: 20;
}

.rightSlider .qr img {
  display: block;
  margin-bottom: 15px;
  width: 110px;
  height: 110px;
}

@media only screen and (max-width: 991.98px) {
  .rightSlider {
    display: none;
  }
}

.footer {
  min-height: 248px;
  background-color: #0b1427;
  padding: 40px 0 20px 0;
}

.footer .footer-content {
  display: flex;
}

.footer .left {
  width: 150px;
  flex: 0;
}

.footer .footer-logo {
}

.footer .footer-ai {
  margin-top: 32px;
}

.footer .links {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #ffffff;
}

.footer .links ul {
  padding-left: 8px;
}

.footer .links ul h6 {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #9d9d9d;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer .links ul li {
  list-style: none;
  display: block;
  clear: both;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}

.footer .links ul li a {
  color: white;
  text-decoration: none;
}

.footer .links ul li a:hover {
  color: #3282f6;
  text-decoration: none;
}

.footer .right {
  width: 300px;
  padding-left: 12px;
  /*margin-left:auto;*/
}

.footer .right .footer-email {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
}

.footer .right .footer-icons {
}

.footer .right .footer-qrcode {
  background-color: #ffffff;
  width: 100px;
}

.footer .copyright {
  font-size: 12px;
  color: #979797;
  line-height: 20px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .footer .left {
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-ai {
    margin-top: 0;
  }
  .footer .links {
    display: none;
    flex: 0 0 100%;
  }
  .footer .links ul {
    padding-top: 8px;
    width: 100%;
    text-align: center;
  }
  .footer .right {
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.swiper {
  width: 100%;
  height: 536px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.swiper-slide .pic {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  -o-transition: 6s;
  -ms-transition: 6s;
  -moz-transition: 6s;
  -webkit-transition: 6s;
  transition: 6s;
}

.swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
  .banner {
    margin-top: 50px;
  }
  .banner .txt {
    bottom: 30px;
  }
  .swiper {
    width: 100%;
    height: 180px;
  }
  .banner .swiper-slide a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    display: flex;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .banner .swiper-pagination {
    bottom: 30px;
  }
  .navbar-collapse {
    background-color: #ffffff;
    padding-bottom: 24px;
  }
  .navbar-nav {
    align-items: center;
  }
  .nav .navbar {
    padding: 0;
  }
  .nav .navbar-nav .dropdown-content {
    position: relative;
    min-height: 200px;
    width: 100vw;
    margin-left: -50vw;
    justify-content: center;
    margin-top: -60px;
    padding: 18px;
  }
  .nav .navbar-nav .dropdown-content hr {
    margin: 4px 0;
  }
  .nav .navbar-nav .dropdown-content ul li {
    margin: 12px 0;
  }
  .navbar .container {
    flex-direction: column;
    overflow-y: auto;
  }
  .navbar .container .row {
    flex-direction: column;
  }
  .nav .navbar-nav .dropdown-content .col,
  .nav .navbar-nav .dropdown-content .col-4,
  .nav .navbar-nav .dropdown-content .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0;
  }
  .nav .navbar-nav .dropdown-content .col {
    padding-left: 18px;
  }
  .nav .navbar-nav .dropdown-content .col h3:before {
    display: none;
    left: -15px;
    top: 0px;
    width: 25px;
    height: 25px;
  }
}

@font-face {
  font-family: Roboto-Regular;
  src: url("/static/font/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto-Black;
  src: url("/static/font/Roboto-Black.ttf");
}
@font-face {
  font-family: Roboto-Bold;
  src: url("/static/font/Roboto-Bold.ttf");
}
@font-face {
  font-family: Roboto-BlackItalic;
  src: url("/static/font/Roboto-BlackItalic.ttf");
}
@font-face {
  font-family: Roboto-Light;
  src: url("/static/font/Roboto-Light.ttf");
}
body {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

.nav .navbar-nav .nav-item {
  width: auto;
  padding: 0 20px;
}

.ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ell-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .new-item p {
  height: auto;
  padding-top: 18px;
  padding-bottom: 0;
  font-family: Roboto-Regular;
}
.title {
  font-family: Roboto-BlackItalic;
}
.partner .box .box-right p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #303133;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #303133;
  line-height: 20px;
  font-weight: 400;
}
.btn,
.btn-lg {
  border-radius: 0 !important;
}
.logos {
  overflow: hidden;
}
.partnerSwiper .swiper-pagination-bullet {
  background: #137aff;
  border-radius: 100px 0 100px 0;
  width: 22px;
  height: 5px;
}
.slider-img {
  width: 25px;
}
.rightSlider .item {
  height: 38px;
  width: 40px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightSlider .item-outer {
  height: 120px;
  padding: 18px 0;
}
.rightSlider .item-outer .split {
  margin-top: 5px;
  margin-bottom: 3px;
}
.footer-logo {
  width: 110px;
}
.footer .left {
  margin-right: 50px;
}
.footer .links ul h6 {
  font-family: Roboto-Bold;
}
.layui-input {
  display: inline-block;
  width: 118px;
}
#submitEmailBtn {
  background-color: #146efa;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.tit {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
}
.footer-icons {
  display: flex;
  margin-bottom: 10px;
}
.footer-img {
  width: 28px;
  margin-right: 10px;
  cursor: pointer;
}
.footer-wechat {
  position: relative;
}
.footer-wechat:hover .footer-qr {
  display: block;
}
.footer-qr {
  width: 200px;
}
.footer-qr img {
  width: 200px;
}
.footer-qr {
  display: none;
  position: absolute;
  top: -100px;
}
.nav .navbar-brand .slogan {
  padding: 0;
}
.footer .footer-ai {
  margin-top: 11px;
}
.rightSlider {
  right: 10%;
}
.g-backtop a {
  width: 100%;
  height: 140%;
}
