<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main .banner .banner_text {
  left: 50%;
  text-align: center;
}
.main .banner .banner_text h1 {
  font-size: 36px;
}
.main .banner .banner_text h2 {
  width: max-content;
  margin: 30px auto 0;
  padding: 5px 50px;
  font-size: 16px;
  border-radius: 2em;
  border: 1px solid #eee;
}
.main .content.product {
  margin-top: 70px;
  max-width: 1200px;
}
.main .content.product .product_list a {
  display: flex;
  position: relative;
}
.main .content.product .product_list a + a {
  margin-top: 80px;
}
.main .content.product .product_list a .product_left {
  width: calc(60% - 290px);
  padding: 40px 290px 20px 40px;
  transition: all 0.3s;
}
.main .content.product .product_list a .product_left h3 {
  height: 3em;
  color: #333;
}
.main .content.product .product_list a .product_left p {
  margin: 0 0 50px;
  width: calc(100% - 40px);
}
.main .content.product .product_list a .product_left .link {
  display: flex;
  align-items: center;
}
.main .content.product .product_list a .product_left .link span,
.main .content.product .product_list a .product_left .link .iconfont {
  color: #999;
}
.main .content.product .product_list a .product_left .link .iconfont {
  font-size: 24px;
  transform: translateY(-2px) translateX(3px);
}
.main .content.product .product_list a .product_left .link img {
  width: 24px;
  opacity: 0.5;
  transform: translateX(3px) translateY(-2px);
}
.main .content.product .product_list a .product_right {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.main .content.product .product_list a .product_right &gt; div {
  display: flex;
  width: 100%;
  transition: all 0.3s;
}
.main .content.product .product_list a .product_right .img_box {
  flex: 1;
  background-color: #f6f7f9;
}
.main .content.product .product_list a .product_right .img_box img {
  width: 70%;
  display: block;
  margin: auto;
}
.main .content.product .product_list a .product_right .num {
  transition: all 0.3s;
  opacity: 0.3;
  color: var(--themeColor2);
  font-size: 55px;
  margin-top: 30px;
  margin-left: 30px;
  position: relative;
}
.main .content.product .product_list a .product_right .num::after {
  content: "";
  width: 0;
  height: 3px;
  background: var(--themeColor);
  border-radius: 2px;
  position: absolute;
  top: 1.3em;
  left: 0;
  transition: all 0.3s;
}
.main .content.product .product_list a:hover .product_left {
  background-image: url(../image/product_Group\ 90.png);
  background-size: 110% auto;
  background-repeat: no-repeat;
}
.main .content.product .product_list a:hover .product_left h3,
.main .content.product .product_list a:hover .product_left .link span,
.main .content.product .product_list a:hover .product_left .link .iconfont,
.main .content.product .product_list a:hover .product_left p {
  color: #fff;
}
.main .content.product .product_list a:hover .product_left .link img {
  opacity: 1;
  filter: invert(100%);
}
.main .content.product .product_list a:hover .product_right &gt; div {
  transform: translateY(-40px);
  background-color: #fff;
  box-shadow: 0 0 30px 10px #0250fe22;
}
.main .content.product .product_list a:hover .product_right .img_box {
  background: none;
}
.main .content.product .product_list a:hover .product_right .num {
  opacity: 1;
  margin-left: 0;
  margin-right: 30px;
  color: var(--themeColor);
}
.main .content.product .product_list a:hover .product_right .num::after {
  width: 100%;
}
.main .content .product2_list {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
}
.main .content .product2_list a {
  display: flex;
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}
.main .content .product2_list a .product_right {
  width: 50%;
}
.main .content .product2_list a .product_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main .content .product2_list a .product_left {
  width: calc(50% - 60px);
  padding: 6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .content .product2_list a .product_left h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  color: #333;
}
.main .content .product2_list a .product_left p {
  -webkit-line-clamp: 2;
}
.main .content .product2_list a .product_left .link {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.main .content .product2_list a .product_left .link span,
.main .content .product2_list a .product_left .link .iconfont {
  color: #999;
}
.main .content .product2_list a .product_left .link span {
  font-size: 14px;
}
.main .content .product2_list a .product_left .link .iconfont {
  font-size: 24px;
}
.main .content .product2_list a .product_left .link img {
  width: 24px;
  opacity: 0.5;
  transform: translateX(3px) translateY(-2px);
}
.main .content .product2_list a:hover {
  color: #fff;
}
.main .content .product2_list a:hover h4,
.main .content .product2_list a:hover p,
.main .content .product2_list a:hover .link span,
.main .content .product2_list a:hover .link .iconfont {
  color: #fff;
}
.main .content .product2_list a:hover .product_left {
  background: url(../image/product_Group\ 100.png);
  background-size: cover;
  background-position: bottom right;
}
.main .content .product2_list a:hover .product_left .link img {
  opacity: 1;
  filter: invert(100%);
}
/* 璇︽儏椤� */
.main .des_title {
  position: relative;
}
.main .des_title::after {
  content: "";
  width: 2.5em;
  height: 3px;
  background-color: var(--themeColor);
  position: absolute;
  bottom: -15px;
  left: 0;
}
.main .des_title.center {
  text-align: center;
}
.main .des_title.center::after {
  left: 50%;
  transform: translateX(-50%);
}
.main .product_js {
  display: flex;
}
.main .product_js .left {
  width: 45%;
  height: max-content;
  background-color: #fcfcfc;
}
.main .product_js .left img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.main .product_js .right {
  flex: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.main .product_js .right div:not(.des_title) {
  margin-top: 20px;
}
.main .product_js .right h6 {
  font-size: 16px;
}
.main .product_js .right p {
  color: #888;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.main .product_js .right p span {
  margin-right: 20px;
}
.main .product_tx {
  background: url(../image/product_detail_Rectangle\ 60.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.main .product_tx ul {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 28%);
  justify-content: space-evenly;
}
.main .product_tx ul li {
  padding: 40px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  transition: all 0.5s;
  position: relative;
}
.main .product_tx ul li h6 {
  margin-bottom: 5px;
  color: #666;
  font-family: Regular;
}
.main .product_tx ul li p {
  margin-top: 15px;
  height: 4em;
  color: #888;
}
.main .product_tx ul li .num {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 50px;
  opacity: 0.05;
  font-weight: bold;
  color: var(--themeColor);
}
.main .product_tx ul li:hover {
  background-color: var(--themeColor);
}
.main .product_tx ul li:hover h6,
.main .product_tx ul li:hover p {
  color: #fff;
}
.main .product_tx ul li:hover .num {
  color: #fff;
  opacity: 0.2;
}
.main .product_hy {
  padding-bottom: 0;
}
.main .product_hy ul {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.main .product_hy ul li {
  position: relative;
  overflow: hidden;
}
.main .product_hy ul li span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
  transition: all 0.3s;
}
.main .product_hy ul li span::after {
  content: "";
  width: 2em;
  height: 0;
  background-color: #fff;
  transition: all 0.3s;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
}
.main .product_hy ul li p {
  position: absolute;
  left: 50%;
  top: 130%;
  transform: translate(-50%, -50%);
  width: 75%;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.main .product_hy ul li:hover span {
  top: 30%;
}
.main .product_hy ul li:hover span::after {
  height: 3px;
}
.main .product_hy ul li:hover p {
  top: 60%;
}
.main .case {
  background-image: url(../image/product_detail_Rectangle\ 1350.png);
  background-size: cover;
  background-position: bottom center;
}
.main .case .case_list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
}
.main .case .case_list a {
  border-radius: 15px;
  overflow: hidden;
}
.main .case .case_list a .bottom {
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 20px;
}
.main .case .case_list a .bottom .ti {
  font-size: 18px;
  transition: all 0.3s;
  color: #333;
}
.main .case .case_list a .bottom p {
  margin: 5px 0 10px;
  transition: all 0.3s;
  color: #888;
}
.main .case .case_list a .bottom .link {
  transition: all 0.3s;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .case .case_list a .bottom .link span,
.main .case .case_list a .bottom .link .iconfont {
  color: #999;
}
.main .case .case_list a .bottom .link span {
  font-size: 14px;
}
.main .case .case_list a .bottom .link .iconfont {
  font-size: 24px;
}
.main .case .case_list a:hover .bottom .ti,
.main .case .case_list a:hover .bottom p {
  color: var(--themeColor);
}
.main .case .case_list a:hover .bottom .link {
  border-color: #93b4fc;
}
.main .case .case_list a:hover .bottom .link span,
.main .case .case_list a:hover .bottom .link .iconfont {
  color: var(--themeColor);
}
.main .js2 {
  background-image: url(../image/product_detail_Group\ 101.png);
  background-size: cover;
}
.main .js2 .product_js {
  flex-direction: row-reverse;
}
.main .js2 .product_js .left {
  position: relative;
}
.main .js2 .product_js .left img {
  border-radius: 10px;
}
.main .js2 .product_js .left::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--themeColor);
  opacity: 0.1;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
  border-radius: 10px;
}
@media (max-width: 1450px) {
  .main .content .product2_list a .product_left h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main .content .product2_list a .product_left .link {
    margin-top: 5px;
  }
}
@media (max-width: 1100px) {
  .main .content.product .product_list a .product_left {
    width: calc(60% - 250px);
    padding-right: 250px;
  }
  .main .content.product .product_list a .product_left p {
    margin: 20px 0;
  }
  .main .content.product .product_list a .product_left h1 {
    font-size: 23px;
    display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* 璇︽儏椤� */
  .main .product_hy ul li:hover span {
    top: 20%;
  }
  .main .product_hy ul li span::after {
    bottom: -30%;
  }
}
@media (max-width: 980px) {
  .main .banner .banner_text h1 {
    font-size: 5vw;
  }
  .main .banner .banner_text h2 {
    font-size: 13px;
    padding: 3px 30px;
  }
  .main .content .product2_list {
    display: block;
  }
}
@media (max-width: 890px) {
  .main .content.product {
    margin-top: 0;
  }
  .main .content.product .product_list a {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    border-radius: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .main .content.product .product_list a .product_right {
    width: 100%;
    position: static;
  }
  .main .content.product .product_list a .product_right .num {
    display: none;
  }
  .main .content.product .product_list a .product_right .img_box img {
    transform: none;
  }
  .main .content.product .product_list a .product_left {
    width: calc(100% - 50px);
    padding: 25px;
  }
  .main .content.product .product_list a .product_left h1 {
    height: auto;
  }
  .main .content.product .product_list a + a {
    margin-top: 40px;
  }
  .main .content .product2_list a .product_left h4 {
    font-size: 18px;
  }
  /* 璇︽儏椤� */
  .main .product_js {
    display: block;
  }
  .main .product_js .left {
    width: 100%;
  }
  .main .product_js .right {
    margin-top: 10px;
    padding: 0 10px;
  }
  .main .product_tx {
    padding: 0;
  }
  .main .product_tx ul {
    grid-template-columns: repeat(2, 47%);
  }
  .main .product_tx ul li {
    margin-bottom: 20px;
  }
  .main .product_hy ul {
    display: block;
    margin-top: 50px;
  }
  .main .product_hy ul li span {
    top: 25%;
  }
  .main .product_hy ul li span::after {
    height: 3px;
  }
  .main .product_hy ul li p {
    top: 60%;
  }
  .main .case .case_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 540px) {
  .main .content .product2_list a {
    flex-direction: column-reverse;
  }
  .main .content .product2_list a .product_right {
    width: 100%;
  }
  .main .content .product2_list a .product_left {
    width: calc(100% - 60px);
    padding: 30px;
  }
  .main .content .product2_list a .product_left .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* 璇︽儏椤� */
  .main .product_tx ul {
    display: block;
    margin-top: 40px;
  }
  .main .case .case_list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
</pre></body></html>