html {
  font-size: 10px;
}

body {
  background: #fff;

  font-family: PingFang SC;
}

a:hover {
  text-decoration: none;
}

.carousel-inner img {
  margin: 0 auto;
}

iframe {
  border: none;
  background: #f9f9f9;
}

.container {
  padding: 0;
}

.body-section {
  padding: 6.5rem 0;

  background: #f4f5f7;
}

.image-response {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.justify-between {
  justify-content: space-between;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f4f5f7;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #999 !important;
}

.text-red {
  color: #d44444 !important;
}

.text-primary {
  color: #0c6ef1 !important;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
  .body-section {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 1230px;
    max-width: 1920px;
  }
}
@media screen and (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;

    width: 100%;
  }
  .show--pc {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .show--mobile {
    display: none;
  }
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;

  box-sizing: border-box;
  width: 100%;
  height: 80px;

  transition: all 0.5s ease;

  color: #fff;
  background: rgba(255, 255, 255, 0);
}
.header .header-menu__title,
.header .header-switch a {
  color: #fff;
}
.header.active {
  border-bottom: 1px solid #eee;
  background: rgb(255, 255, 255);
}
.header.active .header-menu__title {
  color: #000;
}
.header.active .header-menu__title.active {
  color: #fff;
}
.header.active .header-switch {
  color: #ccc;
}
.header.active .header-switch a {
  color: #ccc;
}
.header.active .header-search {
  color: #0c6ef1;
}
.header.active .header-logo__image {
  display: none;
}
.header.active .header-logo__image--active {
  display: block;
}

.header-logo__image--active {
  display: none;
}

.header-link {
  display: block;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  max-width: 1760px;
  height: 80px;
  margin: 0 auto;
}

.header-logo {
  width: 197px;
}

.header-menu {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: flex-end;
  margin-right: 5%;
}

.header-menu__item {
  display: flex;
  align-items: center;

  height: 100%;
  margin-right: 10px;
}
.header-menu__item .header-menu__title.active {
  border-radius: 40px;
  background: #006cff;
}
.header-menu__item:hover .header-sub {
  display: block;
}

.header-menu__title {
  height: 40px;
  padding: 0 25px;

  text-align: center;
  white-space: nowrap;

  font-size: 18px;
  line-height: 40px;
}

.header-switch {
  white-space: nowrap;

  font-style: italic;
}

.header-search {
  margin-left: 20px;

  cursor: pointer;

  font-size: 26px;
}

.header-sub {
  position: absolute;
  top: 81px;

  display: none;

  color: #000;
}

.header-sub--block {
  left: 0;

  width: 100%;

  background: #fff;
  box-shadow: 2px 10px 10px 2px rgba(0, 0, 0, 0.2);
}

.header-products {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  width: 1000px;
  margin: 15px auto;

  border-bottom: 1px solid #eee;
}
.header-products:last-child {
  border-bottom: none;
}

.header-product {
  display: flex;
  align-items: center;

  width: 300px;
  height: 106px;
  margin: 10px 0;
  padding: 0 25px;

  cursor: pointer;

  color: #000;
  border-right: 1px solid #eee;
}
.header-product:hover, .header-product.active {
  color: #0c6ef1;
}
.header-product:hover .header-product__tip, .header-product.active .header-product__tip {
  color: #0c6ef1;
}

.header-product:last-child {
  border-right: none;
}

.header-product__icon {
  display: block;

  width: 80px;
  height: 80px;
  margin-right: 15px;

  -o-object-fit: contain;
  object-fit: contain;
}

.header-product__body {
  flex: 1;
}

.header-product__title {
  font-size: 18px;
  width: 200px;
}

.header-product__tip {
  color: #818181;

  font-size: 15px;
}

.header-clouds {
  display: flex;
  justify-content: center;

  font-size: 16px;
}

.header-cloud {
  margin: 45px 0;
  padding: 15px 25px;

  color: #000;
  border-right: 1px solid #eee;

  line-height: 30px;
}

.header-cloud:last-child {
  border-right: none;
}

.header-cloud__head {
  font-size: 20px;
}

.header-cloud__image {
  display: block;

  width: 200px;
  height: 100px;
  margin: 10px 0;
}

.header-cloud__link {
  display: block;

  color: #818181;
}

.header-cloud__next {
  cursor: pointer;

  color: #000;
}

.header-solutions {
  display: flex;
  flex-wrap: wrap;

  padding: 50px 0;
}

.header-solution {
  width: 410px;
  padding: 0 25px;

  border-right: 1px solid #eee;

  font-size: 16px;
}

.header-solution:nth-child(4n-1) {
  border-right: none;
}

.header-solution__divider {
  width: 100%;
  margin: 20px;

  border-top: 1px solid #eee;
}

.header-solution__head {
  margin-bottom: 20px;

  font-size: 20px;
}

.header-solution__body {
  position: relative;

  line-height: 26px;
}

.header-solution__image {
  display: block;
  float: left;

  width: 150px;
  height: 105px;
  margin-right: 20px;

  -o-object-fit: cover;
  object-fit: cover;
}

.header-solution__content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 78px;

  text-overflow: ellipsis;

  color: #818181;

  -webkit-line-clamp: 3;
}

