@font-face {
    font-family: AliMedium;
    src:url("../fonts/AlibabaPuHuiTi-2-65-Medium.woff") format("woff");
}
@font-face {
    font-family: AliRegular;
    src:url("../fonts/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
}
html{font-family:sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
html,body{-webkit-touch-callout:none;width:100%;font-family:AliMedium;position:relative;}
body{line-height:1.5;font-size:16px;color:#181C25;outline:0;}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{margin: 0;border: 0;padding: 0;font-style: normal;}
ul,li{list-style:none;}
b,strong{font-weight:700;}
pre{overflow:auto;}
img{border:none;vertical-align:middle;max-width:100%;}
p{margin-top:0;margin-bottom:0;}
a{text-decoration:none;color:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
a:hover{outline:0;}
textarea{overflow:hidden;resize:none;}
button{overflow:visible;}
button,select{text-transform:none;}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit;}
hr{height:0;}
pre{overflow:auto;}
input,textarea,select,button{vertical-align:middle;font-size:inherit;font-family:inherit;}
textarea{resize:none;overflow-y:auto;}
input[type="submit"],input[type="reset"],input[type="button"],button{cursor:pointer;-webkit-appearance:none;}
hr{height:0;border-width:1px 0 0 0;border-style:solid;margin:0;color: #ddd;}
h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0;}
ul,ol,li{list-style:none;-webkit-padding-start:0}
dt,dd{padding:0;margin:0;list-style:none;}
html{width:100%;margin:0px auto;}
body{margin:0px auto;}
input{outline: medium;}
*{box-sizing:border-box;outline: none;}
.wrap{width:100%;max-width: 1400px;margin: 0px auto;}
.grid-x{display:flex;flex-flow:row wrap;justify-content: space-between;}
.grid-y{display:flex;flex-flow:column nowrap;}
.main{padding:60px 0;}

/* 服务承诺 */
.service-commitment{padding:50px 0 30px;background:#f5f5f5;}
.service-commitment ul{display:flex;justify-content: center;}
.service-commitment ul li{cursor: pointer;;flex: 1 0 0;display:flex;flex-direction: column;align-items: center;flex-direction: column;}
.service-commitment ul li .pic{margin-bottom:10px;}

/* 网站底部 */
.footer{background: #0a0a5e;}
.footer .footer_infos{padding:50px 0}
.footer .footer_infos li h2{font-size:16px;font-weight:500;line-height:22px;color:#ffffff;margin-bottom:15px;}
.footer .footer_infos li p{font-size:14px;font-weight:300;line-height:2;color:#ffffff;margin-bottom:0px;}
.footer .footer_infos li p em{width:12px;display:inline-block;}
.footer .footer_infos li a{color:#ffffff;}
.footer .footer_infos li a:hover{color:#ffffff;text-decoration:underline;}
.footer .footer_infos .erweima{margin-left:46px;text-align:center;}
.footer .footer_infos .erweima img{max-width:120px;}
.footer .footer_infos .erweima .txt{line-height:24px;color:#ffffff;margin-top:14px;font-size:13px;}
.footer .copyright{border-top:1px solid rgba(255,255,255,.1);padding:30px 0px;flex-wrap:wrap;}
.footer .copyright p, .footer .copyright a{line-height:2;font-size:12px;color:#ffffff;margin-bottom:0px;}
.footer .copyright a:hover{text-decoration: underline;}

/* 网站首页banner */
.index_banner{position: relative;overflow:hidden;}
.index_banner .swiper-pagination{position: absolute;left:50%;top:90% !important;width:max-content;height: 5px;border-radius: 10px;background:none;overflow: hidden;transform: translateX(-50%);display:flex;gap:10px;}
.index_banner .swiper-pagination .swiper-pagination-bullet{overflow: hidden;opacity:1;border-radius:12px;width:60px;height:5px;background:#544ee9;position: relative;transition: background-color 0.3s ease;overflow:hidden}
@keyframes fillProgressBar{0%{width:0%;}100%{width:100%;}}
.index_banner .swiper-pagination .swiper-pagination-bullet-active::after{content: '';position: absolute;top: 0;left: 0;height: 100%;width: 0%;background-color: #50eaf9;border-radius: inherit;animation: fillProgressBar 5s linear forwards;}
.index_banner .swiper-slide img{width:100%}

/* 首页产品分类 */
.index_pro_type{padding:60px 0}
.index_pro_type .hd{text-align:center;margin-bottom:40px;}
.index_pro_type .hd h2{font-size:40px;font-weight:bold;color:#000;}
.index_pro_type .bd ul{display:flex;flex-wrap:wrap;width:100%;}
.index_pro_type .bd ul li{width: calc(100% / 6);padding:10px;border-radius:8px;box-sizing:border-box;}
.index_pro_type .bd ul li a{transition-duration:.4s;border:1px solid #F4F5F6;display:block;border-radius:8px;padding:8px 0 0 0;background:#FAF9FF;width:100%;text-align:center;overflow:hidden}
.index_pro_type .bd ul li a .pic,.index_pro_type .bd ul li a .pic{border-radius:8px;overflow:hidden}
.index_pro_type .bd ul li a h3{transform-origin: center;transition-duration:.4s;font-size:20px;font-weight:500;color:#000000;padding:12px 0 8px;}
.index_pro_type .bd ul li:hover a{border-color:#544ee9;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2),0 2px 4px rgba(0, 0, 0, 0.14),0 1px 2px rgba(0, 0, 0, 0.12);transition: box-shadow 0.3s ease;}
.index_pro_type .bd ul li:hover a h3{color:#544ee9}
.index_pro_type .alt{margin: 7px 0px;font-size: 28px;font-weight: 500;border-left: solid 4px #544EE9;padding-left: 15px;}

/* 当前位置 */
.breadcrumb{padding-top:35px;display: flex;align-items:center}
.breadcrumb2{padding:25px 0;}
.breadcrumb span{margin-right:10px}
.breadcrumb a{color: #999;font-size: 14px;line-height: 2;font-weight: 500;position: relative;margin-right:20px;}
.breadcrumb a::after{content: "\e60e";font-family: "iconfont";position: absolute;right:-18px;top:0px;color: #999;transform: rotate(-90deg);display:block;}
.breadcrumb a:hover{color:#544EE9}
.breadcrumb .active{color:#000;font-size:14px;}

/* 产品列表页重写 */
.index_pro_type2{padding:30px 0;}
.index_pro_type2 .bd ul li a h3{font-size:15px;}

/* 首页通用标题 */
.index_hd{position: relative;padding-top: 70px;}
.index_hd .name h2{font-weight: 600;color: #544EE9;font-size: 28px;letter-spacing: 0;margin-bottom: 10px;white-space: nowrap;}
.index_hd .name h3{font-weight: 500;color: #666;font-size: 14px;letter-spacing: 0;line-height: 14px;white-space: nowrap;}
.index_hd .more{width: 120px;height: 40px;background: #F4F5F6;;border-radius: 0px 24px 0px 24px;margin-top: 5px;}
.index_hd .more a{color: #111111;font-size: 14px;line-height: 40px;text-align: center;justify-content: center;display: flex;}
.index_hd .more a:hover{color: #544EE9;}

/* 首页最新产品 */
.index_new_products{background: url(../image/image141.png) no-repeat;background-size: cover;padding-bottom: 20px;}
.index_new_products .bd{position: relative;overflow: hidden;;display: flex;align-items: center;padding: 20px;}
.index_new_products .bd .swiper-container{width:100%;padding: 80px 0 50px 0;overflow: visible;}
.index_new_products .bd .swiper-slide{box-sizing: border-box;position: relative;border-radius: 8px;background: #FBF9F7;transition: transform 0.3s;border: solid 2px #fff;}
.index_new_products .bd .swiper-slide:hover{background: #fff;border: solid 2px #544EE9;box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);transition: all .3s ease;}
.index_new_products .bd .swiper-slide .pic{padding: 15px;border-radius: 8px;margin-top: -80px;text-align: center;}
.index_new_products .bd .swiper-slide .pic img{width: 130px;height: 130px;transition: transform .5s;}
.index_new_products .bd .swiper-slide:hover .pic img{-webkit-transform: translateY(-5px);}
.index_new_products .bd .swiper-slide .txt{padding: 15px;}
.index_new_products .bd .swiper-slide .txt h3{color: #000;font-size: 16px;line-height: 26px;font-weight: 500;margin-bottom: 10px;text-align: center;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index_new_products .bd .swiper-slide:hover .txt h3{color: #544EE9;}
.index_new_products .bd .swiper-slide .label{width: 80px;background: #544EE9;color: #FFF;font-size: 12px;text-align: center;margin: 10px auto;border-radius: 0px 15px 0px 15px;}

/* 首页客户案例 */
.index_case{background:#fff;padding-bottom:20px;}
.index_case .bd{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;padding-bottom:60px;align-items:stretch;}
.index_case .bd .item{margin-top:0;flex: 1;height: 100%;border-radius: 8px;border: 1px solid #eee;cursor: pointer;background: #fff;transition: transform 0.3s;}
.index_case .bd .adimg{width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius:10px;}
.index_case .bd .item:hover{box-shadow:0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);transition: all .3s ease;}
.index_case .bd .item a{display:block;height: 100%;}
.index_case .bd .item a .pic{width:100%;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden;}
.index_case .bd .item a .pic img{width: 100%;display:block}
.index_case .bd .item a .txt{padding: 20px 28px 20px}
.index_case .bd .item a .txt h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 18px;font-weight: 500;margin-bottom: 10px;color: #333;height: 40px;}
.index_case .bd .item a .txt p{font-weight:400;font-size:14px;line-height:28px;min-height:110px;color:#333;font-family:AliRegular;text-align:justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.index_case .bd .item a .btn{display: inline-block;text-decoration: none;font-weight: 500;font-size: 14px;position: relative;padding: 0 0 15px 25px;}

/* 首页最新新闻 */
.index_news .bd{display:flex;gap:20px;margin:50px 0px;}
.index_news .bd .left{flex:2;display:flex;gap:20px;}
.index_news .bd .left .item{display:flex;flex-direction:column;flex:1;overflow:hidden;border:1px solid #eee;background:#f4f5f6;transition: transform 0.3s;border-radius: 10px;}
.index_news .bd .left .item:hover{box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);transition: all .3s ease;}
.index_news .bd .left .item .pic,.index_news .bd .left .item .pic img{overflow: hidden;;width: 100%;height: auto;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.index_news .bd .left .item .txt{padding: 20px;}
.index_news .bd .left .item .txt h3{font-size: 18px;font-weight: 500;line-height: 1.8;color: #333;margin: 0 0 10px 0;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.index_news .bd .left .item .txt p{font-size: 14px;font-weight: 400;line-height: 1.8;color: #333;font-family: AliRegular;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index_news .bd .right{flex: 1;display: flex;flex-direction: column;gap: 20px;}
.index_news .bd .right .item a{width:100%;display: flex;gap: 20px;}
.index_news .bd .right .item a .pic,.index_news .bd .right .item a .pic img{height: 80px;object-fit: cover;border-radius: 10px;}
.index_news .bd .right .item a .txt{display: flex;flex-direction: column;}
.index_news .bd .right .item a .txt h3{font-size: 16px;line-height: 1.8;color: #333;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index_news .bd .right .item:hover a .txt h3{color:#544EE9;}
.index_news .bd .right .item a .txt p{color: #cccccc;font-size: 14px;line-height: 24px;}
.index_news .index_hd{padding-top:0;}

/* 内页banner */
.banner{position: relative;overflow: hidden;line-height:0;}
.banner .p{line-height:0;}
.banner .p img{display:block;width:100%;height:auto;margin:0;border:0;}
.banner .position{display:none;align-items: center;justify-content: center;background:rgba(84,78,233,.2);width: 100%;height: 65px;position: absolute;left:0;bottom:0;line-height:1.5;}
.banner .position a{display:flex;align-items: center;justify-content: center;height:100%;font-size: 17px;color: #fff;padding: 0 10px;margin-right:40px;position: relative;}
.banner .position a::after{content:'';position:absolute;left:0;bottom:5px;width:100%;height:4px;background:#fff;transform:scaleX(0);transition:transform .3s ease;}
.banner .position a.active::after,.banner .position a:hover::after{transform:scaleX(1);}
.banner .position:has(a){display: flex;}

/* 产品手册列表 */
.list-pdf .list{display: flex;flex-wrap: wrap;gap: 20px;}
.list-pdf .list .item{width: calc((100% - 60px) / 4);position: relative;box-sizing:border-box;transition: all .3s ease;border: solid 1px #eaeaea;border-radius: 10px;padding: 15px;background: #f4f5f6;}
.list-pdf .list .item:hover{box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);}
.list-pdf .list .item .pic{position: relative;}
.list-pdf .list .item .pic img{width: 100%;display: block;overflow: hidden;;border-radius: 10px;}
.list-pdf .list .item .btn{display: flex;justify-content: space-between;gap:15px;width: 100%;margin: 20px auto 0px;}
.list-pdf .list .item .btn a{cursor: pointer;gap:5px;display: flex;align-items: center;justify-content: center;border: solid 1px #544EE9;color:#544EE9;flex:1;font-size: 14px;font-weight: 400;line-height: 24px;border-radius: 5px;padding: 3px 15px;}
.list-pdf .list .item .btn a:hover{background:#544EE9;color:#fff;border-radius:40px;}

/* 软件下载列表 */
.list-down .list{display:flex;flex-wrap:wrap;gap:20px;}
.list-down .list .item{width: calc(50% - 10px);border: 1px solid #eaeaea;border-radius: 8px;padding: 25px;box-sizing: border-box;transition: all .3s ease;}
.list-down .list .item:hover{box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);}
.list-down .list .item h3{font-size: 24px;font-weight: 600;margin-bottom: 15px;}
.list-down .list .item .item_top{display: flex;gap: 20px;margin-bottom: 10px;border-bottom: solid 1px #e9e9e9;padding-bottom: 20px;}
.list-down .list .item .info{display: flex;flex-wrap: wrap;gap: 10px;width: calc(100% - 200px);flex-direction: column;}
.list-down .list .item .info-row{display: flex;gap: 10px;}
.list-down .list .item .info-item{width: calc(50% - 5px);display: flex;flex-direction: column;}
.list-down .list .item .info-item .info-key{font-weight: bold;font-family: AliRegular;}
.list-down .list .item .info-item .info-value{color: #666;}
.list-down .list .item .info-item .time{color: #666;margin-bottom: 10px;}
.list-down .list .item .down{background-color: #f4f5f6;padding: 6px 20px;border-radius: 8px;text-decoration: none;text-align: center;color: #544EE9;font-size: 16px;}
.list-down .list .item .down i {font-size: 18px;margin-right: 10px;}
.list-down .list .item .down:hover{background:#544EE9;color:#fff;border-radius:40px;}
.list-down .list .item .pic{width: 250px;height: auto;border-radius: 5px;border: solid 1px #ececec;cursor: pointer;}
.list-down .list .item .pic img{width: 100%;height: auto;display: block;object-fit: cover;}
.list-down .list .item .desc{margin-top: 10px;color: #666;font-size: 14px;line-height: 2;text-align: justify;font-family: AliRegular;}

/* 筛选列表 */
.list-filter .filter-section{margin-bottom: 20px;border-bottom: 1px solid #e8e8e8;padding-bottom: 10px;display: flex;}
.list-filter .filter-section:last-child{border-bottom: none;}
.list-filter .filter-section h3{display: inline-block;width: 100px;min-width: 100px;line-height: 36px;font-size: 16px;font-weight: 500;}
.list-filter .filter-section .filter-section-box{display: flex;flex-wrap: wrap;}
.list-filter .filter-section .filter-section-box a{background-color: #f4f5f6;padding: 8px 35px;margin: 0px 10px 10px 0px;border-radius: 5px;cursor: pointer;font-size: 14px;font-weight: 500;line-height: 20px;max-height: 40px;overflow: hidden;text-align: center;min-width: 138px;}
.list-filter .filter-section .filter-section-box a:hover,.list-filter .filter-section .filter-section-box a.active{background: #544EE9;color:#fff;}

/* 解决方案列表 */
.list-solution .list{display:flex;flex-wrap:wrap;gap:20px;}
.list-solution .list .item{width:calc((100% - 60px) / 4);position: relative;transition: all .3s ease;border: solid 1px #eaeaea;border-radius: 10px;}
.list-solution .list .item:hover{box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);}
.list-solution .list .item a{display: block;width:100%}
.list-solution .list .item .pic{position: relative;}
.list-solution .list .item .pic img{width: 100%;display: block;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.list-solution .list .item .label{position: absolute;right: 10px;bottom: 10px;background: linear-gradient(300deg, #544EE9 0%, #544EE9 100%);color: #fff;font-size: 12px;padding: 1px 15px;border-radius:15px;display: flex;align-items: center;}
.list-solution .list .item .label i{margin-right: 5px;}
.list-solution .list .item .txt{padding: 15px;border-top: solid 1px #eaeaea;}
.list-solution .list .item .txt p{color: gray;font-size: 14px;}
.list-solution .list .item .txt h3{margin-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 16px;font-weight: 500;line-height: 2;color: #000;}

/* 分页 */
.pages{text-align: center;padding: 20px 0;}
.pages ul{display: inline-flex;box-shadow: 0 4px 12px rgba(84, 78, 233, 0.1);overflow: hidden;}
.pages li{position: relative;}
.pages li:not(:first-child)::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background-color: #eee;opacity: 0.3;}
.pages a,.pages span{display: block;padding: 12px 20px;color: #555;text-decoration: none;font-weight: 500;font-size: 14px;min-width: 44px;text-align: center;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.pages a:hover{background-color: #f0f0ff;color: #544EE9;box-shadow: 0 2px 8px rgba(84, 78, 233, 0.15);}
.pages .curpage{background-color: #544EE9 !important;color: #fff !important;box-shadow: 0 4px 12px rgba(84, 78, 233, 0.3);font-weight: 600;cursor: default;}

/* 解决方案详情 */
.show-solution .left{font-size: 16px;flex:1 0 0;padding-right:50px}
.show-solution .left h1{font-size: 28px;font-weight: 500;line-height: 2;color: #000;}
.show-solution .left .time{font-size: 16px;font-weight: 500;line-height: 2;color: #333;border-bottom: solid 1px #eaeaea;padding-bottom: 20px;}
.show-solution .left .body{font-size: 16px;line-height: 2;color: #333;text-align: justify;padding: 20px 0;line-height: 28px;min-height: 300px;word-break: break-all;font-size: 14px;text-align: justify;padding-top: 20px;margin-top: 20px;width: 100%;}
.show-solution .left .body p{margin-bottom:15px;}
.show-solution .left .body img,.show-solution .left .body video{max-width: 100%;height: auto;display: block;margin: 15px auto;}
.show-solution .left .body ul,.show-solution .left .body ol{margin-bottom: 15px;padding-left: 25px;list-style-position: outside;}
.show-solution .left .body li{margin-bottom: 8px;line-height: 1.5}
.show-solution .left .body table{width: 100%; border-collapse: collapse;margin: 15px 0;text-align: left;}
.show-solution .left .body th,.show-solution .left .body td {border: 1px solid #e0e0e0;padding: 12px 15px;}
.show-solution .left .body th{background-color: #f8f8f8;font-weight: 600;}
.show-solution .left .body tbody tr:nth-child(even){background-color: #fcfcfc;}
.show-solution .left .body table p{margin-bottom:0;}
.show-solution .right{width: 300px;overflow: hidden;padding: 15px 0 8px;background: white;border: 1px solid #eaeaea;border-radius: 10px;}
.show-solution .right h2{font-size: 18px;color: #3E464C;font-weight: 500;padding: 0 15px 6px;}
.show-solution .right .line{height: 2px;background: linear-gradient(to right, #544EE9, transparent);margin-left: 15px;}
.show-solution .right ul{padding: 0 15px;}
.show-solution .right ul li{border-bottom: 1px solid #eaeaea;padding-bottom: 8px;}
.show-solution .right ul li:last-child {border-bottom: none;}
.show-solution .right ul li .i{margin: 8px 0 6px;color: #3E464C;overflow: hidden;position: relative;padding-left: 10px;}
.show-solution .right ul li .i i {position: absolute;left: 0;top: 6px;border: 4px solid transparent;border-left-color: #544EE9;width: 0;height: 0;margin-top: 3px;}
.show-solution .right ul li .i h3{font-family: AliRegular;font-size:14px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.show-solution .right ul li span{color: #A1A6AB;padding-left: 10px;font-size:13px;}

.tech-hero{position:relative;min-height:230px;overflow:hidden;background:linear-gradient(102deg,#071a5d 0%,#12368f 46%,#215fd7 100%);}
.tech-hero::before{content:"";position:absolute;inset:-35% -18% auto auto;width:76%;height:132%;background:radial-gradient(ellipse at center,rgba(255,255,255,.88) 0%,rgba(125,223,255,.62) 11%,rgba(57,118,245,.46) 24%,rgba(255,255,255,0) 56%);transform:rotate(14deg);pointer-events:none;}
.tech-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:56px;background:rgba(31,42,128,.72);backdrop-filter:blur(8px);}
.tech-hero--346::before{background:radial-gradient(ellipse at center,rgba(255,255,255,.88) 0%,rgba(104,218,255,.56) 10%,rgba(80,110,250,.42) 22%,rgba(249,153,58,.32) 30%,rgba(255,255,255,0) 58%);}
.tech-hero__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:174px;padding:30px 20px 66px;text-align:center;}
.tech-hero h1{position:relative;z-index:2;color:#fff;font-size:76px;font-weight:700;line-height:1;letter-spacing:0;text-shadow:0 14px 34px rgba(9,20,74,.22);}
.tech-hero__reflect{position:absolute;left:50%;top:102px;transform:translateX(-50%);color:rgba(255,255,255,.18);font-size:76px;font-weight:700;line-height:1;white-space:nowrap;filter:blur(1px);}
.tech-hero__tabs{position:absolute;left:0;right:0;bottom:0;z-index:2;height:56px;display:flex;align-items:center;justify-content:center;gap:110px;}
.tech-hero__tabs a{position:relative;color:#fff;font-size:17px;font-weight:500;line-height:56px;padding:0 4px;}
.tech-hero__tabs a::after{content:"";position:absolute;left:50%;bottom:0;width:76px;height:4px;border-radius:999px;background:#fff;transform:translateX(-50%) scaleX(0);transform-origin:center;transition:transform .2s ease;}
.tech-hero__tabs a.active::after,.tech-hero__tabs a:hover::after{transform:translateX(-50%) scaleX(1);}

.tech-page.main{padding:24px 0 44px;background:linear-gradient(180deg,#f8f9ff 0%,#f3f6fc 100%);}
.tech-page .wrap{max-width:1280px;}
.tech-filter{background:rgba(255,255,255,.94);border:1px solid #e7ebf7;border-radius:18px;padding:10px 22px;box-shadow:0 14px 34px rgba(30,52,138,.08);}
.tech-filter__row{display:flex;align-items:flex-start;gap:16px;padding:12px 0;border-bottom:1px solid #edf0f7;}
.tech-filter__row:last-child{border-bottom:0;}
.tech-filter__label,.tech-filter .filter-section h3,.tech-filter h3{width:92px;min-width:92px;font-size:15px;font-weight:700;line-height:38px;color:#303955;}
.tech-filter__options,.tech-filter .filter-section-box{display:flex;flex-wrap:wrap;gap:10px 12px;min-width:0;}
.tech-filter__options span,.tech-filter__options a,.tech-filter .filter-section-box a{display:inline-flex;align-items:center;justify-content:center;min-width:96px;height:38px;padding:0 18px;border:1px solid #edf0f7;border-radius:10px;background:#f7f8fc;color:#596278;font-size:14px;font-weight:600;line-height:1.2;transition:all .2s ease;}
.tech-filter__options span.active,.tech-filter__options a.active,.tech-filter .filter-section-box a.active,.tech-filter__options span:hover,.tech-filter__options a:hover,.tech-filter .filter-section-box a:hover{border-color:transparent;background:linear-gradient(135deg,#2f8cff,#5851f6);color:#fff;box-shadow:0 8px 18px rgba(65,103,238,.2);}
.tech-filter.list-filter .filter-section{margin:0;padding:12px 0;border-bottom:1px solid #edf0f7;}
.tech-filter.list-filter .filter-section:last-child{border-bottom:0;}
.tech-filter.list-filter .filter-section h3{display:block;width:92px;min-width:92px;line-height:38px;font-size:15px;font-weight:700;}
.tech-filter.list-filter .filter-section .filter-section-box{gap:10px 12px;}
.tech-filter.list-filter .filter-section .filter-section-box a{display:inline-flex;align-items:center;justify-content:center;min-width:96px;height:38px;margin:0;padding:0 18px;border:1px solid #edf0f7;border-radius:10px;background:#f7f8fc;color:#596278;font-size:14px;font-weight:600;line-height:1.2;}
.tech-filter.list-filter .filter-section .filter-section-box a:hover,.tech-filter.list-filter .filter-section .filter-section-box a.active{border-color:transparent;background:linear-gradient(135deg,#2f8cff,#5851f6);color:#fff;box-shadow:0 8px 18px rgba(65,103,238,.2);}

.tech-manual__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:22px;}
.tech-manual-card{overflow:hidden;border:1px solid #e8ecf7;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(30,52,138,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.tech-manual-card:hover{transform:translateY(-4px);border-color:#ccd6ff;box-shadow:0 18px 38px rgba(30,52,138,.13);}
.tech-manual-card__cover{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;background:linear-gradient(135deg,#f7f9ff,#edf2ff);overflow:hidden;}
.tech-manual-card__cover img{display:block;width:100%;height:100%;object-fit:cover;}
.tech-manual-card__placeholder{display:flex;align-items:center;justify-content:center;width:88px;height:112px;border-radius:12px;background:#fff;color:#3f55db;font-size:24px;font-weight:800;box-shadow:0 12px 26px rgba(47,80,190,.12);}
.tech-manual-card__format{position:absolute;right:14px;top:14px;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.92);color:#4f5ff2;font-size:12px;font-weight:700;box-shadow:0 6px 16px rgba(48,66,164,.12);}
.tech-manual-card__body{padding:16px;}
.tech-manual-card__body h2{min-height:48px;margin:0 0 8px;color:#18213c;font-size:18px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.tech-manual-card__body p{min-height:46px;color:#677089;font-size:14px;line-height:1.65;font-family:AliRegular;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.tech-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:14px 0;color:#828aa0;font-size:13px;}
.tech-card-meta span:last-child{padding:4px 10px;border-radius:999px;background:#f1f3ff;color:#5663ef;font-weight:700;}
.tech-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.tech-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;border-radius:10px;font-size:14px;font-weight:700;white-space:nowrap;}
.tech-btn--ghost{border:1px solid #c6cffb;color:#4c58d7;background:#fff;}
.tech-btn--primary{border:1px solid transparent;color:#fff;background:linear-gradient(135deg,#2f8cff,#5851f6);box-shadow:0 10px 18px rgba(65,103,238,.2);}
.tech-card-empty{display:flex;align-items:center;justify-content:center;height:40px;border-radius:10px;background:#f7f8fc;color:#828aa0;font-size:14px;}

.tech-solution__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:22px;}
.tech-solution-card{overflow:hidden;border:1px solid #e8ecf7;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(30,52,138,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.tech-solution-card:hover{transform:translateY(-4px);border-color:#ccd6ff;box-shadow:0 18px 38px rgba(30,52,138,.13);}
.tech-solution-card__link{display:grid;grid-template-columns:178px minmax(0,1fr);height:100%;}
.tech-solution-card__thumb{position:relative;min-height:152px;background:linear-gradient(135deg,#102256,#2369ce);overflow:hidden;}
.tech-solution-card__thumb img{display:block;width:100%;height:100%;min-height:152px;object-fit:cover;}
.tech-solution-card__thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,65,0) 38%,rgba(8,18,65,.36) 100%);}
.tech-solution-card__placeholder{position:absolute;inset:20px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02));}
.tech-solution-card__type{position:absolute;right:10px;bottom:10px;z-index:1;display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.93);color:#4f5ff2;font-size:13px;font-weight:700;}
.tech-solution-card__body{padding:16px;}
.tech-solution-card__body time{display:block;margin-bottom:8px;color:#8790a9;font-size:13px;}
.tech-solution-card__body h3{margin:0 0 8px;color:#18213c;font-size:18px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.tech-solution-card__body p{color:#66708d;font-family:AliRegular;font-size:14px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

.tech-download-filter{display:grid;grid-template-columns:auto auto auto minmax(220px,1fr);align-items:center;gap:14px;padding:18px 20px;border:1px solid #e7ebf7;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(30,52,138,.08);}
.tech-download-filter__group{display:flex;align-items:center;gap:8px;color:#313a56;font-size:15px;font-weight:700;white-space:nowrap;}
.tech-download-filter button,.tech-download-filter__search{height:42px;border:1px solid #e8ecf5;border-radius:10px;background:#fafbff;color:#8088a2;font-size:14px;font-weight:600;}
.tech-download-filter button{min-width:132px;padding:0 30px 0 14px;text-align:left;position:relative;}
.tech-download-filter button::after{content:"";position:absolute;right:14px;top:50%;width:7px;height:7px;border-right:2px solid #8b93aa;border-bottom:2px solid #8b93aa;transform:translateY(-65%) rotate(45deg);}
.tech-download-filter__date button{min-width:226px;}
.tech-download-filter__search{display:flex;align-items:center;gap:8px;padding:0 14px;min-width:0;}
.tech-download-filter__search i{color:#5a64f4;font-size:18px;}
.tech-download-filter__search input{width:100%;min-width:0;background:transparent;color:#303955;font-size:14px;}
.tech-download-filter__search input::placeholder{color:#9aa2b5;}
.tech-download-feature{display:grid;grid-template-columns:260px minmax(0,1fr) 170px;align-items:center;gap:24px;margin-top:22px;padding:18px 22px;border:1px solid #e8ecf7;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(30,52,138,.08);}
.tech-download-feature__media{display:flex;align-items:center;justify-content:center;height:160px;border:1px solid #e8ecf5;border-radius:12px;background:linear-gradient(135deg,#f6f7fb,#e7ecf8);overflow:hidden;}
.tech-download-feature__media img{display:block;width:100%;height:100%;object-fit:cover;}
.tech-download-feature__placeholder{width:156px;height:98px;border-radius:14px;background:linear-gradient(135deg,#eef3ff,#dfe7ff);box-shadow:inset 0 0 0 1px rgba(77,96,219,.16);}
.tech-download-feature__label{display:inline-flex;align-items:center;height:26px;padding:0 12px;border-radius:999px;background:#5058f4;color:#fff;font-size:13px;font-weight:700;}
.tech-download-feature__body h2{margin:12px 0 10px;color:#17203b;font-size:24px;font-weight:700;line-height:1.25;}
.tech-download-feature__meta{display:flex;flex-wrap:wrap;gap:10px 22px;margin-bottom:10px;color:#59637f;font-size:15px;}
.tech-download-feature__body p{color:#66708d;font-family:AliRegular;font-size:15px;line-height:1.75;}
.tech-download-feature__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;border-radius:999px;background:linear-gradient(135deg,#258dff,#5851f6);color:#fff;font-size:17px;font-weight:800;box-shadow:0 12px 24px rgba(65,103,238,.22);}
.tech-download__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:20px;}
.tech-download-card{display:grid;grid-template-columns:92px minmax(0,1fr) 48px;align-items:center;gap:16px;padding:18px;border:1px solid #e8ecf7;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(30,52,138,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.tech-download-card:hover{transform:translateY(-4px);border-color:#ccd6ff;box-shadow:0 18px 38px rgba(30,52,138,.13);}
.tech-download-card__icon{display:flex;align-items:center;justify-content:center;width:92px;height:92px;border-radius:16px;background:linear-gradient(145deg,#f6f8ff,#edf1ff);overflow:hidden;color:#5261f2;}
.tech-download-card__icon img{width:100%;height:100%;object-fit:cover;}
.tech-download-card__icon i{font-size:32px;}
.tech-download-card__body h2{margin:0 0 8px;color:#18213c;font-size:18px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.tech-download-card__meta{display:flex;flex-direction:column;gap:2px;color:#707992;font-size:13px;line-height:1.5;}
.tech-download-card__btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #d8defb;border-radius:50%;color:#5663ef;background:#fff;font-size:20px;}
.tech-download-card__btn:hover{background:#5663ef;color:#fff;border-color:#5663ef;}

.tech-page .pages{padding:28px 0 0;}
.tech-page .pages ul{border:1px solid #e8ecf7;border-radius:10px;background:#fff;box-shadow:0 10px 24px rgba(30,52,138,.08);}
.tech-page .pages a,.tech-page .pages span{min-width:42px;padding:10px 16px;border-radius:0;color:#596278;}
.tech-page .pages .curpage{background:linear-gradient(135deg,#2f8cff,#5851f6) !important;color:#fff !important;}

@media (max-width: 1280px){
    .tech-page .wrap{width:calc(100% - 32px);}
    .tech-hero__tabs{gap:72px;}
    .tech-manual__grid{grid-template-columns:repeat(3,minmax(0,1fr));}
    .tech-solution__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .tech-download-filter{grid-template-columns:repeat(2,minmax(0,1fr));}
    .tech-download__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width: 768px){
    .tech-hero{min-height:196px;}
    .tech-hero__inner{min-height:148px;padding-bottom:58px;}
    .tech-hero h1,.tech-hero__reflect{font-size:42px;}
    .tech-hero__reflect{top:86px;}
    .tech-hero__tabs{height:48px;gap:24px;overflow-x:auto;justify-content:flex-start;padding:0 18px;}
    .tech-hero__tabs a{flex:0 0 auto;font-size:15px;line-height:48px;}
    .tech-page.main{padding:18px 0 34px;}
    .tech-filter__row{display:block;}
    .tech-filter__label,.tech-filter .filter-section h3,.tech-filter h3{width:auto;min-width:0;line-height:1.3;margin-bottom:10px;}
    .tech-filter__options span,.tech-filter__options a,.tech-filter .filter-section-box a{min-width:auto;height:34px;padding:0 13px;font-size:13px;}
    .tech-manual__grid,.tech-solution__grid,.tech-download__grid{grid-template-columns:1fr;}
    .tech-solution-card__link{grid-template-columns:1fr;}
    .tech-solution-card__thumb,.tech-solution-card__thumb img{min-height:190px;}
    .tech-download-filter{grid-template-columns:1fr;}
    .tech-download-filter__group{justify-content:space-between;}
    .tech-download-filter button,.tech-download-filter__date button{min-width:180px;}
    .tech-download-feature{grid-template-columns:1fr;gap:16px;padding:16px;}
    .tech-download-feature__btn{width:100%;}
    .tech-download-card{grid-template-columns:76px minmax(0,1fr) 44px;padding:14px;}
    .tech-download-card__icon{width:76px;height:76px;}
}

/* 网站头部 */
.header{position:fixed;top: 0;left: 0;right: 0;z-index: 11;width: 100%;transition: all .4s;}
.header:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%; z-index:9;height: 1px; background: linear-gradient(to right, #544EE9, #50EAF9);}
.header .header-top{width: 100%;background: #0a0a5e;transition: all .4s;height: 50px;z-index: 1;}
.header .header-top .header-top-info{height: 50px;}
.header .header-top .header-top-info ul{height: 100%;display: flex;}
.header .header-top .header-top-info ul li{display: flex;height: inherit;align-items: center;position: relative;padding:0 18px;color: #fff;}
.header .header-top .header-top-info ul li i{font-size: 14px;}
.header .header-top .header-top-info ul li a{display: inline-block;font-size: 14px;color: #fff}
.header .header-top .header-top-info ul li a:hover{text-decoration: underline;}
.header .header-top .header-top-info ul li a i{font-size: 14px;margin-right: 5px;}
.header .header-top .header-top-info ul li:not(:last-child)::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);height: 18px;width: 1px;background-color: #979797;opacity: 0.5;}
.header .header-top .header-top-info ul li.user{background: #02a6c4;cursor: pointer;}
.header .header-foot{box-shadow: 0 4px 12px rgba(84, 78, 233, 0.1);border-bottom: solid 1px #eee;position: relative;background: #fff;z-index: 9;}
.header .header-foot .navbar{display: flex;position: relative;flex-wrap: nowrap;align-items: center;justify-content: space-between;padding: 0;}
.header .header-foot .navbar .logo{transition:all 0.4s;position:relative;margin-right:40px;width:160px;}
.header .header-foot .navbar .logo a{display:block;}
.header .header-foot .navbar .logo a img{max-width:100%;height:auto;}
.header .header-foot .so{display: flex;align-items:center;gap:20px;margin-left:20px;}
.header .header-foot .so .search-icon{cursor:pointer;position: relative;background-color: #fff;border-color: #959499;height: 2.5rem;border: 1px solid #626369;border-radius: .3125rem;font-size: .875rem;font-weight: 400;letter-spacing: 0;padding: .4rem .75rem;width: 18rem;}
.header .header-foot .so .search-icon i{font-size:22px;top:-2px;position: relative;}
.header .header-foot .so .search-icon span{color: #787878;font-size:14px;position:absolute;left:50px;top:9px;}
.header .header-foot .navbar .menu{flex-grow:1;align-items:center;display:flex !important;flex-basis:auto;}
.header .header-foot .nav-info{display:flex;margin-bottom:0;padding-left:0;}
.header .header-foot .nav-info .nav-item{display:inherit;position:relative;}
.header .header-foot .nav-info .nav-link-item{display:flex;align-items:center;font-size:16px;line-height:20px;font-weight:500;font-style: normal;letter-spacing: normal;position: relative;padding: 30px 18px 29px 18px;}
.header .header-foot .nav-info .nav-link-item i{display:inline-block;margin-left:2px;transition:all 0.4s ease-in-out;}
.header .header-foot .nav-info .nav-link-item .i{margin-right:5px;}
.header .header-foot .nav-info .nav-link-item .i img:last-child{display:none;}
.header .header-foot .nav-info .nav-link-item:hover i{transform:rotate(180deg);}
.header .header-foot .nav-info .nav-link-item:hover{color:#544EE9}
.header .header-foot .nav-info .nav-link-item:hover .i img:first-child{display:none;}
.header .header-foot .nav-info .nav-link-item:hover .i img:last-child{display:block;}
.header .header-foot .nav-info .sub-menu{z-index: 2;background-color: #fff;box-shadow:-2px 2px 70px -25px rgb(0 0 0 / 30%);position: absolute;left: 5px;top: 82px;margin: 0;transition: .4s;transform: translatey(20px);opacity: 0;visibility: hidden;min-width: 150px;border-radius: 6px;}
.header .header-foot .nav-info li:hover > .sub-menu{visibility:visible;opacity: 1;pointer-events:visible;border-radius: 0;transform: translateY(0);}
.header .header-foot .nav-info .sub-menu--item > a{display:block;color:inherit;padding:10px 20px;font-size:16px;font-weight: 500;color: #000;position: relative;transition: .4s;overflow: hidden;}
.header .header-foot .nav-info .sub-menu--item > a span{position:relative;z-index:99;transition:all 0.3s ease;}
.header .header-foot .nav-info .sub-menu--item > a::after{transition-duration:.5s;content:"";position: absolute;left: 0;top:0;width:0;height:100%;background:#544EE9;}
.header .header-foot .nav-info .sub-menu--item > a:hover::after{width:100%;}
.header .header-foot .nav-info .sub-menu--item > a:hover span{color:#fff;}
.header.height{top: 0;left: 0;right: 0;box-shadow:0 15px 30px rgba(0,0,0,.1)}
.header.height .header-top{margin-top: -50px;opacity: 0;}
.header_line{height:130px;}

/* 产品试用 */
.list-trial-hd{background:#FBF2E3;padding:80px 0;}
.list-trial-hd .item .pic,.list-trial-hd .item .pic img{border-radius:20px;overflow: hidden;}
.list-trial-hd .item .p{font-size:20px;color:#3E464C;text-align:center;font-weight:500;padding:20px 0 0;}
.list-trial-bd{padding:40px 0;background:url(../image/bg.jpg) no-repeat right bottom / cover;}
.list-trial-bd .list{display:flex;flex-wrap:wrap;}
.list-trial-bd .list .item{margin: 70px 15px;transition: transform 0.3s ease;position: relative;width: calc(33.333% - 30px);border: none;border-radius: 15px;background: #f4f5f7;border: solid 2px transparent;}
.list-trial-bd .list .item:hover{background: #f4f5f7;box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);transition: all .3s ease;}
.list-trial-bd .list .item a{display:block;width:100%;}
.list-trial-bd .list .item a .pic{padding: 15px;border-radius: 8px;margin-top: -80px;text-align: center;}
.list-trial-bd .list .item a .pic img{width: 165px;height: 165px;transition: transform .5s;}
.list-trial-bd .list .item:hover a .pic img{-webkit-transform: translateY(-5px);}
.list-trial-bd .list .item .txt{padding: 15px 20px;height: 170px;}
.list-trial-bd .list .item .txt h3{color: #000;font-size: 18px;line-height: 26px;font-weight: 500;margin-bottom: 10px;text-align: center;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.list-trial-bd .list .item .txt p{color: #666;font-size: 14px;line-height: 26px;font-weight: 500;margin-bottom: 10px;text-align: left;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.list-trial-bd .list .item .label{width: 100px;background: linear-gradient(280deg, #544EE9 0%, #544EE9 100%);color: #fff;padding: 4px 10px;font-size: 16px;text-align: center;margin: 10px auto 25px auto;border-radius: 10px 0px 10px 0px;}

/* 新闻列表 */
.list-news .list{display: flex;flex-wrap: wrap;gap: 20px;}
.list-news .list .item{width:calc((100% - 60px) / 4);position: relative;transition: all .3s ease;border: solid 1px #eaeaea;border-radius: 10px;background: #fff;}
.list-news .list .item a{display: block;width:100%}
.list-news .list .item a .pic{position: relative;}
.list-news .list .item a .pic img{width: 100%;display: block;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.list-news .list .item a .txt{padding: 15px;border-top: solid 1px #eaeaea;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.list-news .list .item a .txt p{color: gray;font-size: 14px;}
.list-news .list .item a .txt p.time{color:#EF7C1B;font-size: 16px;}
.list-news .list .item a .txt h3{margin-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 16px;font-weight: 500;line-height: 2;color: #000;}

/* 新闻内容 */
.show-news .title{font-size: 28px;font-weight: 500;line-height: 2;color: #000;text-align: center;}
.show-news .time{font-size: 16px;font-weight: 500;line-height: 2;color: #333;text-align: center;border-bottom: solid 1px #eaeaea;padding-bottom: 20px;}
.show-news .body{line-height: 2;font-size: 16px;color: #666;padding: 50px 0;}
.show-news .body p{margin-bottom: 15px;}
.show-news .body img,.show-news .body video{max-width:100%;}

/* 加入我们 */
.list-job .title{text-align: center;font-size: 28px;font-weight: 500;line-height: 50px;margin: 20px 0px;color: #000;}
.list-job  .list .hd{height: 56px;background-color: #544EE9;display: flex;padding: 0px 24px;align-items: center;border-radius: 6px;}
.list-job  .list .hd p{font-size: 16px;color: #fff;font-weight: 400;}
.list-job  .list .bd{position: relative;}
.list-job  .list .bd .el-collapse-item__wrap{background: #f4f5f6;overflow: hidden;;border-bottom: 1px solid #EBEEF5;}
.list-job  .list .bd .el-collapse-item__content{padding: 30px 40px 50px 40px;font-size: 13px;color: #303133;line-height: 1.769230769230769;}
.list-job  .list .bd .el-collapse-item__content h2{font-size: 16px;color: #181C25;font-weight: 600;margin: 20px 0 12px 0;}
.list-job  .list .bd .el-collapse-item__content p{font-size: 16px;color: #545861;font-weight: 400;}
.list-job  .list .bd .el-collapse-item__header{padding-right: 24px;padding-left: 24px;align-items: center;background-color: #FFF;color: #303133;cursor: pointer;border-bottom: 1px solid #eaeaea;font-size: 13px;font-weight: 500;transition: border-bottom-color .3s;outline: 0;}
.list-job  .list .bd .el-collapse-item__header .s1 {display: flex;height: 55px;font-size: 16px;line-height: 55px;}
.list-job  .list .bd .el-collapse-item__header .s1 p{color: #181C25;font-weight: 400;font-size: 16px;}
.list-job  .list .bd .el-collapse-item__header .s1 .job{width: 35%;}
.list-job  .list .bd .el-collapse-item__header .s1 .time{width: 25%;}
.list-job  .list .bd .el-collapse-item__header .s1 .place{width: 25%;}
.list-job  .list .bd .s1 p:last-child{color:#544EE9;}
.list-job-flwarp{background: url(../image/job_bg.jpg) no-repeat;background-size:contain;padding: 30px 0px;margin-top:20px}
.list-job-flwarp h2{text-align: center;font-size: 28px;font-weight: 500;line-height: 50px;margin: 20px 0px;color: #000;}
.list-job-flwarp .hd{padding:20px 0;}
.list-job-flwarp .hd .item{width:20%;padding:0 10px 25px;text-align:center;}
.list-job-flwarp .hd .item .p{font-size:20px;color:#3E464C;text-align:center;font-weight:500;padding:20px 0 0;}
.list-job-flwarp .userall{padding-top:30px}
.list-job-flwarp .userall img{max-width:100%;}

/* 关于我们 */
.list-about{background-image: url('../image/about_bg1.jpg');background-size: cover;background-position: center;padding: 100px 0px;display: flex;align-items: center;}
.list-about .grid-x{position: relative;}
.list-about .left{width: 49%;position: relative;}
.list-about .left h1{font-size: 28px;font-weight: 500;line-height: 50px;color: #1F5C95;margin-bottom: 30px;}
.list-about .left p{font-size: 16px;line-height: 2;font-weight: 500;color: #333;margin-bottom: 10px;text-align: justify;}
.list-about .right{cursor: pointer;;width: 40%;position: relative;cursor: pointer;}
.list-about .right img,.list-about .right video{border-radius:12px;width:100%;object-fit:cover;height:100%;}
.list-about .right .i{background: url(../image/play_circle.png) no-repeat;width: 40px;height: 40px;background-size: 100%;position: absolute;left: 20px;bottom: 20px;}
.list-about .dou{background: url(../image/icon_ddao.png) no-repeat;width: 31px;height: 24px;background-size: contain;position: absolute;top: -40px;left: 0px;}
.list-about-honor{padding:50px 0;}
.list-about-honor .hd{text-align:center}
.list-about-honor .hd h2{font-size: 28px;font-weight: 500;color: #333;text-align: center;}
.list-about-honor .hd .line{width: 64px;margin: 30px auto 32px;border-bottom: 4px solid;border-color: #dbba6e;}
.list-about-values{background-image: url('../image/about_bg2.jpg');background-size: cover;background-position: center;height: 600px;position: relative;display: flex;align-items: center;}
.list-about-values .left{width: 45%;position: relative;}
.list-about-values .left img{width: 100%;border-radius: 10px;max-height: 400px;}
.list-about-values .right{width: 45%;position: relative;}
.list-about-values .right .txt h2{font-size: 28px;font-weight: 500;color: #1F5C95;line-height: 50px;margin-bottom: 10px;}
.list-about-values .right .txt p{font-size: 16px;color: #333;}
.list-about-values .right .overlay{position: absolute;right: 0;top: 42%;background: #fff;border-radius: 10px;width:860px;}
.list-about-values .right .overlay ul{display:flex;padding:30px 0;}
.list-about-values .right .overlay ul li{width: calc(25% - 10px);margin-right: 10px;text-align: center;display: flex;align-items: center;justify-content: center;transition: transform 0.3s;}
.list-about-values .right .overlay ul li img{width: 70px;height: auto;display: block;cursor: pointer;}
.list-about-partner{padding:40px 0;}
.list-about-partner img{max-width:100%;}
.list-about-contact{background-image: url('../image/dt1.jpg');background-size: cover;background-position: center;height: 600px;position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.list-about-contact h2{font-size: 28px;font-weight: 500;color: #1F5C95;margin-bottom: 50px;}
.list-about-contact .box{border: solid 2px #C7E4FF;border-top-left-radius: 35px;border-bottom-right-radius: 35px;padding: 30px;width: 45%;box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);}
.list-about-contact ul li{margin: 5px 0px 8px;font-size: 16px;line-height: 2;}
.list-about-contact ul li span{margin-right: 10px;}
.list-about-contact ul li img{margin-right: 20px;width: 30px;height: 20px;padding: 0 5px;}

/* 视频弹窗 */
.videos{ display:none;position:fixed;left:20%;top:50%;margin-top:-320px; z-index:1001;width:60%; height:640px; }
.vclose{position:absolute;color:#000;font-size:18px;width:30px;height:30px;line-height:30px;text-align:center;background:#fff;right:-20px; top:-20px; border-radius:100%; cursor: pointer; }
#video{width:100%;max-height:640px;}
#video-bg{display:none;background:rgba(0,0,0,.4);left:0;top:0;position:fixed;z-index:1000;width:100%;height:100%;}

/* 产品定制 */
.list-customize .alt{font-size: 28px;font-weight: 500;text-align: center;padding-bottom:40px;}
.list-customize .item{width: calc(25% - 20px);margin-bottom: 40px;margin-top: 30px;margin-right: 20px;text-align: center;display: flex;align-items: center;justify-content: center;transition: transform 0.3s;}
.list-customize .item img{width: 100%;height: auto;display: block;border-radius: 10px;cursor: pointer;}
.list-customize .item:hover{transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);transition: all .3s ease;}
.list-customize .item:nth-child(5n){margin-right: 0;}
.list-customize .customize_pic{text-align:center;padding-bottom:40px;}
.list-customize .customize_pic img{max-width:100%;}
.list-customize .index_case .bd{display:flex;flex-wrap:wrap;gap:0;margin:0;}
.list-customize .index_case .bd .item{flex:none;width:calc(100% / 4 - 15px);margin:0 20px 20px 0;}
.list-customize .index_case .bd .item:nth-child(4n){margin-right:0;}


/* 常见问题 */
.list-ask .bd{background:#F5F5F5;padding:40px;border-radius:12px;}
.list-ask .bd .item .wen{background: #fff;border-radius: 25px;display: flex;font-size: 18px;font-weight: 700;height: 50px;line-height: 50px;margin-bottom: 20px;width: 100%;}
.list-ask .bd .item .wen i{font-style: normal;background:#544EE9;border-radius: 25px;color: #fff;height: 50px;margin-right: 20px;text-align: center;width: 50px;}
.list-ask .bd .item .da{background: #fff;border-radius: 10px;font-size: 18px;margin-bottom: 50px;padding: 30px 70px;position: relative;width: 100%;}
.list-ask .bd .item .da:after{background: url(../image/logo2.png);content: "";display: block;height:40px;position: absolute;right: -10px;top: -20px;width:32px;background-size: 100% 100%;}

/* 轮播列表页 */
.list-banner h1{font-size:30px;margin-bottom:30px;text-align:center;}
.list-banner .bd{max-width:1200px;margin:0 auto;padding:30px;background:#F5F5F5;position: relative;overflow:hidden}
.list-banner .swiper-button-next,
.list-banner .swiper-button-prev {z-index:999 !important;width: 40px;height: 40px;background-color:#fff;opacity:1;background-size:20px 20px;background-position: center !important;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer; }
.list-banner .swiper-button-next:after,.list-banner .swiper-button-prev:after {font-size: 16px;color: #fff;font-weight: bold;}
.list-banner .swiper-button-disabled{cursor: not-allowed;}
.list-banner .swiper-slide{z-index:1;}

/* 产品内容页 */
.product-banner{background: #F4F5F6;}
.product-banner .headcontent{position: relative;padding-top: 50px;padding-bottom: 30px;}
.product-banner .headcontent .typename{position: absolute;left: 25px;top: 50px;}
.product-banner .headcontent .typename h1{font-size: 28px;font-weight: 500;}
.product-crumb{background: url(../image/viewheadbg.png) no-repeat; width: 100%; height: 65px;}
.product-crumb .ilshow{height: 65px;display:flex;align-items:center;}
.product-crumb .ilshow li{position: relative;padding-left: 15px;margin-right: 15px;color: #0F2D49;font-size: 16px;}
.product-crumb .ilshow li::before{content: "|";position: absolute;left: 0;top: 0;}
.product-head{width: 100%;overflow: hidden;}
.product-head ul{display: flex;border-bottom: 2px solid #544EE9;}
.product-head ul li{padding: 10px 30px;cursor: pointer;min-width: 150px;text-align: center;position: relative;font-size: 16px;border-top-left-radius: 5px;border-top-right-radius: 5px;transition: color ease-in 0.2s, background ease-in 0.2s;border-top: 2px solid transparent;border-left: 2px solid transparent;border-right: 2px solid transparent;}
.product-head ul li.active {border-top: 2px solid #544EE9;border-left: 2px solid #544EE9;border-right: 2px solid #544EE9;border-bottom: 2px solid white;color: #544EE9;margin-bottom: -2px;position: relative;background-color: white;}
.product-head ul li::after{content: '';position: absolute;right: -3px;top: 15px;display: block;width: 1px;height: 18px;background: #d2d2d2;}
.product-head ul li + .active::after {display: none;}
.product-head ul li.active::after{display: none;}
.product-head ul li:hover{color: #544EE9;}
.product-head ul li:last-child::after{display: none;}
#sectionList .section{display:none;padding:20px 0;}
#sectionList .txt h2{width: 100%;height: 20px;margin-bottom: 15px;line-height: 20px;font-size: 16px;font-weight: bold;color: #333;}
#sectionList .txt p{text-indent: 30px;text-align: justify;font-size: 14px;line-height: 2;color: #363636;}
#sectionList .txt table{width: 100%;width: 100%;min-width: 580px !important;margin-top: 25px;}
#sectionList .txt table tr {height: auto;border: 1px solid #bfbfbf;}
#sectionList .txt table tr td {padding: 8px 0;width: 50%;font-size: 14px !important;text-align: left;padding-left: 10px;border-bottom: none;}
#sectionList .txt table tr td pre {white-space: pre-wrap;word-wrap: break-word;margin:0;}
#sectionList .ulshowqx{display: flex;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}
#sectionList .ulshowqx li{width: 49%;text-align: center;margin-bottom: 20px;cursor: pointer;}
#sectionList .ulshowqx li p{font-size: 14px;margin: 10px 0px;line-height: 2;}
#sectionList .ulshowqx li .adownload{max-width:200px;border: solid 1px #544EE9;text-align: center;font-size: 14px;margin: 10px auto;line-height: 2;}
#sectionList .ulshowqx li .adownload:hover{border-radius:30px;background:#544EE9;color:#fff;transition-duration:.4s;}
#sectionList .ulshowqx li .adownload:hover a{color:#fff}
#sectionList .wenda{max-width:90%;margin:0 auto;}
#sectionList .wenda li{padding-bottom: 20px;transition: all 0.2s ease;}
#sectionList .wenda li h3{margin: 0 0 12px 0;font-size: 15px;color: #1a1a1a;cursor: default;padding: 12px 0;border-bottom: 1px solid #e5e5e5;position: relative;border-left: 2px solid #544EE9;padding-left: 12px;}
#sectionList .wenda li p{padding: 0 0 0 20px;color: #555;line-height: 1.9;font-size: 14.5px;text-align: justify;letter-spacing: 0.5px;}
.product-content{padding:20px 0;border-top:1px solid #DFDFDF}
.product-goods{padding-top:40px}
.product-goods .goods-title{margin-bottom:20px;}
.product-goods .goods-title h2{font-size: 24px;font-weight: 500;border-left: solid 6px #544EE9;padding-left: 15px;color:#000;}
.product-goods .goods-info{display:flex;padding-bottom:10px;}
.product-goods .goods-info .pic{width:240px;height: 240px;cursor: pointer;background: #F4F5F6;display: flex;align-items: center;justify-content: center;border-radius: 10px;}
.product-goods .goods-info .pic img{width: 240px;height: 240px;align-items: center;border-radius: 10px;}
.product-goods .goods-info .text{flex:1 0 0;margin: 0 20px;font-size: 14px;line-height: 2;color: #444;text-align: justify;}
.product-goods .goods-info .text ul li{position: relative;padding-left: 20px;font-size: 14px;line-height: 2;}
.product-goods .goods-info .text ul li::before {content: '';display: block;position: absolute;left: 0;top: 6px;width: 4px;height: 4px;border: 4px solid transparent;border-left-color: #544EE9;width: 0;height: 0;margin-top: 3px;}
.product-goods .goods-info .text p{margin-top: 10px;text-indent: 30px;font-size: 14px;line-height: 2;text-align: justify;}
.product-goods .goods-info .text ul li p{margin:0;text-indent:0;}
.product-goods .goods-table .dataTables_wrapper{position: relative;}
.product-goods .goods-table table{width: 100%;border-collapse: collapse;table-layout: fixed;margin: 0 !important;max-width: none !important;border-spacing: 0;}
.product-goods .goods-table table tr th,
.product-goods .goods-table table tr td{overflow: hidden;text-overflow: ellipsis; white-space: nowrap;vertical-align: middle;text-align: center;box-sizing: border-box;padding:2px 5px;font-size:14px;}
.product-goods .goods-table table tr th:nth-child(1){border-top-left-radius:15px}
.product-goods .goods-table table tr th:last-child{border-top-right-radius:15px}
.product-goods .goods-table table tr .s1{width: 180px;text-align:left !important;padding:0 10px 0 20px}
.product-goods .goods-table table tr .s2{width: 90px;}
.product-goods .goods-table table tr .auto{width: auto;white-space: normal;padding: 10px;}
.product-goods .goods-table table tr .s3{width: 50px;}
.product-goods .goods-table table tr .s4{width: 50px;}
.product-goods .goods-table table tr .s5{width: 100px;}
.product-goods .goods-table table tr .s6{width: 70px;}
.product-goods .goods-table table tr .s7{width: 130px;}
.product-goods .goods-table table tr th{height: 50px;background-color: #0A0A5E;color: #fff;border-bottom: none;font-weight: 500;}
.product-goods .goods-table table tr:not(:last-child) td {background:#F8F8F8;border-bottom: 1px solid #f0f0f0;}
.product-goods .goods-table table tr td:first-child{color:#544EE9;}
.product-goods .goods-table table {border-spacing: 0;border-collapse: collapse;}
.product-goods .goods-table .num-input-wrap{display:flex;align-items:center;justify-content:center;width:90px;margin:0 auto;border:2px solid #544EE9;height:30px;border-radius:4px;}
.product-goods .goods-table .num-input-wrap .num-input{width:30px;height:26px;padding:0 2px 0 4px;border-right:1px solid #CCCCCC;background:none;}
.product-goods .goods-table .num-input-wrap .add-subtract{position: relative;;width:25px;height:26px;display:flex;flex-wrap:wrap;}
.product-goods .goods-table .num-input-wrap .add-subtract span{font-size:10px;cursor: pointer;;width:100%;height:13px;display:flex;align-items:center;justify-content:center;}
.product-goods .goods-table .num-input-wrap .cart-btn{height:26px;cursor: pointer;;width:35px;background:#544EE9}
.product-goods .goods-table .num-input-wrap .cart-btn i{color:#fff;}
.product-goods .goods-table .share,.product-goods .goods-table .check{cursor: pointer;}
.product-goods .goods-table .check.on i:before{content: "\e71d";color:#544EE9;}
.product-goods .goods-table .preview.on{color:#544EE9;cursor: pointer;}
.product-goods .goods-table .details-control a{color:#544EE9;cursor: pointer;}
.product-goods .goods-table .details-control a i{display:inline-block;transition-duration:.5s;}
.product-goods .goods-table .details-control.on a i{transform: rotate(-180deg);}
.product-goods .goods-table .price{color:#544EE9}

/* ajax返回表格数据 */
.table_content{width:100%;transition-duration:.5s;}
.table_content td{width:100% !important;padding:0 !important;text-align:left !important}
.table_content_box{padding:20px;background:#F2F2F2;}
.table_content_box .hd h3{font-size: 16px;line-height: 2;color: #333;font-weight: bold;}
.table_content_box .hd p{font-size: 16px;line-height: 2;color: #333;font-weight: bold;}
.table_content_box .download{gap:20px;margin:20px 0;display:flex;align-items:center;}
.table_content_box .download a{gap:5px;display: flex;padding: 0 15px;height: 36px;border: 1px solid #544EE9;text-align: center;border-radius: 5px;align-items: center;justify-content: center;background: #fff;cursor: pointer;color:#544EE9;}
.table_content_box .download a:hover{border-radius:40px}
.table_content_box .table-content-detail ul{display:flex;flex-wrap:wrap;}
.table_content_box .table-content-detail ul li{background:#FFFFFF;width:50%;min-height:44px;display:flex;align-items:center;padding:10px;}
.table_content_box .table-content-detail ul li p{width:50%;font-size:14px;color:#0D0E1D;    word-wrap: break-word;word-break: break-all;white-space: normal;overflow-wrap: break-word;}
.table_content_box .table-content-detail ul li p:first-child{font-weight:bold;}
.table_content_box .table-content-detail ul li p:last-child{color:#000;}
.table_content_box .table-content-detail ul li:nth-child(4n+3),
.table_content_box .table-content-detail ul li:nth-child(4n+4) {
  background: #F8F8F8;
}

/* 右侧弹出 */
.right_nav{right: 0px;bottom: 70px;position: fixed;text-align: left;z-index: 6;}
.right_nav ul{background: #fff;border: solid 1px #eee;border-right: none;border-top-left-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 0 4px 11px 0 hsla(220,4%,56%,.2);}
.right_nav ul li{background: #fff;margin: 5px 3px 6px 4px;padding: 8px 3px 3px 3px;cursor: pointer;position: relative;}
.right_nav ul li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;flex-flow: column;}
.right_nav ul li i{color: #000;font-size: 24px;}
.right_nav ul li img{width: 30px;height: 30px;}
.right_nav ul li h4{color: #333;font-size: 12px;margin-top: 3px;font-weight: 500;}
.right_nav ul li:hover{background: #F4F5F6;}
.right_nav ul li .right_nav_num{color: #ffffff;background: #544EE9;-webkit-border-radius: 999px;-moz-border-radius: 999px;border-radius: 999px;min-width: 16px;height: 16px;padding: 0 4px;font-size: 12px;line-height: 16px;display: inline-block;text-align: center;position: absolute;border: 1px solid #544EE9;top: 6px;right: 8px;white-space: nowrap;box-sizing: border-box;}
.right_nav .right_navul2{opacity: 0;margin-top: 15px;transition: .2s all ease;}
.right_nav #jrmsg{position: absolute;width: 150px;right: 80px;z-index: 100;height: 40px;line-height: 40px;padding: 0 10px;font-size: 14px;transform: scale(.95);transform-origin: right;transition: opacity .4s, transform .3s ease-out;background: #fff;box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);text-align: center;border-radius: 10px;display: none;}
.right_nav #jrmsg:before{border: 8px solid transparent;border-left-color: #fff;content: " ";height: 0;left: 100%;position: absolute;width: 0;right: 0;top: 10px;}
.right_nav #jrmsg i{margin-right: 5px;font-size: 14px;color: #45bf40;}











