<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1025px) {
  	 #guidepage .guidepage-bg .main .main-left a:hover{
  background-color: #1e8ccb;
  color:#fff;
 }
 #guidepage .guidepage-bg .main .main-right a:hover{
  background-color: #1e8ccb;
  color:#fff;
 }
#guidepage .guidepage-bg .main .main-left .left3:hover{
    top:-0.3rem;
 }
#guidepage .guidepage-bg .main .main-right .right4:hover{
    top:-0.3rem;
 }
.case ul li:hover{
    background-color:rgba(45,140,210,0.6);
  }
  .case ul li:hover .case-btn{
    display:block;
  }
  .news .news-item:hover .news-item-btn{
    background-image: linear-gradient(135deg,#000781, #06c8b8);
    -webkit-background-clip:text;
    color: transparent;

  }
  .products .pro-btn:hover{
     background: -webkit-linear-gradient(#000781,#06c8b8);
     border-radius:1.25rem;
     color:#fff;
  }
  .case .case-btn:hover{
     background-image: linear-gradient(135deg,#000781, #06c8b8);
    -webkit-background-clip:text;
    color: transparent;
  }
  .introduction .w1670 .intr-left .intr-btn:hover{
    background-color: transparent;
    color:#fff;
  }
  .news .news-left .news-btn:hover{
    background-image: linear-gradient(135deg,#000781, #06c8b8);
    -webkit-background-clip:text;
    color: transparent;
  }
  .news-item img:hover{
        transform:scale(1.05);
  }
  .pro_a .left .img_list li img:hover{
    transform:scale(1.1);
  }
  .pro_a .right img:hover{
    transform:scale(1.1);
  }
  .pro_more:hover{
    background-image: url(../img/btnbg.png);
    color:#06c8b8;
    border-radius: 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .sev_a .table a:hover{
      color: #1f90cf;
  }
  .sev_a .content ul li:hover .img .bg{
    transform:scale(1.05);
  }
  .sev_diog .box .close:hover{
    transform:rotate(360deg);
  }
  .coo .item .list li .img:hover .bg{
    transform:scale(1.1);
  }
  .coo .item .list2 li:hover{
    border: 0;
  }
  .coo .item .list2 li:hover .bg{
    height:100%;
  }
  .coo .item .list2 li:hover .img1{
      display:none;
  }
  .coo .item .list2 li:hover .img2{
      display:inline;
  }
  .coo .item .list2 li:hover .txt{
    color:#fff;
  }
  .par_list li:hover{
    border:1px solid #1f90cf;
    box-sizing: border-box;
  }
  .abc-button-prev:hover,
.abc-button-next:hover{
  background-color:#165baa;
}
.his_about .his_nav a:hover{
    color: #165baa;
}
.his_about .his_nav a:hover:after{
    width: 100%;
}
  .ho-button-prev:hover,
.ho-button-next:hover{
  background-color:#165baa;
}
.page a:hover{
                background-color:#008fb2;
                color:#fff;
            }
 .page a[rel=next]:hover,
.page a[rel=prev]:hover
            {
                background-image: url(../img/l2.png);
            }
 .news_list .left a:hover .tit {
        color: #008fb2;
    }
    .news_list .left a:hover .to {
        color: #008fb2;
    }
    .news_list .right a:hover {
       background-image: linear-gradient(to right, #216bb6 , #13cec3);
    }
    .news_list .right a:hover .tit {
        color: #fff;
    }
    .news_list .right a:hover .time {
        color: #fff;
    }
    .n-subnav ul li .suv a:hover{
      transform: translateX(0.8rem);
    }
    .n-subnav ul li .suv a:hover:after{
      width: 0.5rem;
      left: -0.8rem;
    }
    .pro_info  .table a:hover{
    background-image: linear-gradient(to right, #3d8ad3 , #2eeee0);
    color: #fff;
}
.pro_info  .table a:hover:after{
    width: 0;
}
}
</pre></body></html>