.header-solution__next {
  display: block;

  color: #000;
}

.header-sub-menus {
  position: relative;
  left: -30px;

  margin-top: 5px;
  padding: 5px 10px;

  background: #fff;
  box-shadow: 2.575px 4.286px 22px 0px rgba(0, 0, 0, 0.2);
}

.header-sub-menu {
  display: block;

  width: 150px;
  height: 40px;
  margin: 10px 0;

  text-align: center;

  color: #000;

  font-size: 18px;
  line-height: 40px;
}
.header-sub-menu:hover {
  color: #0c6ef1;
  background: #d3e1f4;
}

.modal-search {
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  height: 100%;
}

.modal-search__body {
  display: flex;
  justify-content: space-between;

  width: 800px;
  height: 72px;
  padding: 0 25px;

  border-radius: 72px;
  background: #fff;

  line-height: 72px;
}

.modal-search__input {
  flex: 1;

  border: none;
  outline: none;
  background: transparent;

  font-size: 18px;
}

.modal-search__icon {
  cursor: pointer;

  color: #0c6ef1;

  font-size: 29px;
}

.modal-search__close {
  position: absolute;
  bottom: 0;

  cursor: pointer;

  color: #fff;

  font-size: 33px;
}

.header-banner {
  height: 30rem;
  margin-top: 80px;

  background: center center no-repeat;
  background-size: cover;
}

.header-banner__body {
  padding: 80px 0 0;

  color: #fff;
}

.header-banner__title {
  font-size: 4.2rem;
}
.header-banner__title::after {
  display: block;

  width: 6.8rem;
  height: 1px;
  margin: 2rem 0;

  content: "";

  background: #fff;
}

.header-banner__tip {
  font-size: 1.4rem;
}

.header-section {
  position: relative;

  display: flex;
  align-items: center;

  height: 68px;

  box-shadow: 0px 0px 20px 0px rgba(7, 0, 2, 0.1);
}
.header-section .breadcrumb {
  margin: 0;
  padding: 0;

  color: #818181;
  background: transparent;
}
.header-section .breadcrumb a {
  color: #818181;
}
.header-section .breadcrumb a:hover {
  color: #0c6ef1;
}

.header-navs {
  display: flex;
  align-items: center;
}

.header-nav {
  display: flex;
  flex: 1;
}

.header-nav__item {
  display: flex;
  align-items: center;

  box-sizing: border-box;
  height: 68px;
  margin-right: 20px;
  padding: 0 10px;

  color: #000;
  border-bottom: 2px solid transparent;
}
.header-nav__item.active, .header-nav__item:hover {
  color: #0c6ef1;
  border-color: #0c6ef1;
}

@media screen and (max-width: 1440px) {
  .header-container {
    max-width: 1440px;
    padding: 0 30px;
  }
  .header-menu__title{
  	padding: 0 20px;
  }
  .header-menu{
  	margin-right: 3.5%;
  }
  .header-menu__item {
    margin-right: 7px;
	}
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header-container {
    width: 100%;
  }
  .header-banner {
    height: 20rem;
    margin-top: 60px;
  }
  .header-banner__body {
    padding: 2rem;
  }
}
.header-mobile {
  position: fixed;
  z-index: 999;
  top: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100vw;
  height: 60px;
  padding: 2rem;
}

