html,
body {
  margin: 0;
  padding: 0;
  color: #292b2d !important;
  background-color: #efefef;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important;
}
*{
  color: #292b2d !important;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

.pro-container {
  padding-inline: 14vw;
  background-color: #fff;
}
.pro-container .led-display {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 20px;
}
.pro-container .card-title {
  color: #555555;
  font-size: 20px;
  font-weight: 600;
  margin: 50px 0px 0px;
}
.pro-container .card-label *{
  color: #051c96 !important;
}
.pro-container .card-label {
  background-color: #fafafc;
  font-size: 20px;
  text-align: left;
  margin: 10px 0px;
}
.crumb {
  align-items: center;
  display: flex;
  padding: 10px 5px;
}

.pro-container .led-title {
  font-size: 38px;
  font-weight: bold;
  -webkit-padding-before: 50px;
  padding-block-start: 50px;
  -webkit-padding-after: 25px;
  padding-block-end: 25px;
  text-align: center;
}
.pro-container .card {
  width: 100%;
  display: grid;
  place-items: center;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.pro-container .card-item {
  max-width: 310px;
  height: 380px;
  background-color: #efefef;
}
.pro-container .card-item-img img {
  width: 310px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.pro-container .card-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  vertical-align: middle;
  padding: 20px;
}
.pro-container .card-item-content .card-item-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.pro-container .card-item-content .card-item-desc {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.pro-container .card-item-button {
  background-color: #051c96;
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pro-container .card-item-button:hover {
  background-color: #091fb0;
  color: #fff;
}


.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content {
  margin: auto;
}
.content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  padding-block: 70px;
}
.content p {
  font-size: 16px;
  line-height: 24px;
}

/*.list .item {*/
/*  position: relative;*/
/*}*/
.list .item .model {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 15%;
  text-align: center;
  max-width: 1280px;
  margin: auto;
  margin-top: 70px;
}
.list .item .model img {
  width: 128px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 10px;
}
.list .item .model p {
  font-size: 14px;
  font-weight: 600;
}
.list .stories .card3 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1280px;
  margin: auto;
}
.list .stories .card3 img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .stories .card3 .item3 {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  width: 100%;
  height: 420px;
}
.list .stories .card3 .item3 .text3 {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 280px);
}
.list .stories h2 {
  margin-top: 60px;
  font-size: 40px;
  color: #212529;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.list .stories p {
  font-size: 14px;
  line-height: 22px;
  color: rgb(102, 102, 102);
}
.list .stories h3 {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list .talk .title {
  font-size: 40px;
  color: #212529;
  font-weight: 700;
  text-align: center;
}
.list .talk .btn {
  display: block;
  position: relative;
  background-color: #0326a0;
  border-radius: 30px;
  text-align: center;
  border: 0;
  color: #fff !important;
  font-size: 18px;
  padding: 10px 20px;
  margin: auto;
}
.list .talk .card2 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
  padding: 20px 0px;
  color: #ffffff;
  max-width: 1280px;
  margin: auto;
}
.list .talk .card2 .card2-item {
  position: relative;
}
.list .talk .card2 img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .talk .card2 .content {
  position: absolute;
  bottom: 10px;
  padding: 20px;
}
.list .talk .card2 h3 {
  font-size: 24px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff !important;
}
.list .talk .card2 p {
  font-size: 16px;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .content h2{
    font-size: 30px;
    padding-block: 30px;
  }
  .list .talk .card2 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 760px) {
  .list .talk .title{
    font-size: 30px;
    margin-bottom: 0;
  }
  .pro-container {
    padding-inline: 6vw;
  }
  .led-title {
    font-size: 30px;
  }
  .led-display {
    padding: 10px 0;
  }
  .card {
    grid-template-columns: 1fr;
  }
}
.list .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-block: 50px;
  line-height: 50px;
}
.list .image {
  width: calc( 100% + 28vw);
  height: 700px;
  margin-inline: -14vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.list .contain-img{
  position: relative;
  width: 100vw;
}

.list .text {
  position: absolute;
  left: 8vw;
  top: 13vw;
  color: #ffffff !important;
  width: 40vw;
}
.list .stories h2{
  font-size: 30px;
  padding-bottom: 30px
}
.list .subTitle {
  color: #ffffff !important;
  font-size: 40px;
  font-weight: 700;
  font-size: 40px;
  padding: 20px 0;
}
.list .txt {
  font-size: 20px;
  padding: 20px 0;
  color: #fff !important;
}
.list .btn {
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .list .title{
    font-size: 30px;
    padding-block: 30px;
  }
  .list .stories .card3 {
    grid-template-columns: 1fr;
  }
  .list .item .model {
    flex-direction: column;
  }
  .list .image {
    height: 640px;
    background-position: right;
    width: calc( 100% + 12vw);
    margin-inline: -6vw;
  }
  .list .text {
    position: absolute;
    top: 50px;
    left: 10px;
    color: #ffffff !important;
    width: 92%;
  }
}

.product {
  padding: 0 10%;
  display: flex;
}
.product .card-title {
  color: #555555;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 50px;
}
.product .card-label {
  background-color: #FAFAFC;
  color: #051c96;
  font-weight: 700;
  font-size: 20px;
  text-align: right;
  display: block;
  padding: 5px 20px;
  margin: 0 50px;
}
.product .card {
  display: grid;
  grid-gap: 40px;
  padding: 20px 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
.product .card .card-item {
  position: relative;
  overflow: hidden;
}
#page{
  width: fit-content;
  margin: auto;
}
.product .card .card-item:hover {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.41);
}
.product .card .card-item:hover .card-img {
  transform: scale(1.1);
}
.product .card .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .card .card-item-content {
  padding: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.product .card .card-item-title {
  font-size: 24px;
  font-weight: 700;
  color: #0326a0;
}
.product .card .card-item-desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  margin-top: 10px;
}
.product .menu {
  padding-inline: 2%;
}
.product .menu h2 {
  color: #555555;
  font-weight: 700;
  font-size: 19px;
  padding-block: 10px;
}
.product .menu .categories ul {
  padding-inline-start: 40px;
}
.product .menu .categories li {
  display: list-item;
  padding-block: 2px;
}
.product .menu .categories a {
  color: #051c96;
  text-decoration: none;
}
.product .menu .categories a:hover {
  color: #323639;
}
.product .menu .contactUs {
  position: sticky;
  top: 0;
}
.product .menu .contactUs p {
  color: rgb(85, 85, 85);
  font-size: 14px;
}
.product .menu .contactUs .form-content {
  margin: 20px -10px;
}
.product .menu .contactUs .form-content .form-cell {
  display: flex;
  box-sizing: border-box;
  min-height: 54px;
}
.product .menu .contactUs .form-content .form-cell .field {
  flex: 1;
  margin: 0 10px;
  position: relative;
}
.product .menu .contactUs .form-content .form-cell .field .field-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .menu .contactUs .form-content .form-cell .field .gui-input {
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 8px;
  padding-left: 16px;
  vertical-align: top;
  line-height: 20px;
  border: 1px solid #69727d;
  background: #fff;
  color: #555555;
  outline: none;
}
.product .menu .contactUs .form-content .form-cell .field .gui-input::-moz-placeholder {
  color: #999999;
}
.product .menu .contactUs .form-content .form-cell .field .gui-input::placeholder {
  color: #999999;
}
.product .menu .contactUs .form-content .form-cell .field .gui-input:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.product .menu .contactUs .form-content .form-cell .field .gui-textarea {
  border-radius: 4px;
  overflow: auto;
  outline: none;
  resize: none;
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 96px;
  padding: 8px;
  padding-left: 16px;
  line-height: 19px;
  border: 1px solid #69727d;
}
.product .menu .contactUs .form-content .form-cell .field .gui-textarea::-moz-placeholder {
  color: #999999;
}
.product .menu .contactUs .form-content .form-cell .field .gui-textarea::placeholder {
  color: #999999;
}
.product .menu .contactUs .form-content .form-cell .field .gui-textarea:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.product .menu .contactUs .form-content .form-footer {
  padding: 20px 10px;
}
.product .menu .contactUs .form-content .form-footer .button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 20px;
  height: 42px;
  color: #243140;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  background: #dbdbdb;
  border-radius: 3px;
  border: 0;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
