.page-banner .w1440 .txt .subtit {
  color: #6e6e6e;
  width: 53%;
  margin-top: 10px;
}
.page-banner .w1440 .txt .banner-btn a {
  width: 138px;
  margin-right: 20px;
}
.page-banner .bg {
  height: 400px;
}
.page-banner .bg img {
  height: 100%;
  object-fit: cover;
}
.page-banner .w1440 {
  top: 60%;
}
.anchor {
  width: 100%;
  height: 72px;
}
.anchor .suspension {
  width: 100%;
  background: #f9fafb;
  position: static;
  transition: all 0.3s;
  z-index: 100;
}
.anchor.on .suspension {
  position: fixed;
  left: 0;
}
.anchor .wrapper {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anchor .wrapper div {
  flex: 1;
  position: relative;
  text-align: center;
}
.anchor .wrapper div::after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 30%;
  width: 1px;
  background: rgba(48, 134, 225, 0.1);
}
.anchor .wrapper div:nth-last-child(1)::after {
  display: none;
}
.anchor .wrapper div p {
  color: #555555;
  display: inline-block;
  position: relative;
  line-height: 2;
  padding: 20px 0;
  cursor: pointer;
}
.anchor .wrapper div p::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0e50f6;
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 0;
}
.anchor .wrapper div.on p {
  color: #0e50f6;
}
.anchor .wrapper div.on p::after {
  opacity: 1;
}
.page1 .title {
  text-align: center;
  color: #0e0e0e;
}
.page1 .subtit {
  text-align: center;
  color: #6e6e6e;
}
.page2 .subtit {
  text-align: center;
  color: #6e6e6e;
}
.page1 .w1440 {
  overflow: initial;
}
.page1 .list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.page1 .list.on1{
  justify-content: flex-start;
}
.page1 .list .item {
  width: calc(25% - 20px);
  padding: 35px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dbdee3;
  transition: all .3s;
}
.page1 .list .item .txt-top {
  display: flex;
}
.page1 .list .item .txt-top .ic {
  width: 32px;
}
.page1 .list .item .txt-top p {
  width: calc(100% - 42px);
  color: #000;
  margin-left: 10px;
}
.page1 .list .item .des {
  color: #6e6e6e;
  margin-top: 10px;
  text-align: justify;
}
.page1 .list .item:hover {
  box-shadow: 0 13px 24px rgba(0, 48, 119, 0.1);
}
.page2 {
  background: #f9fafb;
}
.page2 .title {
  text-align: center;
  color: #0e0e0e;
}
.page2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.page2 .list .item {
  padding: 25px 40px;
  border-radius: 5px;
  border: 1px solid #dbdee3;
  position: relative;
  overflow: hidden;
}
.page2 .list .item::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025070710204881943/cms/image/3100e11a-21ca-4295-9e69-0ee013094964.jpg?d=1755159216038) right bottom;
  background-size: cover;
  transition: all 0.3s;
  opacity: 0;
}
.page2 .list .item .txt-top {
  display: flex;
  position: relative;
  z-index: 5;
}
.page2 .list .item .txt-top .ic {
  width: 32px;
}
.page2 .list .item .txt-top .ic .ic1{
  display: block;
}
.page2 .list .item .txt-top .ic .ic2{
  display: none;
}
.page2 .list .item .txt-top p {
  width: calc(100% - 42px);
  color: #0e0e0e;
  margin-left: 10px;
}
.page2 .list .item .des {
  position: relative;
  z-index: 5;
  color: #6e6e6e;
  margin-top: 10px;
  text-align: justify;
}
.page2 .list .item:hover::after {
  opacity: 1;
}