.active .header-mobile {
  border-bottom: 1px solid #eee;
  background: rgb(255, 255, 255);
}
.active .header-mobile .header-mobile__icon {
  color: #000;
  background: transparent;
  box-shadow: none;
}

.header-mobile__logo {
  width: 12.71rem;
  height: 4rem;
}

.header-mobile__icon {
  width: 4rem;
  height: 4rem;

  text-align: center;

  color: #fff;
  background: linear-gradient(90deg, rgb(32, 156, 255) 0%, rgb(0, 83, 233) 100%);
  box-shadow: 0px 0px 20px 0px rgba(31, 153, 254, 0.5);

  font-size: 3rem;
  line-height: 4rem;
}

.mobile-menu {
  position: fixed;
  z-index: 99999;
  top: 0;

  display: none;

  width: 100%;
  height: 100%;

  background: #fff;
}
.mobile-menu.active {
  display: block;
}

.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 60px;
  padding: 2rem;
}

.mobile-menu__logo {
  width: 12.71rem;
  height: 4rem;
}

.mobile-menu__actions {
  display: flex;

  line-height: 4rem;
}

.mobile-menu__link {
  width: 4rem;
  height: 4rem;
  margin: 0 1rem;

  text-align: center;

  color: #000;
  border-radius: 50%;
  background: #f3f5f7;

  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 4rem;
}

.mobile-menu__icon {
  margin-left: 2rem;

  color: #0c6ef1;

  font-size: 3rem;
  line-height: 4rem;
}

.mobile-menu-search {
  display: flex;
  overflow: hidden;
  align-items: center;

  margin: 0 2rem;
  padding: 0.4rem 2rem;

  border-radius: 5px;
  background: #f3f5f7;
}

.mobile-menu-input {
  flex: 1;

  padding: 1rem;

  border: none;
  outline: none;
  background: transparent;
}

.mobile-menu-button {
  font-size: 3rem;
}

.mobile-menu-list {
  padding: 1rem 2rem;
}

.mobile-menu-item {
  border-bottom: 1px solid #eee;

  font-size: 16px;
  line-height: 8rem;
}
.mobile-menu-item:last-child {
  border: none;
}

.mobile-menu-row {
  display: flex;
  justify-content: space-between;
}
.mobile-menu-row.active .mobile-menu-next {
  transform: rotate(180deg);
}
.mobile-menu-row.active + .mobile-menu-sub {
  height: auto;
}

.mobile-menu-next {
  transition: all 0.3s ease;
}

.mobile-menu-sub {
  overflow: hidden;
  overflow-y: auto;

  height: 0;
  max-height: 30rem;

  transition: all 0.3s ease;
}

.mobile-menu-sub-link {
  display: block;

  padding: 0 2rem;

  color: #818181;

  line-height: 6rem;
}
.mobile-menu-sub-link:first-child {
  border-top: 1px solid #eee;
}

@media screen and (min-width: 1280px) {
  .header-mobile-block,
  .header-mobile {
    display: none;
  };

}
@media screen and (max-width: 1280px){
  .header-container{
    display: none;
  };
}
.footer {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;

  width: 100%;

  color: #ababab;
  background: #242424;

  font-size: 1.4rem;
}
.footer a {
  color: #ababab;
}
.footer a:hover {
  color: #0c6ef1;
}

.footer__head {
  display: flex;
  justify-content: space-between;

  padding-top: 9rem;
}

.footer__foot {
  display: flex;
  justify-content: space-between;

  padding: 6rem 0;
}

.footer-police img {
  margin-right: 1rem;
}

.footer-logo {
  margin-bottom: 3.4rem;
}

.footer-item__head {
  color: #fff;

  font-size: 1.6rem;
}

.footer-item__head--border::after {
  display: block;

  width: 2.2rem;
  height: 0.2rem;
  margin: 2rem 0;

  content: "";

  background: #0c6ef1;
}

