.slider {
    position: relative;
    height: 500px;
}

.slider-video {
    right: 0;
    opacity: 1;
    background-blend-mode: overlay;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: opacity .5s;
    position: absolute;
    top: 0;
}

.slider-video-url {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-content {
    position: absolute;
    width: 40%;
    flex-wrap: wrap;
}

.slider-title {
    font-size: 42px;
    font-weight: bolder;
    margin-bottom: 20px;
    width: 100%;
}

.slider-desc {
    font-size: 16px;
    color: #999;
    margin-bottom: 40px;
    line-height: 1.5;
    width: 100%;
}

.slider-btn {
    width: 100%;
}

.slider-btn-item {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 4px;
    background-color: #007BFF;
    color: #fff;
    font-size: 16px;
}

.slider-btn-item:hover {
    background-color: #006BDD;
}

.slider-small {
    position: relative;
    height: 200px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
    background: url(../img/product.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.slider-small .slider-desc {
    margin-bottom: 0;
}

.banner {
    background-color: #fff;
}

.banner-content {
    gap: 20px;
    padding: 20px 0;
}

.banner-item {
    margin-right: 40px;
}

.banner-item:last-child {
    margin-right: 0;
}

.banner-title {
    margin-bottom: 10px;
}

.banner-title i {
    font-size: 24px;
    margin-right: 10px;
    color: #007BFF;
}

.banner-title h2 {
    font-size: 18px;
    font-weight: 500;
}

.banner-desc {
    color: #666;
    line-height: 1.5;
}

.base-tabs{background:#fff;justify-content:space-between;overflow:hidden;padding:12px;border:1px solid #eee}
.base-tabs .base-tab{padding:0 12px;margin:0 10px;height:40px;line-height:40px;font-size:16px;cursor:pointer}
.base-tabs .base-tab:first-child{margin-left:0}
.base-tabs .base-tab:last-child{margin-right:0}
.base-tabs .base-tab:hover{background:#f6f8fd}
.base-tabs .bi{margin-right:6px;color:#007bff;font-size:20px}
.base-tabs .base-tab.active{background:#007bff;color:#fff}
.base-tabs .base-tab.active .bi{color:#fff}
.base-content{margin-top:20px;display:none}
.base-content.active{display:flex}
.product{padding:80px 0}
.product-wrapper{width:100%;gap:20px;}
.product-intro{width:25%;background:#fff;margin-right:20px;border:1px solid #eee}
.product-box{padding:20px}
.product-image{width:100%;height:155px;margin-bottom:20px}
.product-image img{width:100%;height:100%}
.product-name{font-size:20px}
.product-meta{margin-top:10px}
.product-meta span{display:inline-block;background:#edf1ff;color:#50627f;font-size:12px;padding:6px 12px;margin-right:5px}
.product-info p{margin-top:18px;font-size:14px;line-height:26px;color:#50627f}
.product-box .button,.price-link{margin-top:40px;cursor:pointer;justify-content:center;background:#fff;border:1px solid #007bff;width:100%;font-size:16px;color:#007bff;height:50px;line-height:50px}
.product-card,.product-list{width:75%}
.price-link{margin-top:0}
.product-list{border:1px solid #eee;overflow:hidden}
.product-row{border-collapse:collapse;width:100%;text-align:center}
.product-item{background:#fff;border-bottom:1px solid #eee;cursor:pointer;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}
.product-item span{font-size:14px;color:#aaa;display:block;margin-bottom:8px;font-weight:300}
.product-item:hover{background:#f6f8fd}
.product-item td{padding:23px 20px;font-size:16px;font-weight:bold}
.product-item td.price{color:#007bff;font-size:18px}
.product-more{background:#fff;width:100%;text-align:center}
.product-row .item-link{color:#007bff;border:1px solid #007bff;padding:6px 12px}
.product-row .item-link:hover{background:#007bff;color:#fff}
.product-more .more-link{display:block;padding:12px 0;border-top:0;font-size:14px}
.product-more .more-link .bi{margin-left:6px}
.product-more .more-link:hover{color:#007bff}
.product-price{width:100%;border:1px solid #eee;padding:20px;background:#fff}
.product-price:last-child{margin-right:0}
.product-price h4{font-size:18px}
.product-price .price{margin-top:10px;align-items:baseline}
.product-price .price h2{font-size:36px;font-weight:bold;color:#007bff}
.product-price .price span{font-size:14px;color:#bbb;margin-left:6px}
.price-info{margin:16px 0;padding:16px 0;border-top:1px solid #eee}
.price-info li{padding:10px 0;font-size:14px;color:#50627f}
.price-info .bi{font-size:16px;margin-right:10px;color:#ccc}
.price-link:hover{background:#007bff;color:#fff}

.network {
    background-color: #fff;
    padding: 80px 0;
}

.network-content {
    position: relative;
    flex-wrap: wrap;
}

.network-left {
    position: absolute;
    width: 35%;
    z-index: 1;
}

.network-info {
    margin-bottom: 20px;
    color: #4a5568;
    font-size: 17px;
    line-height: 27px;
}

.network-link {
    margin-top: 42px;
    background: transparent;
    position: relative;
    width: fit-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
}

.network-link a {
    color: #007BFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: .2px;
    text-align: left;
    margin-right: 26px;
    white-space: nowrap;
}

.network-link i {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #007BFF;
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.network-link .ri-arrow-right-long-line {
    opacity: 0;
    transform: translateX(-10px) scale(0.8);
}
.network-link:hover .ri-arrow-right-s-line {
    opacity: 0;
    transform: translateX(10px) scale(0.8);
}

.network-link:hover .ri-arrow-right-long-line {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.network-right {
    width: 100%;
}
.network-map {
    width: 640px;
    height: 370px;
    position: relative;
    float: right;
    background: url(../img/map.svg) 50% no-repeat;
    background-size: contain;
}
.network-item {
    width: 17px;
    height: 12px;
    position: absolute;
    background: url(../img/dot.png) 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}
.network-hk {
    top: 180px;
    right: 150px;
}
.network-us {
    top: 150px;
    left: 90px;
}
.network-jp {
    top: 140px;
    right: 80px;
}
.network-kr {
    top: 125px;
    right: 90px;
}
.network-sg {
    top: 210px;
    right: 175px;
}
.network-card {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -36px;
    left: -50%;
    transform: translate(-35%, -50%);
    padding: 14px 24px;
    z-index: 1;
    background: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    color: #1a202c;
    box-shadow: 0 12px 28px 0 #1a202c14;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.network .active {
    opacity: 1;
    visibility: visible;
}
.network-img {
    width: 23px;
    height: 16px;
}
.network-img img {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 6px 0 #1a202c33;
}
.network-name {
    padding-left: 12px;
}
.network-footer {
    padding: 30px;
    background: #f9fbff;
    border-radius: 6px;
}
.network-intro-title {
    display: flex;
    align-items: center;
}
.network-intro-title i {
    color: #007BFF;
    font-size: 38px;
}
.network-intro-title span {
    padding-left: 12px;
    color: #1a202c;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}
.network-intro-desc {
    padding-top: 10px;
    padding-left: 44px;
    font-size: 15px;
    line-height: 24px;
    color: #4a5568;
}

.honor{padding:80px 0}
.honor-list{justify-content:space-between;margin-bottom:20px}
.honor-list:last-child{margin-bottom:0}
.honor li{text-align:center;background:#fff;border:1px solid #eee;padding:20px;width:240px}
.honor li img{width:auto;height:100px}
.honor-title{font-size:14px}

.service{background:#fff;padding:80px 0}
.service-box{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}
.service-item{position:relative;overflow:hidden;cursor:pointer}
.service-content{position:relative;padding:30px;z-index:999}
.service-image{width:100%;height:100%;position:absolute;left:0;top:0;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;overflow:hidden;background-image:-moz-linear-gradient(-15deg,#d3dff0 0%,#e9eef6 100%);background-image:-webkit-linear-gradient(-15deg,#d3dff0 0%,#e9eef6 100%);background-image:-ms-linear-gradient(-15deg,#d3dff0 0%,#e9eef6 100%)}
.service-image:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background:linear-gradient(45deg,#007bff,transparent);opacity:0;filter:brightness(1.2);-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.service-base .big{font-size:42px;color:#007bff;font-weight:bold}
.service-base .small{font-size:20px;margin-left:2px;transform:translateY(-12px);color:#3251c3}
.service-info{margin-top:20px}
.service-info .title{font-size:22px}
.service-info .sub-title{font-size:16px;margin-top:10px;color:#50627f}
.service-image img{width:100%;position:relative;height:100%;object-fit:cover;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.service-item:hover .service-image img{transform:translate(5px,5px)}
.service-item:hover .service-image::after{opacity:0.35}
.service-item:hover .service-base .big,.service-item:hover .service-base .small,.service-item:hover .service-info .title{color:#fff}
.service-item:hover .service-info .sub-title{color:#f1f1f1}

.article {
    padding: 80px 0;
}

.article-box {
    gap: 20px;
}

.article-item {
    width: 33.3333%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
}

.article-head {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.article-title i {
    font-size: 24px;
    margin-right: 10px;
    color: #007BFF;
}

.article-title h2 {
    font-size: 16px;
    font-weight: 500;
}

.article-more {
    font-size: 14px;
    color: #999;
}

.article-list {
    padding: 10px 20px;
}

.article-list li {
    position: relative;
    padding: 10px 0;
}

.article-date {
    position: absolute;
    right: 0;
    color: #999;
}

.article-link {
    padding-right: 50px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}