<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sec1 {
  position: relative;
  padding: 190px 0 90px;
}

.sec1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.sec1 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec1 .wrap {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec1 .wrap .l {
  width: 640px;
  /* height: 520px; */
  height: 610px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 27px 0px rgba(229, 229, 229, 0.51);
  border-radius: 32px;
  padding: 75px 60px 64px;
}

.sec1 .wrap .l .return{
  color: #333;
  margin-bottom: 30px;
  display: flex;
  width: fit-content;
  align-items: center;
}
.sec1 .wrap .l .return:hover .icon{
  background-color: #004EA2;
  border-color: #004EA2;
}
.sec1 .wrap .l .return:hover .icon span{
  color: #fff;
}
.sec1 .wrap .l .return:hover p{
  color: #004EA2;
}
.sec1 .wrap .l .return .icon{
  width: 40px;
  height:40px;
  margin-right:10px;
  border-radius: 50%;
  border: 1px solid #666;
    display: flex;
  align-items: center;
  transition: all .6s;
  justify-content: center;
  transform: rotate(180deg);
}
.sec1 .wrap .l .return .icon span{
  transition: all .6s;
}
.sec1 .wrap .l .return p{
  color: #333;
  transition: all .6s;
  font-size: 16px;
}

.sec1 .wrap .l .pro-title {
  padding: 0 0 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}

.sec1 .wrap .l .pro-title .label {
  font-weight: 400;
  font-size: 18px;
  color: #888888;
  line-height: 1;
  margin-bottom: 26px;
}

.sec1 .wrap .l .pro-title h1 {
  font-weight: bold;
  font-size: 36px;
  color: #1A1A1A;
}

.sec1 .wrap .l .describe {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 32px;
}

.sec1 .wrap .l .btns {
  margin: 51px 0 0;
  display: flex;
  align-items: center;
}

.sec1 .wrap .l .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  transition: 0.6s;
  cursor: pointer;
  margin-right: 20px;
}

.sec1 .wrap .l .btns .btn p {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin: 0 14px 0 0;
  transition: 0.6s;
}

.sec1 .wrap .l .btns .btn .icon {
  width: 18px;
  transition: 0.6s;
}

.sec1 .wrap .l .btns .btn:hover {
  background: #004EA2;
  border: 1px solid #004EA2;
}

.sec1 .wrap .l .btns .btn:hover p {
  color: #FFFFFF;
}

.sec1 .wrap .l .btns .btn:hover .icon {
  filter: brightness(0) invert(1);
}

.sec1 .wrap .r {
  width: 665px;
}

.sec1 .wrap .r img {
  transform: translateX(30px);
}

.section .wrap {
  width: 1400px;
  margin: 0 auto;
}

.section .wrap .title {
  display: flex;
  align-items: center;
}

.section .wrap .title .icon {
  width: 30px;
  margin-right: 28px;
}

.section .wrap .title p {
  font-weight: bold;
  font-size: 32px;
  color: #1A1A1A;
}

.sec2 {
  padding: 87px 0 0;
}

.sec2 .wrap .title {
  margin-bottom: 47px;
}

.sec2 .wrap .content table {
  width: 100%;
}

.sec2 .wrap .content table tr td {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  padding: 24px 0 24px 72px;
}

.sec2 .wrap .content table tr:nth-child(2n-1) {
  background: #F6F6F6;
}

.sec3 {
  padding: 100px 0 0;
}

.sec3 .wrap .title {
  padding: 0 0 20px;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 27px;
}

.sec3 .wrap .title .icon {
  width: 34px;
}

.sec4 {
  padding: 78px 0 94px;
}

.sec4 .wrap .title {
  margin-bottom: 60px;
}

.sec4 .wrap .title .icon {
  width: 36px;
}

.sec4 .wrap .pro-swiper {
  width: 100%;
  padding: 0 0 72px;
}