.footer-menu {
  display: block;

  margin-bottom: 1.5rem;

  line-height: 1.4rem;
}

.footer-content {
  display: flex;
}

.footer-icp {
  margin: 0 6rem 0 3rem;
}

@media screen and (max-width: 767px) {
  .footer__foot {
    align-items: center;
    flex-direction: column;
    justify-content: center;

    padding: 3rem 0;

    font-size: 1.8rem;
    line-height: 5rem;
  }
  .footer-content {
    align-items: center;
    flex-direction: column;
  }
}
.section {
  margin: 0 auto 10rem;
}

.section__head {
  text-align: center;
}

.section__body {
  overflow: hidden;
}

.section__title {
  margin: 8.5rem 0 2rem;

  white-space: nowrap;

  font-size: 3.6rem;
  font-weight: bold;
}
.section__title::after {
  display: block;

  width: 6.8rem;
  height: 0.6rem;
  margin: -1.2rem auto 0;

  content: "";

  border-radius: 6px;
  background: #0c6ef1;
}

.section__tip {
  margin-bottom: 6rem;

  color: #818181;

  font-size: 1.8rem;
}

@media screen and (max-width: 900px) {
  .section {
    margin: 0 auto 4rem;
  }
  .section__title {
    margin: 3rem 0 1rem;

    font-size: 3rem;
  }
  .section__tip {
    margin-bottom: 1rem;
    padding: 0 1rem;

    font-size: 2rem;
  }
}
.layui-layer-custom.layui-layer {
  background-color: transparent;
  box-shadow: none;
}
.layui-layer-custom.layui-layer-page .layui-layer-content {
  overflow: hidden;
}

.pagination {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;

  width: 100%;
  margin: 4rem 0 0;
}

.pagination__item {
  margin: 0 8px;
  padding: 9px 16px;

  color: #000;
  border-radius: 5px;
  background: #fff;

  font-size: 16px;
}
.pagination__item.disabled {
  cursor: not-allowed !important;

  color: #ccc !important;
  background: #fff !important;
}
.pagination__item:hover, .pagination__item.active {
  color: #fff;
  background: #0c6ef1;
}

.article {
  padding: 4rem;

  background: #fff;
}
.article img {
  max-width: 100%;
}
.article h1 {
  margin: 0 0 4rem;

  font-size: 2.4rem;
  font-weight: bold;
}
.article p {
  margin-bottom: 2rem;
}
.article video {
  width: 100%;
}

.article__head {
  padding-bottom: 4rem;

  border-bottom: 1px solid #eee;

  font-size: 3.2rem;
}

.article__body {
  padding: 4rem 0;
}

.article__title {
  text-align: center;
}

.article-tips {
  display: flex;
  justify-content: center;

  margin-top: 2rem;
}

.article-tip {
  margin-right: 2rem;

  color: #818181;

  font-size: 1.5rem;
}
.article-tip label {
  font-weight: normal;
}
.article-tip:last-child {
  margin: 0;
}

.article-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #fafafa;

  font-size: 1.6rem;
}
.article-nav a {
  color: #000;
}
.article-nav a:hover {
  color: #0c6ef1;
}
.article-nav a.disabled {
  cursor: not-allowed;

  color: #ccc !important;
}