.product .menu .contactUs .form-content .form-footer .button.btn-primary {
  background: #051c96;
  color: #fff;
  width: 100%;
}
.product .menu .contactUs .form-content .form-footer .button.btn-primary:hover {
  background: #04187d;
}

@media screen and (max-width: 760px) {
  .product {
    flex-direction: column;
  }
  .product .card {
    padding: 0;
  }
  .product .card-label {
    margin: 0;
  }
}
li {
  display: block;
}

.anchor-box {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.anchor-box .anchor {
  position: absolute;
  height: 1px;
  width: 100%;
  top: -50px;
}

.taps {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}
.taps .fold-and-title-wrap {
  display: flex;
  justify-content: space-between;
}
.taps .fold-and-title-wrap .taps-title {
  font-size: 20px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 0 !important;
  margin: 0;
  color: #333;
  text-align: left;
  font-weight: 600;
  word-break: break-word;
  position: relative;
}
.taps .fold-and-title-wrap .fold-nav {
  display: flex;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item {
  padding-left: 12px;
  padding-top: 11px;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333;
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item:hover > .at-navigation {
  color: #051c96;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item:hover .triangle-indicator {
  background-image: url(https://www.hikvision.com/etc/clientlibs/it/resources/icons/icon-dropdown-red-1.svg);
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item:hover .dropdown-list {
  display: block;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .at-navigation {
  text-decoration: none;
  color: inherit;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .at-navigation:hover {
  color: #051c96;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .at-navigation > img {
  width: 18px;
  height: 18px;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .triangle-indicator {
  margin-left: 10px;
  background-image: url(https://www.hikvision.com/etc/clientlibs/it/resources/icons/icon-dropdown-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .triangle-indicator.no-change {
  background-image: url(https://www.hikvision.com/etc/clientlibs/it/resources/icons/icon-dropdown-1.png);
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .dropdown-list {
  z-index: 99;
  font-size: 12px;
  list-style-type: none;
  position: absolute;
  display: none;
  color: #505050;
  line-height: 3.5;
  top: 35px;
  right: 0;
  padding-top: 10px;
  background-color: #fff;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .dropdown-list .dropdow-box {
  padding: 0 15px 0 15px;
  background: #fff;
  border-radius: 8px;
  min-width: 177px;
  max-width: 288px;
  width: auto;
  box-sizing: border-box;
  height: 100%;
  max-height: 360px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  overflow-y: auto;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .dropdown-list .dropdow-box::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
  width: 6px;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .dropdown-list .dropdow-box::-webkit-scrollbar {
  width: 6px;
}
.taps .fold-and-title-wrap .fold-nav .fold-nav-item .dropdown-list .dropdow-box .dropdown-list-item {
  border-bottom: 1px solid #eaeaea;
}
.taps .subnav-wrap {
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  max-width: 1280px;
  overflow-y: hidden;
  height: 50px;
  box-sizing: border-box;
  margin: auto;
  align-items: center;
}
.taps .subnav-wrap::-webkit-scrollbar {
  height: 1px;
}
.taps .subnav-wrap .menu-item {
  cursor: pointer;
  box-shadow: none;
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 50px;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.taps .subnav-wrap .menu-item.tab-nav-selector::after {
  border-bottom: 4px solid #051c96;
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

@media screen and (max-width: 760px) {
  .pro-container{
    padding-inline: 6vw;
    gap: 40px;
  }

  .taps {
    display: none;
  }

}/*# sourceMappingURL=products.css.map */
@media screen and (max-width: 1200px) {
  .product .card {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 800px) {
  .product .card {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 380px) {
  .product .card {
    grid-template-columns: 1fr;
  }
}

.card3 .item3 .text3 *,
.card2-item .content *{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* 控制行数 */
}

.crumb-item.fa-angle-double-right:before {
   margin: 6px;
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.banner .logo {
   position: absolute;
   top: 45%;
   left: 60%;
   width: 80%;
   transform: translate(-60%, -50%);
   word-wrap: break-word;
 }
.banner .logo .power {
    font-size: 20pt;
    font-weight: 700;
  }
 .banner .logo .setup {
  font-size: 22px;
}
 .banner .logo * {
  color: #fff !important;
}