<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banner */
.banner {
    height: 340px;
    width: 100%;
}

/* banner */

/* äº§å“ä¸­å¿ƒ */
.product-con {
    background: rgba(248, 248, 248, 1);
}

.product-type {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    height: 60px;
    border-radius: 5px;
    position: relative;
    top: -30px;
}

.product-type li {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    color: rgba(56, 56, 56, 1);
}

.product-type li.active,
.product-type li:hover {
    border-color: rgba(237, 28, 36, 1);
    font-weight: 700;
}

.product-filter {
    margin-top: -10px;
    padding-bottom: 20px;
    font-size: 17px;
}

.product-filter&gt;p {
       margin-right: 10px;
    margin-bottom: 48px;
}

.product-filter li {
    color: rgba(128, 128, 128, 1);
    margin: 0 10px;
    border-bottom: 1px solid transparent;
}

.product-filter li.active,
.product-filter li:hover {
    font-weight: 600;
    color: rgba(237, 28, 36, 1);
    text-decoration-line: underline
}

.product-list{
    gap: 15px;
}

.product-bg {
    background-image: url('../images/index/product-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
     height: 312px;
}

.product-name {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.product-item {
    width: calc(33.333% - 15px);
    /* æ¯ä¸ªå…ƒç´&nbsp;å&nbsp; 1/3ï¼Œå‡åŽ»é—´è· */
    background-color: #ffffff;
    margin-bottom: 20px;
}

.product-item-bottom .product-btn {
    padding: 20px;
    padding-top: 0px;
}

.product-item-bottom .product-btn span {
    font-size: 16px;
}

.product-info{
    padding-bottom: 40px;
}
.product-con .show-more:hover{
    background-color: rgba(56, 56, 56, 1);
    color: #ffffff;
}
/* è£èª‰å¢™ */
.honor-wall-con{
    background-image: url('../images/productCenter/product-details-bg02.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 495px;
}
.honor-wall-con .container{
    justify-content: flex-end;
    align-items: center;
}
.honor-wall-con .container&gt;div{
    width: 46%;
    /* margin: 100px 230px 0 0; */
}

.honor-wall-con .container&gt;div&gt;p:first-child{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
}
.honor-wall-con .container&gt;div&gt;p:first-child span{
    font-size:30px;
    color:rgba(212, 48, 48, 1);
}
.honor-wall-con .container&gt;div&gt;p:last-child{
    line-height: 36px;
    font-size: 16px;
}


/* åœ¨çº¿ç•™è¨€ */
.online-message-content .layui-form{
    width: 74%;
}
.online-message-content .form-content{
    padding: 10px 10px 30px 10px !important;
}
.online-message-content-img&gt;div{
    background-image: url('../images/productCenter/product-details-bg03.png');
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.layui-form-label{
    position: relative;
    float: left;
    display: block;
    padding: 9px 15px;
    width: 115px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    font-size: 16px;
}

.layui-input, .layui-select, .layui-textarea{
    font-size: 15px;
}

/*  äº§å“è¯¦æƒ… */
.product-details-nav {
    height: 52px;
    line-height: 50px;
    padding: 0;
    background-color: transparent;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
}

/* ç¬¬ä¸€æ¨¡å— */
.product-details-info-mokuai1 {
    background-image: url('../images/productCenter/product-details-bg01.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;

    gap: 40px;
}

.product-details-info-mokuai1 .product-details-info,
.product-details-info-mokuai2 .product-details-info {
    padding: 30px 0 50px;
}
.product-details-info-left .big-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
}
.product-details-info-left .big-picture img {
    /*width:688px;*/
    /*background: #CFCFCF;*/
    height: 360px;
}
.product-details-info-left .big-video{
    position: relative;
    text-align: center;
}
.product-details-info-left .big-video .iconfont{
    position: absolute;
    top: 50%;
    left: 45%;
    display: inline-block;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 50px;
    color: #ffffff;
}
.product-details-info-left .big-video video {
    width:500px;
    /*height: 310px;*/
    aspect-ratio: 16 / 9;
}

.product-details-info-left .min-picture{
    margin-top: 10px;
    position: relative;
    width:680px;
}
.product-details-info-left .min-picture .swiper{
    width: 600px;
    max-width: 600px;
    min-width: 600px;
    height: 120px;
    padding: 0;
}
.product-details-info-left .min-picture .swiper-slide{
    height: 120px;
    border-radius: 0;
    padding: 0 10px;
}
.product-details-info-left .min-picture .swiper-slide&gt;div{
    border: 1px solid rgba(207, 207, 207, .6);
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#min-picture-swiper .swiper-slide:hover&gt;div{
    border-color: transparent;
}
#min-picture-swiper .swiper-slide:hover&gt;div::before
{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ED1C24;
}
.product-details-info-left .min-picture .swiper-slide img{
  width: 220px;
    height: 110px;
}
.product-details-info-left .min-picture .min-picture-prev{
    background-color: transparent !important;
    border: 0 none;
    top: 50%;
    left: 10px !important;
    backdrop-filter:blur(0px);
}
.product-details-info-left .min-picture .min-picture-next{
    background-color: transparent !important;
    border: 0 none;
    top: 50%;
    right: 10px !important;
    backdrop-filter:blur(0px);
}
.product-details-info-left .min-picture .min-picture-prev .iconfont,
.product-details-info-left .min-picture .min-picture-next .iconfont{
    font-size: 30px;
    color: rgba(196, 196, 196, 1);;
}
.product-details-info-right {
    font-size: 15px;
    color: rgba(51, 51, 51, 1);
}

.product-details-info-right .product-details-info-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}

.product-details-info-right .product-details-info-title-line {
    width: 36px;
    height: 3px;
    background-color: rgba(128, 128, 128, .6);
}

.product-details-info-xq,
.product-details-info-type {
   
    padding: 16px 0;
    border-bottom: 0.5px dashed rgba(204, 204, 204, 1);
    line-height: 26px;
        font-size: 16px;
        color: #333333;
}

.product-details-info-type {
    width: 100%;
    color: rgba(102, 102, 102, 1);
    line-height:30px;
    font-size: 16px;
}

.product-details-info-contact {
    padding: 24px 0;
    gap: 10px;
}

.product-details-info-contact p {
    line-height: 40px;
    color: rgba(51, 51, 51, 1);
    font-size: 15px;
    color: #333;
    white-space: nowrap;
}

.product-details-info-contact span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: rgb(235, 57, 72);
    color: #ffffff;
}

.product-details-info-contact .iconfont {
    margin-right: 10px;
}

/* æ¨¡å—äºŒ */
.product-details-info-mokuai2 {
    padding: 10px 0 20px;
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(247, 247, 247, .8) 90.97%, rgba(248, 248, 248, 0.6) 100%);
}

.device-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    border: 0.5px solid rgba(128, 128, 128, 0.1);
    margin-top: 10px;
}