.article-nav__link {
  overflow: hidden;
  flex: 1;

  padding: 3rem;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-nav__link--next {
  text-align: right;
}

.article-nav__icon {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .article {
    padding: 2rem;
  }
  .article-nav__link {
    overflow: hidden;
    flex: 1;

    padding: 3rem 1rem;

    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.product-related-section__body {
  padding-bottom: 8rem;
}

.product-related-section__title {
  margin: 5.5rem 0 4.5rem;

  text-align: center;
  white-space: nowrap;

  font-size: 3.6rem;
  font-weight: bold;
}
.product-related-section__title::after {
  display: block;

  width: 68px;
  height: 6px;
  margin: -12px auto 0;

  content: "";

  border-radius: 6px;
  background: #0c6ef1;
}

.product-related-wrapper {
  margin: -10px;
}

.product-related-list {
  display: flex;
  flex-wrap: wrap;

  width: 100%;
}

.product-related {
  width: 288px;
  margin: 10px;
  padding: 2rem 2rem 1rem;

  text-align: center;

  color: #000;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
}
.product-related-index {
  width: 390px;
  /**margin: 8px;
  padding: 1rem 1rem 1rem;**/
  margin: 8px 8px 0px 8px;

  text-align: center;

  color: #000;
  border: 0px solid #eee;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 1199px) {

  .product-related-index {
    width: 288px;
  }
}
.product-related:hover {
  color: #0c6ef1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.product-related__head {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  padding-bottom: 100%;

  border-radius: 5px;
  background-color: rgb(243, 245, 247);
}

.product-related__head-index {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  padding-bottom: 50%;

  border-radius: 5px;
  background-color: rgb(243, 245, 247);
}

.product-related__image {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.product-related__image-index {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height:auto;

  -o-object-fit: cover;
  object-fit: cover;
}

.product-related__title {
  overflow: hidden;

  padding: 30px 0 0;

  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 18px;
}

.product-related__next {
  color: #0c6ef1;

  font-size: 35px;
}

.product-related__title-index {
  overflow: hidden;

  padding: 20px 0 0;

  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 18px;
}

.product-related__next-index {
  color: #0c6ef1;

  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .product-related-wrapper {
    margin: 0;
  }
  .product-related {
    width: 100%;
  }
  .product-related-index {
    width: 100%;
  }
}
.related-solutions {
  background: #f4f5f7;
}

.related-solutions__body {
  padding-bottom: 8rem;
}

.related-solutions__title {
  margin: 5.5rem 0 4.5rem;

  text-align: center;
  white-space: nowrap;

  font-size: 3.6rem;
  font-weight: bold;
}
.related-solutions__title::after {
  display: block;

  width: 68px;
  height: 6px;
  margin: -12px auto 0;

  content: "";

  border-radius: 6px;
  background: #0c6ef1;
}

.related-solutions-wrapper {
  margin: -1.5rem;
}

.related-solution-list {
  display: flex;
  flex-wrap: wrap;

  width: 100%;
}

.related-solution {
  display: flex;

  box-sizing: border-box;
  width: 60rem;
  margin: 1.5rem;
  padding: 2rem 2rem 1rem;

  color: #000;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
}
.related-solution:hover {
  color: #0c6ef1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.related-solution__head {
  width: 34.6rem;
  margin-right: 2rem;
}

.related-solution__body {
  overflow: hidden;
  flex: 1;
}

.related-solution__image {
  position: relative;

  overflow: hidden;

  height: 0;
  padding-top: 54.5%;

  border-radius: 5px;
  background-color: rgb(243, 245, 247);
}

.related-solution__title {
  overflow: hidden;

  padding-bottom: 2rem;

  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 2.2rem;
}

.related-solution__tip {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 5rem;

  text-overflow: ellipsis;

  color: #818181;

  font-size: 1.5rem;
  line-height: 2.5rem;

  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .related-solutions-wrapper {
    margin: 0;
  }
  .related-solution {
    width: 100%;
    margin: 0 0 1rem;
  }
  .related-solution__head {
    width: 18rem;

    font-size: 2rem;
  }
}
.side-service {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 20%;
}

.side-service__item {
  position: relative;

  display: block;

  box-sizing: border-box;
  width: 60px;
  height: 60px;

  cursor: pointer;
  text-align: center;

  color: #666;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
  background: #fff;

  line-height: 60px;
}
.side-service__item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.side-service__item:hover {
  color: #fff;
  border-color: #0c6ef1;
  background: #0c6ef1;
}
.side-service__item:hover .side-service__content {
  display: block;
}

.side-service__icon {
  font-size: 30px;
}

.side-service__content {
  position: absolute;
  top: -1px;
  right: 60px;

  display: none;
}

.side-service__text {
  height: 60px;
  padding: 0 20px;

  white-space: nowrap;

  color: #fff;
  background: #0c6ef1;

  font-size: 18px;
}

.overflow-hidden{
  overflow:hidden;
}