.banner {
  position: relative;
  width: 100%;
  background: url('../assets/ansen/index-banner01.png'), linear-gradient(0deg, #28BC78 0%, rgba(40, 188, 120, 0.25) 100%), rgba(8, 12, 30, 0);
  background-blend-mode: normal, hue, normal, normal, normal;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.brand-wrapper {
  overflow: hidden;
}
.brand-wrapper .marquee-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.brand-wrapper .marquee-content {
  animation: marquee 10s linear infinite;
  will-change: transform;
}
.brand-wrapper .marquee-content.marquee-paused:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.digital-security {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  /* 定义旋转动画关键帧 */
  /* 可选：悬停时暂停旋转 */
}
.digital-security .ai-light {
  width: 100%;
  height: 240px;
  background-position: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  /* 添加旋转动画 */
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.digital-security .ai-light:hover {
  animation-play-state: paused;
}
.digital-security .ai-icon-wrapper {
  position: relative;
  background: linear-gradient(151deg, rgba(154, 237, 171, 0.5) 17%, rgba(115, 232, 185, 0.5) 36%, rgba(119, 211, 229, 0.5) 64%, rgba(145, 137, 234, 0.5) 83%);
  border: 2px solid rgba(24, 186, 121, 0.2);
  filter: blur(120px);
  width: 342px;
  height: 342px;
  margin-top: -302px;
}
.digital-security .ai-icon {
  width: 706px;
  position: absolute;
}
.digital-security .ai-empowered {
  justify-content: center;
  text-align: center;
  align-items: center;
}
.digital-security .ai-empowered-bottom {
  height: 40px;
  width: 100%;
  background-size: cover;
}
.bg-active_section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.bg-active_section .en-title-5 {
  width: 140px;
}
.bg-active_section .weatherSvg {
  height: 32px !important;
  width: auto !important;
}
.bg-active_section .border-right {
  width: 1px;
  height: 60px;
  border-right: 1px solid #D8D8D8;
}
.bg-active-content {
  padding: 16px 40px;
  border-radius: 40px;
}
.news-events .news-container {
  display: flex;
  gap: 40px;
}
.news-events .news-container img.w-300 {
  height: 168.97px;
}
.news-events .news-container a {
  cursor: pointer;
}
.advanced-product .product-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advanced-product .product-list .product-card {
  transition: all 0.3s ease;
  border-radius: 8px;
  background: #FFFFFF;
  position: relative;
  padding: 25px 32px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 20px;
  cursor: pointer;
  width: 600px;
}
.advanced-product .product-list .product-card a {
  cursor: pointer;
}
.advanced-product .product-list .product-card .detail,
.advanced-product .product-list .product-card .img-content {
  display: none;
}
.advanced-product .product-list .product-card.active {
  padding: 40px;
}
.advanced-product .product-list .product-card.active .detail,
.advanced-product .product-list .product-card.active .img-content {
  display: block;
}
.advanced-product .product-list .product-card .green-card {
  background: #28BC78;
  width: 600px;
  height: 400px;
  border-radius: 16px;
  position: absolute;
  top: 430px;
  left: -40px;
}
.service-product .serviceList {
  height: 520px;
}
.service-product .serviceList .service-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
}
.service-product .serviceList .service-card .service-card-title {
  padding: 30px 0px 50px 30px;
}
.service-product .serviceList .service-card .service-card_content {
  position: relative;
  height: 400px;
  box-sizing: border-box;
}
.service-product .serviceList .service-card .service-card_content img:not(.right-btn) {
  height: 100%;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service-product .serviceList .service-card .service-card_content .en-f-14 {
  position: relative;
  z-index: 2;
}
.service-product .serviceList .service-card .service-card_content a {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 1;
}
.service-product .service-product-desc {
  width: 880px;
  margin: 60px auto 0;
}
/* PC */
@media (min-width: 1280px) {
  .banner {
    height: 920px;
  }
  .advanced-product {
    overflow: hidden;
  }
  .advanced-product .product-list .img-content {
    position: absolute;
    right: 0;
    left: 710px;
    top: 0;
  }
  .advanced-product .product-list .img-content img {
    height: 810px;
    position: relative;
    z-index: 1;
  }
  .advanced-product .product-list .product-card:nth-child(2) .img-content {
    top: -110px;
  }
  .advanced-product .product-list .product-card:nth-child(3) .img-content {
    top: -220px;
  }
  .advanced-product .product-list .product-card:nth-child(4) .img-content {
    top: -330px;
  }
  .advanced-product .product-list .product-card:nth-child(5) .img-content {
    top: -440px;
  }
  .service-product .serviceList .service-card {
    transition: all 0.3s ease;
    width: 200px;
  }
  .service-product .serviceList .service-card .service-card_content {
    padding: 30px;
  }
  .service-product .serviceList .service-card .service-card_content .en-f-14 {
    display: none;
  }
  .service-product .serviceList .service-card.active {
    width: 570px;
  }
  .service-product .serviceList .service-card.active .service-card_content {
    padding: 30px;
  }
  .service-product .serviceList .service-card.active .service-card_content .en-f-14 {
    display: block;
  }
  .service-product .serviceList .service-card.active .service-card-title {
    padding: 30px 0px 30px 40px;
  }
  .news-events .news-container {
    flex-direction: row;
  }
  .brand-wrapper {
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 140px;
  }
  .digital-security .ai-empowered {
    margin-top: -58px;
    margin-bottom: 112px;
  }
  .digital-security .ai-empowered .en-title-5 {
    width: 405px;
  }
  .digital-security .ai-empowered-bottom {
    height: 80px;
  }
  .digital-security .ai-icon {
    top: 108px;
  }
  .digital-security .ai-light {
    margin-top: 88px;
  }
  .pl-common {
    padding-left: 330px;
  }
  .py-common {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .title-interval {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
/* Book */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .pl-common {
    padding-left: 40px;
  }
  .py-common {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .title-interval {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .banner {
    height: 640px;
  }
  .brand-wrapper {
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 100px;
  }
  .digital-security .ai-empowered {
    margin-top: -52px;
    margin-bottom: 62px;
  }
  .digital-security .ai-empowered .en-title-5 {
    width: 387px;
  }
  .digital-security .ai-icon {
    top: 70px;
  }
  .digital-security .ai-light {
    margin-top: 70px;
  }
  .advanced-product {
    overflow: hidden;
  }
  .advanced-product .py-common {
    padding-bottom: 140px;
  }
  .advanced-product .product-list .product-card {
    width: 480px;
    padding: 25px 30px;
  }
  .advanced-product .product-list .product-card.active {
    padding: 30px;
  }
  .advanced-product .product-list .product-card .green-card {
    left: -20px;
    top: 360px;
  }
  .advanced-product .product-list .img-content {
    position: absolute;
    right: 0;
    left: 540px;
    top: 0;
  }
  .advanced-product .product-list .img-content img {
    height: 720px;
    position: relative;
    z-index: 1;
  }
  .advanced-product .product-list .product-card:nth-child(2) .img-content {
    top: -104px;
  }
  .advanced-product .product-list .product-card:nth-child(3) .img-content {
    top: -208px;
  }
  .advanced-product .product-list .product-card:nth-child(4) .img-content {
    top: -312px;
  }
  .advanced-product .product-list .product-card:nth-child(5) .img-content {
    top: -416px;
  }
  .service-product .serviceList .service-card {
    transition: all 0.3s ease;
    width: 200px;
  }
  .service-product .serviceList .service-card .service-card_content {
    padding: 30px;
  }
  .service-product .serviceList .service-card .service-card_content .en-f-14 {
    display: none;
  }
  .service-product .serviceList .service-card.active {
    width: 570px;
  }
  .service-product .serviceList .service-card.active .service-card_content {
    padding: 30px;
  }
  .service-product .serviceList .service-card.active .service-card_content .en-f-14 {
    display: block;
  }
  .service-product .serviceList .service-card.active .service-card-title {
    padding: 30px 0px 30px 40px;
  }
  .news-events.py-common {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .news-events .en-w-content {
    width: 680px;
  }
  .news-events .en-w-content .news-container {
    flex-direction: column;
  }
  .bg-active_section .en-w-content img {
    height: 48px;
    width: 48px;
  }
}
/* pad */
@media (min-width: 760px) and (max-width: 1023.98px) {
  .w-880 {
    width: 720px;
  }
  .pl-common {
    padding-left: 34px;
  }
  .py-common {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .title-interval {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .banner {
    height: 480px;
  }
  .brand-wrapper {
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 80px;
  }
  .digital-security .w-880 {
    width: 680px;
  }
  .digital-security .ai-empowered {
    margin-top: -60px;
    margin-bottom: 70px;
  }
  .digital-security .ai-empowered .en-title-5 {
    width: 368px;
  }
  .digital-security .ai-empowered-bottom {
    height: 40px;
  }
  .digital-security .ai-icon {
    top: 70px;
  }
  .digital-security .ai-light {
    margin-top: 70px;
  }
  .advanced-product {
    overflow: hidden;
  }
  .advanced-product .title-interval {
    width: 450px;
  }
  .advanced-product .product-list .product-card {
    width: 360px;
    padding: 25px 30px;
  }
  .advanced-product .product-list .product-card.active {
    padding: 30px;
  }
  .advanced-product .product-list .product-card .green-card {
    left: -20px;
    top: 340px;
  }
  .advanced-product .product-list .img-content {
    position: absolute;
    right: 0;
    left: 400px;
    top: 0;
  }
  .advanced-product .product-list .img-content img {
    height: 720px;
    position: relative;
    z-index: 1;
  }
  .advanced-product .product-list .product-card:nth-child(2) .img-content {
    top: -100px;
  }
  .advanced-product .product-list .product-card:nth-child(3) .img-content {
    top: -200px;
  }
  .advanced-product .product-list .product-card:nth-child(4) .img-content {
    top: -300px;
  }
  .advanced-product .product-list .product-card:nth-child(5) .img-content {
    top: -400px;
  }
  .service-product .serviceList {
    flex-wrap: wrap;
    gap: 20px;
    height: auto;
  }
  .service-product .serviceList .service-card {
    transition: all 0.3s ease;
    width: 340px;
  }
  .service-product .serviceList .service-card .en-title-4 {
    font-size: 44px;
    font-weight: bold;
    line-height: 48px;
  }
  .service-product .serviceList .service-card .service-card_content {
    padding: 30px;
  }
  .service-product .serviceList .service-card .service-card-title {
    padding: 30px 0px 30px 30px;
  }
  .service-product .serviceList .service-card.active {
    width: 340px;
  }
  .service-product .serviceList .service-card.active .service-card_content {
    padding: 30px;
  }
  .service-product .serviceList .service-card.active .service-card-title {
    padding: 30px 0px 30px 30px;
  }
  .service-product .service-product-desc {
    width: 640px;
    margin-top: 40px;
  }
  .bg-active_section .en-w-content {
    width: 760px;
    justify-content: space-around;
    gap: 20px;
  }
  .bg-active_section .en-w-content .flex-1:last-child {
    flex: 0;
  }
  .bg-active_section .en-w-content .en-title-5 {
    width: 127px;
  }
  .bg-active_section .en-w-content img {
    height: 48px;
    width: 48px;
  }
  .news-events.py-common {
    padding-top: 80px;
  }
  .news-events .en-w-content {
    width: 680px;
  }
  .news-events .en-w-content .news-container {
    flex-direction: column;
  }
}
/* phone */
@media (max-width: 759.98px) {
  .w-880 {
    width: 320px;
  }
  .pl-common {
    padding-left: 34px;
  }
  .py-common {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title-interval {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .banner {
    height: 640px;
  }
  .brand-wrapper {
    padding-top: 40px;
    padding-left: 0px;
    padding-bottom: 60px;
  }
  .digital-security .ai-empowered {
    margin-top: -60px;
    margin-bottom: 60px;
  }
  .digital-security .ai-empowered .en-title-5 {
    width: 320px;
  }
  .digital-security .ai-empowered-bottom {
    height: 40px;
  }
  .digital-security .ai-icon {
    top: 120px;
  }
  .digital-security .ai-light {
    margin-top: 70px;
  }
  .advanced-product {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advanced-product.pl-common {
    padding-left: 0;
  }
  .advanced-product .title-interval,
  .advanced-product .font-green {
    width: 320px;
  }
  .advanced-product .product-list {
    width: 320px;
    padding: 0;
  }
  .advanced-product .product-list .product-card {
    width: 100%;
    padding: 20px;
    overflow: hidden;
  }
  .advanced-product .product-list .product-card.active {
    padding: 20px;
  }
  .advanced-product .product-list .product-card .green-card {
    display: none;
  }
  .advanced-product .product-list .img-content {
    position: relative;
    left: 0px;
    top: 0;
  }
  .advanced-product .product-list .img-content img {
    height: 720px;
    position: relative;
    z-index: 1;
  }
  .service-product {
    padding-top: 0;
  }
  .service-product .serviceList {
    flex-wrap: wrap;
    gap: 20px;
    height: auto;
  }
  .service-product .serviceList .service-card {
    transition: all 0.3s ease;
    width: 340px;
    height: 400px;
    position: relative;
    background: transparent;
  }
  .service-product .serviceList .service-card .en-title-4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
  }
  .service-product .serviceList .service-card .service-card_content {
    padding: 80px 30px 30px;
    border-radius: 8px;
  }
  .service-product .serviceList .service-card .service-card_content img:not(.right-btn) {
    border-radius: 8px !important;
  }
  .service-product .serviceList .service-card .service-card_content a {
    left: 30px;
  }
  .service-product .serviceList .service-card .service-card-title {
    position: absolute;
    background: transparent;
    z-index: 1;
    color: #FFFFFF;
    padding: 30px 0px 20px 30px;
  }
  .service-product .serviceList .service-card.active {
    width: 340px;
  }
  .service-product .serviceList .service-card.active .service-card_content {
    padding: 80px 30px 30px;
  }
  .service-product .serviceList .service-card.active .service-card-title {
    padding: 30px 0px 20px 30px;
  }
  .service-product .service-product-desc {
    width: 320px;
    margin-top: 40px;
  }
  .bg-active_section {
    padding: 30px 0;
    height: 296px;
    box-sizing: border-box;
  }
  .bg-active_section .en-w-content {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .bg-active_section .en-w-content .flex-1 {
    width: 100%;
  }
  .bg-active_section .en-w-content .flex-1.border-right img {
    top: -10px;
    position: relative;
  }
  .bg-active_section .en-w-content .flex-1.border-right .en-title-5 {
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
  }
  .bg-active_section .en-w-content .img-wrapper {
    width: 98px;
    display: flex;
    justify-content: center;
  }
  .bg-active_section .en-w-content img {
    height: 48px;
    width: 48px;
  }
  .news-events.py-common {
    padding-top: 60px;
  }
  .news-events .w-680 {
    width: 320px;
  }
  .news-events .pl-30 {
    padding-left: 10px;
  }
  .news-events .en-w-content {
    width: 320px;
    gap: 20px !important;
  }
  .news-events .en-w-content .news-container {
    flex-direction: column;
  }
  .news-events .en-w-content .news-container .flex-1 .flex-row {
    flex-direction: column;
  }
  .news-events .en-w-content .news-container .flex-1 .flex-row .w-220 {
    width: 320px;
  }
  .bg-active-content {
    text-align: center;
  }
}