.device-list li {
    flex: 0 0 25%;
    box-sizing: border-box;
    border-right: 0.5px solid rgba(128, 128, 128, 0.1);
    border-bottom: 0.5px solid rgba(128, 128, 128, 0.1);
    padding: 30px 30px;
    color: rgba(85, 85, 85, 1);
    position: relative;
    background-color: #ffffff;
}

.device-list li:nth-child(4n) {
    border-right: none;
}

.device-list li:nth-last-child(-n+4) {
    border-bottom: none;
}

.device-list li&gt;p:first-child {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}

.device-list li .line {
    width: 30px;
    height: 2px;
    background: rgba(237, 28, 36, 1);
}

.device-list li&gt;p:last-child {
    font-size: 12px;
    padding: 10px 0;
    font-size: 16px;
    padding: 10px 0;
    line-height: 25px;
}

.device-list li::after {
    content: '';
    font-size: 54px;
    font-weight: bolder;
    font-family: 'åºžé—¨æ­£é“æ&nbsp;‡é¢˜ä½“';
    color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0px;
    right: 10px;
}

.device-list li:nth-child(1):after {
    content: '01';
}

.device-list li:nth-child(2):after {
    content: '02';
}

.device-list li:nth-child(3):after {
    content: '03';
}

.device-list li:nth-child(4):after {
    content: '04';
}

.device-list li:nth-child(5):after {
    content: '05';
}

.device-list li:nth-child(6):after {
    content: '06';
}

.device-list li:nth-child(7):after {
    content: '07';
}

.device-list li:nth-child(8):after {
    content: '08';
}

/* æ€§èƒ½å‚æ•° */
.product-details-info-mokuai3 {
    background-color: #ffffff;
    padding-bottom: 40px;
}

.product-details-info-mokuai3 .jy-center-title {
    padding-top: 30px;
}

.performance-table {
   width: 95%;
    padding-left: 5%;
}

.performance-table tr td {
    padding: 10px 20px;
    font-size: 16px;
    border: 0.5px solid rgba(214, 214, 214, .3);
    color: rgba(56, 56, 56, 1);
}

.performance-table thead tr td {
    background: rgba(128, 128, 128, 1);
    color: #ffffff !important;
}