.page2 .list .item:hover .txt-top .ic .ic1 {
    display: none;
}
.page2 .list .item:hover .txt-top .ic .ic2 {
    display: block;
}
.page2 .list .item:hover .txt-top p {
  color: #fff;
}
.page2 .list .item:hover .des {
  color: #fff;
}
.page3 .title {
  text-align: center;
  color: #0e0e0e;
}
.page3 .item-box {
  background: #f9fafb;
  border-radius: 5px;
  padding: 35.5px;
}
.page3 .item-box .tab {
  display: flex;
  align-items: center;
}
.page3 .item-box .swtab{
  display: none;
}
.page3 .item-box .tab p {
  color: #0e0e0e;
  display: inline-block;
  margin-right: 25px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.page3 .item-box .tab p:hover {
  color: #0e50f6;
}
.page3 .item-box .tab p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0e50f6;
}
.page3 .item-box .tab p.on {
  color: #0e50f6;
}
.page3 .item-box .tab p.on::after {
  width: 100%;
}
.page3 .item-box .des-box {
  position: relative;
  margin-top: 30px;
}
.page3 .item-box .des-box .item {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.5s;
  width: 100%;
  opacity: 0;
}
.page3 .item-box .des-box .item.on {
  position: static;
  opacity: 1;
  pointer-events: auto;
}
.page3 .item-box .des-box .item p {
  color: #6e6e6e;
  width: 100%;
  
  margin-bottom: 25px;
}
.page3 .item-box .des-box .item .img {
  max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  border-radius: 5px;

}
.page4 {
  background: #f9fafb;
}
.page4 .title {
  text-align: center;
  color: #0e0e0e;
}
.page4 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.page4 .list .item {
  width: 24%;
  background: #fff;
  border: 1px solid #dbdee3;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.page4 .list .item .tit-top {
  cursor: pointer;
  width: 100%;
  position: relative;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page4 .list .item .tit-top img {
  max-width: 240px;
  margin: 0 auto;
}
.page4 .list .item .tit-top i {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.page4 .list .item .tit-top i::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page4 .list .item .tit-top i::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.page4 .list .item .des {
  color: #6e6e6e;
  display: none;
  padding: 0 20px 20px 20px;
}
.page4 .list .item.on .tit-top i {
  transform: translateY(-50%) rotate(180deg);
}
.page4 .list .item.on .tit-top i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page5 .title {
  text-align: center;
  color: #0e0e0e;
}
.page5 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page5 .list a {
  display: block;
  background: #f9fafb;
  border: 1px solid #dbdee3;
  border-radius: 5px;
  padding: 28px;
}
.page5 .list a .tit {
  color: #0e0e0e;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.page5 .list a .des {
  color: #6e6e6e;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.page5 .list a .more {
  margin-top: 25px;
  border: 0!important;
  display: flex;
  align-items: center;
}
.page5 .list a .more .btn_ic {
  margin-left: 20px;
}
.page5 .list a .more .btn_ic::before {
  background: url("data:image/svg+xml,%3Csvg t='1753081308844' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5486' width='200' height='200'%3E%3Cpath d='M273.322667 963.413333a62.805333 62.805333 0 0 1 0-86.613333L625.365333 512 273.322667 147.2a62.805333 62.805333 0 0 1 0-86.613333 57.6 57.6 0 0 1 83.541333 0l393.813333 408.149333c23.082667 23.893333 23.082667 62.634667 0 86.528l-393.813333 408.149333a57.6 57.6 0 0 1-83.541333 0z' fill='%230e0e0e' p-id='5487'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}
.page5 .list a .more .btn_ic::after {
  background: url("data:image/svg+xml,%3Csvg t='1753081308844' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5486' width='200' height='200'%3E%3Cpath d='M273.322667 963.413333a62.805333 62.805333 0 0 1 0-86.613333L625.365333 512 273.322667 147.2a62.805333 62.805333 0 0 1 0-86.613333 57.6 57.6 0 0 1 83.541333 0l393.813333 408.149333c23.082667 23.893333 23.082667 62.634667 0 86.528l-393.813333 408.149333a57.6 57.6 0 0 1-83.541333 0z' fill='%230e0e0e' p-id='5487'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}
.page5 .list a:hover .btn_ic::before {
  transform: translateX(300%);
}
.page5 .list a:hover .btn_ic::after {
  transform: translateX(0);
}
.page5 .list a:hover .tit {
  color: #0e50f6;
}
.page5 .list a:hover .more {
  color: #0e50f6;
}
.page5 .list a:hover .more .btn_ic::before {
  background: url("data:image/svg+xml,%3Csvg t='1753081308844' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5486' width='200' height='200'%3E%3Cpath d='M273.322667 963.413333a62.805333 62.805333 0 0 1 0-86.613333L625.365333 512 273.322667 147.2a62.805333 62.805333 0 0 1 0-86.613333 57.6 57.6 0 0 1 83.541333 0l393.813333 408.149333c23.082667 23.893333 23.082667 62.634667 0 86.528l-393.813333 408.149333a57.6 57.6 0 0 1-83.541333 0z' fill='%230e50f6' p-id='5487'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}
.page5 .list a:hover .more .btn_ic::after {
  background: url("data:image/svg+xml,%3Csvg t='1753081308844' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5486' width='200' height='200'%3E%3Cpath d='M273.322667 963.413333a62.805333 62.805333 0 0 1 0-86.613333L625.365333 512 273.322667 147.2a62.805333 62.805333 0 0 1 0-86.613333 57.6 57.6 0 0 1 83.541333 0l393.813333 408.149333c23.082667 23.893333 23.082667 62.634667 0 86.528l-393.813333 408.149333a57.6 57.6 0 0 1-83.541333 0z' fill='%230e50f6' p-id='5487'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}
@media screen and (max-width: 1620px) {
  .anchor .wrapper {
    width: 94%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .page1 .list .item {
    padding: 20px;
  }

  .page2 .list .item {
    padding: 20px;
  }

  .page2 .list .item .des {
    margin-top: 12px;
  }
  .page5 .list a {
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .anchor .wrapper div p {
    padding: 10px 0;
  }
  .anchor {
    height: 52px;
  }
  .page4 .list .item {
    width: 32%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .page3 .item-box .tab{
    display: none;
  }
  .page3 .item-box .swtab{
    display: block;
  }
   .page3 .item-box .swtab .swiper-slide{
    width: auto;
   }
   .page3 .item-box .swtab .swiper-slide.on p{
        color: #0e50f6;
        border-bottom: 1px solid #0e50f6;;
   }
  .page-banner .w1440 .txt .subtit {
    display: none;
  }
  .page-banner .bg {
    height: 290px;
  }
  .page1 .list .item{
        width: calc(50% - 20px);
  }
  .page1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page3 .item-box .des-box .item p {
    width: 100%;
  }
  .page5 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page2 .list .item .txt-top .ic {
    width: 20px;
  }
  .page4 .list .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .page-banner .bg img{
        height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: -36%;
    width: auto;
  }
  .page-banner .bg {
    height: 170px;
    position: relative;
  }
  .page-banner .w1440 .txt .banner-btn a {
    width: 105px;
    padding: 0 10px;
  }
  .page1 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .page1 .list .item{
        width:100%;
  }
  .page2 .list {
    gap: 10px;
  }
  .page5 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .anchor .wrapper div p {
    font-size: 14px;
  }
  .page3 .item-box {
    padding: 20px;
  }
  .page3 .item-box .tab p {
    white-space: nowrap;
  }
  .page3 .item-box .tab {
    overflow-x: overlay;
    overflow-y: hidden;
  }
  .page3 .item-box .des-box {
    margin-top: 15px;
  }
  .page4 .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .anchor .wrapper div p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=./product.css.map */