.sec4 .wrap .pro-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec4 .wrap .pro-swiper .swiper-slide .item {
  width: 100%;
  height: 326px;
  position: relative;
  overflow: hidden;
}

.sec4 .wrap .pro-swiper .swiper-slide .item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.sec4 .wrap .pro-swiper .swiper-slide .item p {
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  left: 48px;
  bottom: 36px;
  line-height: 1;
}

.sec4 .wrap .pro-swiper .swiper-slide .item:hover img {
  transform: scale(1.1);
}

.sec4 .wrap .pro-swiper .swiper-pagination {
  bottom: 0;
}

.sec4 .wrap .pro-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #CBCBCB;
  border-radius: 4px;
  transition: 0.6s;
  margin: 0 5px;
  opacity: 1;
}

.sec4 .wrap .pro-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: #004EA2;
}

.sec4 .wrap .pro-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #004EA2;
}


.sec2 .wrap .content table{
  width: 100% !important;
  border: none !important;  
}
.sec2 .wrap .content table tr td{
  border: none !important; 
}
.sec2 .wrap .content table tr td span{
  font-size: 16px !important; 
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
.sec2 .wrap .content table+p{
  margin-top: 30px !important;
}
.sec2 .wrap .content table+p span{
  font-size: 16px !important;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
/*# sourceMappingURL=productInfo.css.map */
.footer{
  margin-top: 60px;
}

/* .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000000;
  height: 100vh;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}

.mask.active {
  opacity: 1;
  pointer-events: all;
}

.mask .box.on {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: all;
}

.mask .color {
  background-color: #121318;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mask .close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  transition: all 0.6s;
  border: 2px solid #1E52A3;
  cursor: pointer;
}

.mask .close:hover {
  background-color: #1E52A3;
}

.mask .close:hover span {
  color: #fff;
}

.mask .close span {
  transition: all 0.6s;
  color: #1E52A3;
}

.mask .box {
  pointer-events: none;
  width: 1000px;
  border-radius: 12px;
  height: auto;
  box-shadow: 5px 9px 30px 0px rgba(13, 12, 12, 0.1);
  background-color: #FFFFFF;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -45%);
  padding: 60px 70px;
  transition: all 0.5s;
}

.mask .box .title {
  text-align: center;
  margin-bottom: 40px;
}

.mask .box .title h3 {
  color: #111;
  font-size: 24px;
}

.mask .box .main .row {
  display: flex;
  gap: 40px;
}

.mask .box .main .row:not(:last-child) {
  margin-bottom: 20px;
}

.mask .box .main .row .item {
  position: relative;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.mask .box .main .row .item.textarea {
  padding: 18px;
}

.mask .box .main .row .item.textarea .pl {
  top: 18px;
  transform: translateY(0);
}

.mask .box .main .row .item input {
  width: 100%;
  height: 50px;
  border: none;
}
.mask .box .main .row .item.file input::-webkit-file-upload-button,
.mask .box .main .row .item.file input{
  cursor: pointer !important;
  opacity: 0;
}
.mask .box .main .row .item textarea {
  width: 100%;
  height: 100px;
  border: none;
}

.mask .box .main button {
  width: 150px;
  height: 50px;
  display: block;
  background-color: #1E52A3;
  border-radius: 25px;
  color: #fff;
  margin: 30px auto 0;
} */




/* .mask .box .main .row .item .pl {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  pointer-events: none;
}

.mask .box .main .row .item .pl span {
  color: red;
  margin-right: 3px;
} */


html[lang="en"] .sec1 .wrap .l .describe{
  height: 130px;
  overflow: auto;
}

@media screen and (max-width: 1919px) {
  .sec1 {
    padding: 9.8958333333vw 0px 4.6875vw;
  }

  .sec1 .wrap {
    width: 72.9166666667vw;
  }

  .sec1 .wrap .l {
    width: 33.3333333333vw;
    height: 31.7708333vw;
    box-shadow: rgba(229, 229, 229, 0.51) 0px 0px 1.40625vw 0px;
    border-radius: 1.6666666667vw;
    padding: 3.90625vw 3.125vw 3.3333333333vw;
  }

  .sec1 .wrap .l .return{
  margin-bottom: 1.5625vw;
  }
  .sec1 .wrap .l .return .icon{
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin-right: 0.5208333333vw;
  }
  .sec1 .wrap .l .return .icon span{
    font-size: 0.83333333vw;
  }
  .sec1 .wrap .l .return p{
  font-size: 0.8333333333vw;
  }

  .sec1 .wrap .l .pro-title {
    padding: 0px 0px 1.5625vw;
    margin-bottom: 1.5625vw;
  }

  .sec1 .wrap .l .pro-title .label {
    font-size: 0.9375vw;
    margin-bottom: 1.3541666667vw;
  }

  .sec1 .wrap .l .pro-title h1 {
    font-size: 1.875vw;
  }

  .sec1 .wrap .l .describe {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
  }

  .sec1 .wrap .l .btns {
    margin: 2.65625vw 0px 0px;
  }

  .sec1 .wrap .l .btns .btn {
    width: 9.4270833333vw;
    height: 3.3333333333vw;
    border-radius: 0.2083333333vw;
    margin-right: 1.0416666667vw;
  }

  .sec1 .wrap .l .btns .btn p {
    font-size: 0.8333333333vw;
    margin: 0px 0.7291666667vw 0px 0px;
  }

  .sec1 .wrap .l .btns .btn .icon {
    width: 0.9375vw;
  }

  .sec1 .wrap .r {
    width: 34.6354166667vw;
  }

  .sec1 .wrap .r img {
    transform: translateX(1.5625vw);
  }

  .section .wrap {
    width: 72.9166666667vw;
  }

  .section .wrap .title .icon {
    width: 1.5625vw;
    margin-right: 1.4583333333vw;
  }

  .section .wrap .title p {
    font-size: 1.6666666667vw;
  }

  .sec2 {
    padding: 4.53125vw 0px 0px;
  }

  .sec2 .wrap .title {
    margin-bottom: 2.4479166667vw;
  }

  .sec2 .wrap .content table tr td {
    font-size: 0.8333333333vw;
    padding: 1.25vw 0px 1.25vw 3.75vw;
  }

  .sec3 {
    padding: 5.2083333333vw 0px 0px;
  }

  .sec3 .wrap .title {
    padding: 0px 0px 1.0416666667vw;
    margin-bottom: 1.40625vw;
  }

  .sec3 .wrap .title .icon {
    width: 1.7708333333vw;
  }

  .sec4 {
    padding: 4.0625vw 0px 4.8958333333vw;
  }

  .sec4 .wrap .title {
    margin-bottom: 3.125vw;
  }

  .sec4 .wrap .title .icon {
    width: 1.875vw;
  }

  .sec4 .wrap .pro-swiper {
    padding: 0px 0px 3.75vw;
  }

  .sec4 .wrap .pro-swiper .swiper-slide .item {
    height: 16.9791666667vw;
  }

  .sec4 .wrap .pro-swiper .swiper-slide .item p {
    font-size: 0.9375vw;
    left: 2.5vw;
    bottom: 1.875vw;
  }

  .sec4 .wrap .pro-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 0.2083333333vw;
    margin: 0px 0.2604166667vw;
  }

  .sec4 .wrap .pro-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.4583333333vw;
  }

  .sec2 .wrap .content table+p{
    margin-top: 1.5625vw !important;
  }
  .sec2 .wrap .content table+p span{
    font-size: 0.833333333vw !important;
  }
  .sec2 .wrap .content table tr td span{
    font-size: 0.8333333vw !important;
  }
    html[lang="en"] .sec1 .wrap .l .describe{
    height: 6.77083333vw;
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) {
  html[lang="en"] .sec1 .wrap .l .describe{
    height: auto;
  }
  html[lang="en"] .sec1 .wrap .l .btns .btn{
    width: max-content;
    padding: 0 10px;
  }

  .sec1 .wrap .l .return{
    margin-bottom:20px;
  }
  .sec1 .wrap .l .return .icon{
    width: 36px;
    height: 36px;
    margin-right: 10px
  }
  .sec1 .wrap .l .return .icon span{
    font-size: 16px;
  }
  .sec1 .wrap .l .return p{
    font-size: 14px;
  }


  .sec2 .wrap .content table tr td span{
    font-size: 14px !important;
  }
  .sec2 .wrap .content table+p{
    margin-top: 20px;
  }
  .sec2 .wrap .content table+p span{
    font-size: 14px !important;
  }
  .sec1 .wrap{
    width: 90%;
  }
  .sec1 .wrap .l .pro-title .label{
    font-size: 12px;
  }
  .sec1 .wrap .l .pro-title h1{
    font-size: 28px;
  }
  .sec1 .wrap .l .pro-title{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec1 .wrap .l .describe{
    font-size: 14px;
    line-height: 2;
  }
  .sec1 .wrap{
    flex-direction: column-reverse;
  }
  .sec1 .wrap .r{
    width: 100%;
  }
  .sec1 .wrap .r .img{
    display: flex;
    justify-content: center;
  }
  .sec1 .wrap .l{
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .sec1{
    padding: 120px 0 60px;
  }
  .sec1 .wrap .l .btns .btn p{
    font-size: 14px;
    margin-right: 10px;
  }
  .sec1 .wrap .l .btns .btn .icon{
    width: 16px;
  }
  .sec1 .wrap .l .btns .btn{
    width: 120px;
    height: 40px;
    border-radius: 6px;
    margin-right:20px;
  }
  .sec1 .wrap .l{
    box-shadow: rgba(229, 229, 229, 0.51) 0px 0px 14px 0px;
    border-radius: 10px;
    padding: 20px;
  }
  .sec1 .wrap .l .btns{
    margin-top: 30px;
  }
  .sec2{
    padding-top: 60px;
  }
  .section .wrap{
    width: 90%;
  }
  .section .wrap .title .icon{
    width: 20px;
    margin-right: 20px;
  }
  .section .wrap .title p{
    font-size: 28px;
  }
  .sec2 .wrap .title{
    margin-bottom: 30px;
  }
  .sec2 .wrap .content table tr td{
    font-size: 14px;
    padding: 20px;
  }
  .sec3{
    padding-top: 60px;
  }
  .sec3 .wrap .title{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec4{
    padding: 60px 0;
  }
  .sec4 .wrap .pro-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 4px;
  }
  .sec4 .wrap .pro-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px;
  }
  .sec4 .wrap .pro-swiper .swiper-slide .item p{
    font-size: 16px;
    left: 20px;
    bottom: 20px;
  }
  .sec4 .wrap .pro-swiper .swiper-slide .item{
    height: auto;
  }
  .sec4 .wrap .pro-swiper .swiper-pagination{
    position: static;
    margin-top: 20px;
  }
  .sec4 .wrap .pro-swiper{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec1 .wrap .l .pro-title h1{
    font-size: 24px;
  }
  .sec1{
    padding: 100px 0 50px;
  }
  .sec2{
    padding-top: 50px;
  }
  .sec2 .wrap .content table{
    display: block;
    overflow-x: auto;
  }
  .sec2 .wrap .content table tbody{
    width: max-content;
    min-width: 90vw;
    display: inline-table;
  }
  .section .wrap .title p {
      font-size: 24px; 
  }
  .sec3{
    padding-top: 50px;
  }
  .section .wrap .title .icon{
    margin-right: 10px;
  }
  .sec4 .wrap .title{
    margin-bottom: 30px;
  }
  .sec4 .wrap .pro-swiper{
    overflow: unset;
  }
}</pre></body></html>