.performance-table tbody tr:nth-child(even) {
    background-color: rgba(242, 242, 242, 1);
}

.performance-table thead tr td:first-child {
    width: 37%;
}

/* è®¾å¤‡è§†é¢‘ */
.device-video {
    position: relative;
    min-height: 490px;
}

.device-video .jy-center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 3;

}

.device-video .jy-center .jy-center-title,
.device-video .jy-center .jy-center-sub {
    color: #ffffff !important;
}

.play-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.play-mask .iconfont {
    font-size: 50px;
    color: #ffffff;
}
.device-video .video-bg .play-mask .iconfont{
    margin-top: -80px;
}

.device-video-list-position {
    position: absolute;
    bottom: 20px;
    z-index: 4;
    gap: 20px;
}

.device-video-item {
    position: relative;
}

.device-video-item-img {
    width: 300px;
    height: 180px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 10px;
}

.device-video-item-img img {
    width: 100%;
    height: 100%;
}

.device-video-list .play-mask {
    width: 300px;
    height: 180px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.1);
}

.device-video-list .play-mask .iconfont {
    font-size: 30px;
}

.device-video-list .device-video-item-txt {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
}

/* åº”ç”¨è¡Œä¸š */
.industry {
    padding-bottom: 60px;
}

.industry-list {
    gap: 10px;
    margin-top: 20px;
}

.industry-list img {
    width: 360px;
    height: 270px;
}

.industry-list li {
    background: rgba(250, 250, 250, .8);
    border: 1px solid transparent;
}

.industry-list li p {
    font-size: 18px;
    line-height: 40px;
    color: rgba(51, 51, 51, 1);
    padding: 5px 0;
}

.industry-list li.active, .industry-list li:hover{
   background: rgba(250, 250, 250, 1);
    border-color: rgb(227 227 227 / 40%);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.industry-list li.active p,.industry-list li:hover p{
    font-weight: 700;
}

/* æ&nbsp;·å“å±•ç¤º */
.product-details-info-mokuai6{
    background: rgba(204, 204, 204, 0.15);
}
#sample-showcase-swiper .swiper-slide{
    display: flex;
    align-items: center;
}
/* å®šåˆ¶åŒ–è®¾è®¡ */
.product-details-info-mokuai7{
    background-image: url(https://img.js.design/assets/img/653c97e6294562eb79e0d1f7.jpg#bef50727c72ab1746f0d8456e4a794d8);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-bottom: 40px;
}
.custom-design.online-message-content .custom-design-con .layui-form{
    width: 100% !important;
    padding:20px 80px;
}
.custom-design-con-top{
    background-color: #ffffff;
    padding: 20px;
    margin-bottom:4px;
}
.custom-design-form-item{
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(204, 204, 204, .3);
}
.custom-design-form-item:last-child{
    border: 0 none;
}
.custom-design-form-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
}
.layui-form-item{
    position: relative;
}

.layui-form-checkbox[lay-skin=primary]&gt;div{
    font-size: 15px;
}

.custom-design-con-bottom{
    background-color: #ffffff;
}
.custom-design-con-bottom img{
    width: 365px;
}
.custom-design-con-bottom .form-content{
    padding:30px !important;
    width: 50% !important;
}
.form-content&gt;div:first-child{
    gap: 20px;
}
.form-content .layui-form-item{
    width: calc(50% - 10px);
    border: 0.5px solid #d1d1d1;
    margin: 0;
}
.layui-input:focus, .layui-textarea:focus{
    border-color: #606060!important;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 6%);
}
.form-content .layui-form-item:last-child{
    width: 98%;
}
.form-content .layui-form-item .layui-input{
    border: 0 none;
}
.form-content .layui-form-btn&gt;p{
    width: 130px;
    height: 40px;
    border-radius: 4px;
    background: rgba(229, 229, 229, 0.5);
    color: rgba(128, 128, 128, 1);
    margin-right: 10px;
    margin-top: 20px;
}
.form-content .layui-form-btn&gt;p:first-child{
    background: rgba(230, 0, 19, 1);
    color: rgba(255, 255, 255, 1);
}

.custom-design-con-top .layui-form-checkbox[lay-skin=primary]:hover i,
.custom-design-con-top .layui-form-checked[lay-skin=primary] i,
.custom-design-con-top .layui-form-checked i, 
.custom-design-con-top .layui-form-checked:hover i,
.custom-design-con-top .layui-form-checked[lay-skin="primary"] i {
    border-color: rgba(230, 0, 19, 1) !important;
    background-color: rgba(230, 0, 19, 1) !important;
}
</pre></body></html>