a {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

em {
    font-style: normal;
}
img {
    filter: blur(0);
    transition: filter 1s;
    border: none;
    outline: none;
}
ol,ul{list-style:none}

li{display:list-item}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.icons {
    background-image: url("../image/icon.png");
    background-repeat: no-repeat;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.5;
    color: #1F2937;
    background-color: white;
}
.contact-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid #E5E7EB;
    z-index: 99999;
    height: 64px;
}
.contact-bar-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*width: 180px;*/
}
.logo  a {
    width: 100%;
}
.contact-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1F2937;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s;
}

.contact-item:hover {
    color: #1D2297;
}

.contact-item svg {
    width: 16px;
    height: 16px;
}
.btn-quote {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    font-family: 'Inter', sans-serif;
    background-color: #1D2297;
    color: white;
}
.btn-quote:hover {
    background-color: #161B78;
    color: white;
}
.btn-quote a {
    color: #fff;
}

.contact-right .lang .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1F2937;
    padding: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact-right .lang .dropdown-toggle .i-down {
    width: 10px;
    height: 6px;
    background-position: 0 0;
    margin-left: 10px;
    margin-top: 3px;
}
.contact-right .lang .dropdown-menu {
    margin-top: -1px;
    left: unset;
    right: -8px;
    border: none;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    min-width: 120px;
    border-radius: 0 0 5px 5px;
}
.contact-right .lang:hover .dropdown-menu {
    display: flex;
}
.contact-right .lang .dropdown-menu dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.contact-right .lang .dropdown-menu dd a {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    width: 100%;
    position: relative;
}
.contact-right .lang .dropdown-menu dd a:before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.contact-right .lang .dropdown-menu dd a:hover:before {
    background: #C9151E;
    width: 100%;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact-right .lang .dropdown-menu dd a img {
    width: 24px;
    margin-right: 5px;
}
.h-btn  {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border: none;
    margin-top: 4px;
}
.h-btn svg {
    width: 1rem;
    height: 1rem;
    color: #1F2937;
    stroke-width: 1.5;
}
.h-qrcode {
    position: relative;
}
.h-qrcode .qr-image {
    position: absolute;
    left: 0;
    top: calc(100% + 18px);
    background: #fff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9999;
}
.h-qrcode:hover .qr-image {
    opacity: 1;
    height: 168px;
    box-shadow: 0 2px 4px rgb(0,0,0,0.1);
}
.h-qrcode .qr-image img {
    width: 144px;
    height: 144px;
}
.h-qrcode .qr-image span {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

/* Smart Sticky Navigation */
nav {
    transition: all 0.3s;
    z-index: 40;
}

nav.transparent {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background-color: transparent;
}

nav.sticky,nav.on-sticky {
    position: fixed;
    top: 64px;
    z-index: 9999;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
nav.on-sticky {
    position: sticky !important;
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0;
    min-height: 72px;
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    /*gap: 48px;*/
    list-style: none;
}
.nav-links li.navLevelOne {
    position: relative;
}
.nav-links li .nav-link {
    position: relative;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.nav-links li .nav-link.active {
    background: #C9151E;
}

nav.transparent .nav-links li .nav-link {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

nav.sticky .nav-links li .nav-link ,nav.on-sticky .nav-links li .nav-link {
    color: #1F2937;
    text-shadow: none;
}
nav.sticky .nav-links li .nav-link.active,nav.on-sticky .nav-links li .nav-link.active {
    color: #fff;
    text-shadow: none;
}

nav.sticky .nav-links li .nav-link:hover,nav.on-sticky .nav-links li .nav-link:hover {
    color: #1D2297;
}
nav.sticky .nav-links li .nav-link.active:hover,nav.on-sticky .nav-links li .nav-link.active:hover {
    color: #fff;
}

/*.nav-links li .nav-link::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 3px;*/
/*    background-color: #C9151E;*/
/*    transform: scaleX(0);*/
/*    transform-origin: left;*/
/*    transition: transform 0.3s;*/
/*}*/

/*.nav-links li .nav-link:hover::after,*/
/*.nav-links li .nav-link.active::after {*/
/*    transform: scaleX(1);*/
/*}*/
.navContainer {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 5;
    border-top: 3px solid #C9151E;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    background-color: #fff;
    max-width: 1280px;
    min-width: 100%;
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    animation-duration: 0.2s;
}

.navLevelOne--click .navContainer {
    left: 0;
    overflow-x: hidden;
    visibility: visible;
}
.navContainer--hidden {
    visibility: hidden;
}

.navLevelTwo-back {
    display: none;
}
.navLevelTwo {
    position: relative;
    vertical-align: top;
    /*padding-right: 20px;*/
    /*width: 160px;*/
    min-width: 100%;
}
.navLevelThree {
    /*padding-left: 25px;*/
}
.navLevelThree-back {
    display: none;
}
.navLevelThree-item {
    /*margin-bottom: 15px;*/
}
.navLevelThree-item a {
    font-size: 15px;
    font-weight: 600;
    color: #1F2937;
    white-space: nowrap;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 20px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.navLevelThree-item a:hover {
    color: #fff;
    background: #C9151E;
}






/* banner Section */

.banners {
    width: 100%;
    position: relative;
}

.banners .banner {
    width: 100%;
    height: 800px;
    overflow: hidden;
}
.banners .banner .swiper-wrapper .swiper-slide {
    overflow: hidden;
    z-index: 10;
}
.banner .swiper-wrapper .swiper-slide .banner-bg {
    position: absolute;
    inset: 0;
}

.banner .swiper-wrapper .swiper-slide .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-wrapper .swiper-slide .banner-bg .banner-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(29,34,151,0.92) 0%, rgba(29,34,151,0.5) 50%, transparent 100%);
}

.banner .swiper-wrapper .swiper-slide .banner-content {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 240px 0 0;
}

.banner .swiper-wrapper .swiper-slide .banner-content .banner_info_box {
    max-width: 100%;
    position: relative;
}
.banner .swiper-wrapper .swiper-slide .banner_info_box h1 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.1;
    color: white;
    margin-bottom: 40px;
    transform: translateY(100%);
    opacity: 0;
    transition: all ease 1.6s .6s;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner_info_box h1 {
    transform: translateY(0);
    opacity: 1;
}

.banner .swiper-wrapper .swiper-slide .banner_info_box p {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    margin-bottom: 60px;
    transform: translateY(100%);
    opacity: 0;
    transition: all ease 1.6s .6s;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner_info_box p {
    transform: translateY(0);
    opacity: 1;
}

.banner .swiper-wrapper .swiper-slide .banner-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    transform: translateY(100%);
    opacity: 0;
    transition: all ease 1.6s .6s;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-buttons {
    transform: translateY(0);
    opacity: 1;
}
.banner .swiper-wrapper .swiper-slide .banner-buttons a {
    color: #fff;
}
.banners .banner .swiper-pagination {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 30px;
}
.banners .banner .swiper-pagination .swiper-pagination-bullet {
    margin: 3px 5px !important;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 6px;
    height: 6px;
    transition: all ease .3s;
}
.banners .banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 15px;
    background: #C9151E;
}
.banners .banner .b_btn_prev {
    color: rgba(255,255,255,0.1);
    border-radius: 50%;
    border: none;
    height: 60px;
    width: 60px;
    transition: all ease .3s;
    left: 1%;
}
.banners .banner .b_btn_next {
    color: rgba(255,255,255,0.1);
    border-radius: 50%;
    border: none;
    height: 60px;
    width: 60px;
    transition: all ease .3s;
    right: 1%;
}
.banners .banner .b_btn_prev:hover,.banners .banner .b_btn_next:hover {
    color: rgba(255, 255, 255, 1);
    /*border: 1px solid rgba(255, 255, 255, 1);*/
}
.banners .banner .swiper-button-next:after, .banners .banner .b_btn_prev:after {
    font-size: 12px;
    transition: all ease .3s;
    color: rgba(255,255,255,0.2);
}
.banners .banner .swiper-button-next:hover:after, .banners .banner .b_btn_prev:hover:after {
    font-size: 24px;
    color: rgba(255,255,255,1);
    transition: all ease .3s;
}

.banners .banner .swiper-slide .b-video {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.banners .banner .swiper-slide .b-videoPoster {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: transform ease 2s;
    transform: scale(1);
    cursor: pointer;
    /*z-index: 19*/
}

.banners .banner .swiper-slide.swiper-slide-active .b-videoPoster {
    transform: scale(1)
}
.banners .banner .swiper-slide .b-videoPoster img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.18);
    width: auto;
    height: 100%
}

.btn-large {
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}

.btn-red {
    background-color: #C9151E;
    color: white;
}

.btn-red:hover {
    background-color: #A01016;
    color: #fff;
}

.btn-outline {
    background-color: transparent;
    color: white;
    border: 1px solid rgba(255,255,255,0.75);
}

.btn-outline:hover {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}

.banner .swiper-wrapper .swiper-slide .banner-content .banner_info_box .cert-links {
    display: flex;
    gap: 24px;
    transform: translateY(100%);
    opacity: 0;
    transition: all ease 1.6s .6s;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-content .banner_info_box .cert-links {
    transform: translateY(0);
    opacity: 1;
}

.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-content .banner_info_box .cert-links .cert-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-content .banner_info_box .cert-links .cert-link:hover {
    color: white;
    text-decoration: underline;
}

/* Sections */
.section {
    padding: 72px 0;
}
.pt0 {
    padding-top:0;
}
.pd2rem {
    padding: 2rem 0;
}
.section-about {
    background-color: #fff;
}
.section-container {
    max-width: 1280px;
    margin: 0 auto;
}

.section-title {
    font-size: 44px;
    font-weight: 700;
    color: #1D2297;
    text-align: center;
    margin-bottom: 48px;
    font-family: Inter;
}
.section-tip {
    text-align:center;
    color:#1F2937;
    font-size:18px;
    margin-bottom:48px;
    margin-top:-24px;
}

/* Grid Layouts */
.grid-2 {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 64px;
    align-items: center;
}
.grid-2-5 {
    display: grid;
    grid-template-columns: 5fr 5fr;
    gap: 48px;
    align-items: center;
}

.grid-2s {
    display: grid;
    grid-template-columns: 6fr 5fr;
    gap: 48px;
    align-items: center;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.about .about-left .t1 {
    color: #C9151E;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.about .about-left .t2 {
    color: #1D2297;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 32px;
}
.about .about-left p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}
.about .about-left .about-btn {
    margin-top:24px;
    color: #1D2297;
    background: transparent;
    border: 1px solid #1D2297;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
}
.about .about-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.about .ll-image {
    width: 100%;
    height: 360px;
    display: flex;
    border-radius: 10px;
}
.about .ll-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.about .video {
    display: flex;

}
.about .video .cboxElement,.about .video .v-image {
    width: 100%;
    height: 400px;
    display: flex;
    position: relative;
}
.about .video .cboxElement img,.about .video .v-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about .video .cboxElement .v-btn{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    left: calc(50% - 2.5rem);
    top: calc(50% - 2.5rem);
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: all 0.3s;
}
.about .video .cboxElement:hover .v-btn {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.about .video .cboxElement .v-btn svg {
    color: #1D2297;
    fill: #1D2297;
    width: 2rem;
    height: 2rem;
    margin-left: 0.25rem
}
.about .video .cboxElement .v-tag ,.about .video .v-image .v-tag {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    font-family: 'Inter';
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
}
.about .video .cboxElement:hover .v-tag ,.about .video .v-image:hover .v-tag {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}


.section-trust {
    background-color: white;
    padding-bottom: 96px;
}
.section-trust .trust-metrics {
    background-color: #F5F7FF;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 48px;
}

.section-trust .trust-metrics .metric {
    text-align: center;
    padding: 0 32px;
}

.section-trust .trust-metrics .metric-number {
    font-size: 40px;
    font-weight: 700;
    color: #1D2297;
    line-height: 1;
    margin-bottom: 12px;
}

.section-trust .trust-metrics .metric-label {
    font-size: 14px;
    font-weight: 500;
    color: #1F2937;
    letter-spacing: 0.3px;
}

.section-trust .trust-metrics .metric:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,0.1);
}
.section-card {
    background-color: #fff;
}
.section-card .card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.section-card .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(29,34,151,0.15);
}

.section-card .card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.section-card .card-content {
    padding: 24px;
}

.section-card .card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1D2297;
    margin-bottom: 10px;
}

.section-card .card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #1F2937;
    margin-bottom: 16px;
}
.section-card .badge-box {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}
.section-card .badge-box .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #F5F7FF;
    color: #1D2297;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}
.section-card .card-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-card .card-more .more-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #1D2297;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D2297;
}


.section-product {
    background:#F5F7FF;
}

.section-product .product-filter {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px
}

.section-product .product-filter .filter-btn {
    padding: 12px 32px;
    border-radius: 24px;
    border: 1px solid #1D2297;
    background: #fff;
    color: #1D2297;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s
}

.section-product .product-filter .filter-btn.active {
    background: #1D2297;
    color: #fff
}
.section-product .product-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.section-product .product-box {
    display:none;
    grid-template-columns:repeat(4,1fr);
    gap:2%;
}
.section-product .product-box.active {
    display:grid;
}
.section-product .product-box .product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    cursor: pointer;
    transition: all .3s;
    /*min-height: 440px;*/
    display: flex;
    flex-direction: column
}

.section-product .product-box .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(29, 34, 151, .12)
}

.section-product .product-box .product-card .product-image {
    aspect-ratio: 1/1;
    overflow: hidden
}

.section-product .product-box .product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.section-product .product-box .product-card:hover .product-image img {
    transform: scale(1.05)
}

.section-product .product-box .product-card .product-info {
    padding: 20px;
    flex-grow: 1
}

.section-product .product-box .product-card .product-info .product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px
}

.section-product .product-box .product-card .product-info .product-tags .tag {
    background: #F5F7FF;
    color: #1D2297;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    width: calc((100% - 16px) / 3);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section-product .product-box .product-card .product-info .product-title {
    color: #1D2297;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-product .product-box .product-view {
    background:#fff;
    border:2px dashed #1D2297;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    /*min-height:440px;*/
    cursor:pointer;
    text-align:center;
    padding:20px
}
.section-product .product-box .product-view .pro-more-svg {
    width:48px;
    height: 48px;
    color: #1D2297
}
.section-product .product-box .product-view .pro-more-t {
    color:#1D2297;
    font-size:18px;
    font-weight:700;
    margin-bottom:4px
}
.section-product .product-box .product-view .pro-more-c {
    color:#1D2297;
    font-size:14px
}
.solution {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.solution .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.solution .solution-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.solution .solution-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
}
.solution .solution-swiper .swiper-wrapper .swiper-slide:hover {
    transform: translateY(-4px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.solution .solution-swiper .swiper-wrapper .swiper-slide .image {
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.solution .solution-swiper .swiper-wrapper .swiper-slide:hover .image {
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.solution .solution-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.solution .solution-swiper .swiper-wrapper .swiper-slide:hover .image img {
    border-radius: 5px 5px 0 0;
}
.solution .solution-swiper .swiper-wrapper .swiper-slide .p1 {
    font-size: 20px;
    font-weight: bold;
    color: #1D2297;
    text-align: left;
    padding: 20px 0 10px;
    width: 100%;
}
.solution .solution-swiper .swiper-wrapper .swiper-slide .p2 {
    font-size: 15px;
    color: #1F2937;
    padding: 0 0 30px;
    width: 100%;
    max-height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.solution .list .swiper-button-next {
    right: -20px;
    left: unset;
    top: 50%;
    bottom: unset;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.solution .list .swiper-button-next:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.solution .list  .swiper-button-prev {
    left: -20px;
    right: unset;
    top: 50%;
    width: 40px;
    height: 40px;
    bottom: unset;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.solution .list .swiper-button-prev:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.solution .list  .swiper-button-prev:after,.solution .list  .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
    color: #1D2297;
}
.solution .solution-btn {
    margin-top:24px;
    color: #1D2297;
    background: transparent;
    border: 1px solid #1D2297;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
}
.section-service {
    padding-bottom: 140px;
}
.service {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.service .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.service .service-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: grid;
}
.service .service-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    background: #F5F7FF;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 32px 24px;
    box-shadow: rgba(0,0,0,0.04) 0 2px 8px;
    border: 1px solid rgba(29, 34, 151, 0.08);
    border-radius: 4px;
}
.service .service-swiper .swiper-slide:hover {
    box-shadow: rgba(0,0,0,0.15) 0 8px 20px;
    border: 1px solid rgba(29, 34, 151, 0.2);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service .service-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    overflow: hidden

}
.service .service-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service .service-swiper .swiper-wrapper .swiper-slide p.p1 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    color: #1D2297;
    text-align: center;
    width: 100%;
}
.service .service-swiper .swiper-wrapper .swiper-slide p.p2 {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    max-height: 60px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service .list .swiper-button-next {
    right: calc(50% - 50px);
    left: unset;
    top: calc(100% + 40px);
    bottom: unset;
    width: 40px;
    height: 40px;
    background: #1D2297;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service .list .swiper-button-next:hover {
    background: #13176F;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service .list  .swiper-button-prev {
    left: calc(50% - 50px);
    right: unset;
    top: calc(100% + 40px);
    width: 40px;
    height: 40px;
    bottom: unset;
    background: #1D2297;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service .list .swiper-button-prev:hover {
    background: #13176F;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service .list  .swiper-button-prev:after,.service .list  .swiper-button-next:after {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.work {
    display: flex;
    flex-direction: column;
}

.work .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.work .list dd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: calc(50% - 15px);
    margin-right: 30px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.06) 0 2px 12px;
    transform: translateY(0px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.work .list dd:hover {
    box-shadow: rgba(0,0,0,0.1) 0 8px 24px;
    transform: translateY(-4px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.work .list dd:nth-child(2n){
    margin-right: 0;
}
.work .list dd  .image {
    height: 240px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.work .list dd .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.work .list dd .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 32px 32px;
}
.work .list dd .box .tag {
    width: 64px;
    height: 64px;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.work .list dd .box .tag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.work .list dd .box .tit {
    display: flex;
    width: 100%;
}
.work .list dd .box .tit h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
    color: #1D2297;
    line-height: 24px;
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.work .list dd .box .tag1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 16px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.work .list dd .box .desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
    color: #1F2937;
}
.work .list dd .box .more {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 6px;
    color: #1D2297;
    border: 1px solid #1D2297;
}

.work .work-btn {
    margin-top:24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.work .work-btn a {
    color: #1D2297;
    background: transparent;
    border: 1px solid #1D2297;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}

.section-capabilities {
    background: #1D2297;
    padding: 72px 0;
    color: #fff;
}
.capabilities {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
}
.capabilities .section-title {
    color: #fff;
}
.capabilities .section-tip {
    color: #fff;
}
.capabilities .capabilities-swiper {
    width: 100%;
    padding-bottom: 10px;
}
.capabilities .capabilities-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid rgba(29, 34, 151, 0.08);
    border-radius: 4px;
    padding: 10px;
    background: rgba(255,255,255,0.1);
}
.capabilities .capabilities-swiper .swiper-slide:hover {
    box-shadow: rgba(0,0,0,0.15) 0 8px 20px;
    border: 1px solid rgba(29, 34, 151, 0.2);
    background: rgba(255,255,255,0.2);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.capabilities .capabilities-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.capabilities .capabilities-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.capabilities .capabilities-swiper .swiper-wrapper .swiper-slide .box {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 101px;
}
.capabilities .capabilities-swiper .swiper-wrapper .swiper-slide .box a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.capabilities .capabilities-swiper .swiper-wrapper .swiper-slide .box a h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 6px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.capabilities .capabilities-swiper .swiper-wrapper .swiper-slide .box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.75;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.capabilities .swiper-button-next {
    right:10px;
    left: unset;
    top: 90px;
    bottom: unset;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0,0,0,0.15) 0 2px 6px;
    background: rgba(255,255,255,0.1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.capabilities  .swiper-button-prev {
    left: unset;
    right: 68px;
    top: 90px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0,0,0,0.15) 0 2px 6px;
    background: rgba(255,255,255,0.1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.capabilities  .swiper-button-prev:after,.capabilities  .swiper-button-next:after {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.capabilities  .swiper-button-prev:hover,.capabilities .swiper-button-next:hover {
    background: rgba(255,255,255,0.2);
}

.news {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.news .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.news .news-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news .news-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.06) 0 2px 8px;
    border: 1px solid #1D2297;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
}
.news .news-swiper .swiper-wrapper .swiper-slide:hover {
    box-shadow: rgba(29,34,151,0.12) 0 8px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news .news-swiper .swiper-wrapper .swiper-slide .image {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.news .news-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}
.news .news-swiper .swiper-wrapper .swiper-slide .box {
    padding: 24px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.news .news-swiper .swiper-wrapper .swiper-slide .box .tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.news .news-swiper .swiper-wrapper .swiper-slide .box .tags span {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    color: #6B7280;
}
.news .news-swiper .swiper-wrapper .swiper-slide .box .tags span.cate {
    color: #1D2297;
    background-color: #F5F7FF;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 12px;
    margin-right: 20px;
}
.news .news-swiper .swiper-wrapper .swiper-slide .box .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.news .news-swiper .swiper-wrapper .swiper-slide .box .t h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 16px;
    min-height: 50px;
    color: #1D2297;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .news-swiper .swiper-wrapper .swiper-slide .box .more {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #1D2297;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news .news-swiper .swiper-wrapper .swiper-slide .box .more svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.news .list .swiper-button-next {
    right: -20px;
    left: unset;
    top: calc(50% + 12px);
    bottom: unset;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news .list .swiper-button-next:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news .list  .swiper-button-prev {
    left: -20px;
    right: unset;
    top: calc(50% + 12px);
    width: 40px;
    height: 40px;
    bottom: unset;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news .list .swiper-button-prev:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news .list  .swiper-button-prev:after,.news .list  .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
    color: #1D2297;
}

.faq .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}

.faq .list .faq-item {
    border-bottom: 1px solid #E5E7EB;
    width: 100%;
}
.faq .list .faq-item .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: none;
    border: none;
    color: #1D2297;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: color .3s;
    outline: none;
}
.faq .list .faq-item .faq-question .chevron {
    transition: transform .3s;
}
.faq .list .faq-item .faq-question .chevron.rotated {
    transform: rotate(180deg);
}
.faq .list .faq-item .faq-answer {
    display: none;
    padding-bottom: 24px;
    padding-top: 12px;
    color: #1F2937;
    font-size: 15px;
    line-height: 1.6;
}
.faq .list .faq-item .faq-answer.active {
    display: block;
}
.section-ads {
    background:#F5F7FF
}
.ads {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.ads h2 {
    color:#1D2297;
    font-size:40px;
    font-weight:700;
    margin-bottom:16px
}
.ads p {
    color:#1F2937;
    font-size:18px;
    margin-bottom:32px
}
.ads .btns {
    display:flex;
    justify-content:center;
    gap:16px;
}
.ads .btns .btn-hero-primary {
    background: #C9151E;
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}
.ads .btns .quote {
    background: #C9151E;
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}
.ads .btns .team {
    background:#1D2297;
    color:#fff;
    border:none;
    padding:16px 40px;
    border-radius:6px;
    font-size:16px;
    font-weight:600;
}

.footer {
    background-color: #1F2937;
    color: white;
}

.footer-section {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 60px 80px 44px;
}
.footer .footer-logo {
    grid-column: span 2;
}
.footer .footer-logo .image img {
    max-width: 132px;
}
.footer .footer-logo p {
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px;
    margin-top: 10px;
}
.footer h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
}

.footer li {
    margin-bottom: 12px;
}

.footer a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s;
}

.footer a:hover {
    opacity: 0.8;
}
.footer .company-item .p1 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.footer .company-item .p2 {
    font-size: 14px;
    margin-bottom: 4px;
}
.footer .company-item .p3 {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer .company-item img {
    width: 128px;
    height: 128px;
}

.copyright {
    text-align: center;
    padding: 32px;
    font-size: 13px;
    opacity: 0.8;
}

.page-banners {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 560px;
    overflow: hidden;
}
.page-banners .page-banner {
    background-size: cover;
    background-position: center center;
    min-height: 560px;
    width: 100%;
    height: 100%;
    position: relative;
}
.page-banners .page-banner .banner-gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(29, 34, 151, 0.95) 0%, rgba(29, 34, 151, 0.85) 25%, rgba(29, 34, 151, 0.65) 50%, rgba(29, 34, 151, 0.35) 70%, rgba(29, 34, 151, 0) 100%);
}
.page-banners .page-banner .page-banner-box {
    position: relative;
    z-index: 9;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
}

.page-banners .page-banner .page-banner-box .b-title {
    max-width: 60%;
    font-family: 'Inter';
    line-height: 1.1;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}
.page-banners .page-banner .page-banner-box .b-tag {
    max-width: 60%;
    font-family: 'Inter';
    line-height: 1.5;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    opacity: 0.95;
}
.sec-position {
    border-bottom: 1px solid rgba(229,231,235,1);
    padding: 1.5rem 0 1.5rem;
}
.sec-position .page-position {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
.sec-position .page-position li {
    display: flex;
}
.sec-position .page-position li a {
    font-family: 'Inter';
    color: rgba(31,41,55,1);
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sec-position .page-position li a:before {
    content:'';
    position: absolute;
    left: 0;
    bottom: -1.59rem;
    width: 0;
    height: 3px;
    background: #1D2297;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sec-position .page-position li a:hover,.sec-position .page-position li.active a {
    color: #1D2297;
}
.sec-position .page-position li a:hover:before,.sec-position .page-position li.active a:before {
    width: 100%;
}

.pos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #333;
}
.pos svg {
    width:16px;
    height:16px;
    margin-right: 5px;
}
.pos ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pos ul li {
    position: relative;
}
.pos ul li:not(:first-child) {
    padding-left: 20px;
}
.pos ul li:not(:first-child)::before {
    content: '>';
    position: absolute;
    left: 3px;
    color: #1F2937;
}
.pos a {
    font-size: 16px;
    color: #1F2937;
}
.pos a:hover {
    color: #1d2297;
}
.pos span {
    color: #1d2297;
}


.cert {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cert .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.cert .cert-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cert .cert-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cert .cert-swiper .swiper-wrapper .swiper-slide .image {
    border-radius: 5px 5px;
    width: 100%;
    /*height: 360px;*/
    overflow: hidden;
    border-color: rgb(229, 231, 235);
    aspect-ratio: 210 / 297;
    box-shadow: rgba(0,0,0,0.05) 0 2px 4px;
    transition: all .3s;
}
.cert .cert-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px;
    object-fit: cover;
}
.cert .cert-swiper .swiper-wrapper .swiper-slide:hover .image {
    box-shadow: rgba(0,0,0,0.1) 0 8px 16px;
    transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.cert .cert-swiper .swiper-wrapper .swiper-slide .t {
    font-family: 'Inter';
    color: #1F2937;
    line-height: 1.5;
    font-weight: 500;
    font-size: 20px;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}

.cert .list .swiper-button-next {
    right: -70px;
    left: unset;
    top: 50%;
    bottom: unset;
    width: 48px;
    height: 48px;
    background: #1D2297;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cert .list .swiper-button-next:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cert .list  .swiper-button-prev {
    left: -70px;
    right: unset;
    top: 50%;
    width: 48px;
    height: 48px;
    bottom: unset;
    background: #1D2297;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cert .list .swiper-button-prev:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cert .list  .swiper-button-prev:after,.cert .list  .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.section-advs {
    background-color: #fff;
}
.section-advs .advs-item {
    border-radius: 0.5rem;
    padding: 2rem;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.section-advs .advs-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.section-advs .advs-item .image {
    margin-bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
}

.section-advs .advs-item .t {
    font-family: 'Inter';
    color: #1F2937;
    line-height: 1.25;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.75rem;
}
.section-advs .advs-item .p {
    font-family: 'Inter';
    color: #6B7280;
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
}

.section-card .card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1D2297;
    margin-bottom: 10px;
}

.section-card .card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #1F2937;
    margin-bottom: 16px;
}
.section-card .badge-box {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}
.section-card .badge-box .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #F5F7FF;
    color: #1D2297;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}
.section-card .card-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-card .card-more .more-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #1D2297;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D2297;
}

.section-company {
    background-color: #F5F7FF;
}

.section-company .company-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}
.section-company .company-list a {
    width: calc((100% - 90px) / 4);
    padding: 1rem 1rem;
    aspect-ratio:1 / 1;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: all .3s;
}
.section-company .company-list a:nth-child(4n){
    /*margin-right: 0;*/
}
.section-company .company-list a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.section-company .company-list a:hover{
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.journey {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.journey .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 90%;
    margin-left: 5%;
}
.journey .list dd {
    display: flex;
    /*align-items: flex-start;*/
    /*justify-content: flex-start;*/
    flex-grow: 1;
    width: 100%;
    gap: 2rem;
    margin-top: 60px;
}
.journey .list dd:first-of-page {
    margin-top: 0;
}
.journey .list dd .time {
    width: 110px;
    text-align: right;
    flex-shrink: 0;
    font-family: 'Inter';
    color: #1D2297;
    line-height: 1.25;
    font-weight: 700;
    font-size: 24px;
}
.journey .list dd .yuan {
    width: 48px;
    flex-shrink: 0;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    position: relative;
}
.journey .list dd .yuan:before {
    content: '';
    position: absolute;
    z-index: 10;
    margin-top: 8px;
    left: calc(50% - 6px);
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 50%;
    background-color: #1D2297;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 1px #1d2297;
}
.journey .list dd .yuan:after {
    content:'';
    position: absolute;
    left: 50%;
    top: 12px;
    height: calc(100% + 60px);
    width: 2px;
    background-color: #1D2297;
    transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.journey .list dd:last-of-type .yuan:after {
    display: none;
}
.journey .list dd .text {
    flex: 1 1 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Inter';
    color: #1F2937;
}
.section-culture {
    background-color: #F5F7FF;
}
.culture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.culture .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.culture .culture-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.culture .culture-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.culture .culture-swiper .swiper-wrapper .swiper-slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.culture .culture-swiper .swiper-wrapper .swiper-slide .image {
    border-radius: 5px 5px 0 0;
    width: 100%;
    aspect-ratio: 1 / 0.7;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.culture .culture-swiper .swiper-wrapper .swiper-slide:hover .image {
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.culture .culture-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.culture .culture-swiper .swiper-wrapper .swiper-slide .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 1.25rem 1.25rem;
}
.culture .culture-swiper .swiper-wrapper .swiper-slide .box .p1 {
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    font-family: 'Inter';
    color: #1F2937;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.culture .culture-swiper .swiper-wrapper .swiper-slide .box .p2 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    color: #6B7280;
    width: 100%;
    max-height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.culture .list .swiper-button-next {
    right: -20px;
    left: unset;
    top: 50%;
    bottom: unset;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.culture .list .swiper-button-next:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.culture .list  .swiper-button-prev {
    left: -20px;
    right: unset;
    top: 50%;
    width: 40px;
    height: 40px;
    bottom: unset;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.culture .list .swiper-button-prev:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.culture .list  .swiper-button-prev:after,.culture .list  .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
    color: #1D2297;
}
.honor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.honor .item {
    display: grid;
    width: 100%;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}
.honor .item dd {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}
.honor .item dd .line {
    width: 3px;
    flex-shrink: 0;
    background-color: #1D2297;
    height: 100%;
}
.honor .item dd .info {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.honor .item dd .info .p1 {
    margin-bottom: 0.25rem;
    width: 100%;
    line-height: 1.25;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Inter';
    color: #1D2297;
}
.honor .item dd .info .p2 {
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter';
    color: #1F2937;
}

.section-presence {
    background: #1D2297;
    padding: 72px 0;
    color: #fff;
}
.presence {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.presence .section-title {
    color: #fff;
}

.section-team {
    background-color: #F5F7FF;
    padding: 72px 0;
    color: #fff;
}
.team {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.team .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.team .team-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.team .team-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.team .team-swiper .swiper-wrapper .swiper-slide:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    transform: translateY(-4px);
}

.team .team-swiper .swiper-wrapper .swiper-slide .image {
    border-radius: 8px 8px  0 0;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    position: relative;
}
.team .team-swiper .swiper-wrapper .swiper-slide .image .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(29, 34, 151, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.team .team-swiper .swiper-wrapper .swiper-slide:hover .image .overlay {
    opacity: 1;
}
.team .team-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.team .team-swiper .swiper-wrapper .swiper-slide:hover .image img {
    transform: scale(1.08);
}
.team .team-swiper .swiper-wrapper .swiper-slide .box {
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.team .team-swiper .swiper-wrapper .swiper-slide .box  .t {
    color: #000;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.team .swiper-pagination {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 0;
}
.team .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    border-radius: 20px;
    background-color: rgba(29, 34, 151, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 32px;
}
.team .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: rgba(29, 34, 151, 0.6);
}
.team .swiper-pagination .swiper-pagination-bullet-active {
    width: 48px;
    background-color: #1d2297;
}

.team2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.team2 dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 2rem;
}
.team2 dl dd {
    display: flex;
    flex-direction: column;
    width: calc((100% - 6rem) / 4);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.team2 dl dd:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    transform: translateY(-4px);
}
.team2 dl dd .image {
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 0.75 / 1;
}
.team2 dl dd .image img {
    width: 100%;
    height: 100%;
    border-radius: 8px ;
    object-fit: cover;
}
.team2 dl dd .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1rem 1rem;
    text-align: center;
    width: 100%;
    border-radius: 0 0 8px 8px;
}
.team2 dl dd .overlay p {
    color: #1d2297;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.team2 dl dd .overlay .info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #1d2297;
}
.llwm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.llwm .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.llwm .boxs .maps {
    width: calc(50% - 24px);
    height: 424px;
    margin-right: 48px;
}
.llwm .boxs .contact-us {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(50% - 24px);
}
.llwm .boxs .contact-us h3 {
    color: #1d2297;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 24px;
}
.llwm .boxs .contact-us dl {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.llwm .boxs .contact-us dl dd {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
}
.llwm .boxs .contact-us dl dd .cu-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F5F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.llwm .boxs .contact-us dl dd .cu-icon svg {
    width: 24px;
    height: 24px;
    color: #1d2297;
}
.llwm .boxs .contact-us dl dd .cu-info {
    display: flex;
    flex-direction: column;
}
.llwm .boxs .contact-us dl dd .cu-info h4 {
    color: #1d2297;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 4px;
}
.llwm .boxs .contact-us dl dd .cu-info p {
    color: #1F2937;
    line-height: 1.5;
}
.llwm .boxs .contact-us dl dd a {
    background-color: #1d2297;
    color: white;
    padding: 12px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', sans-serif;
}


.pro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.pro .image-info {
    width: calc(50% - 24px);
    display: flex;
    flex-direction: column;
}
.pro .image-info .main-image {
    width: 100%;
    aspect-ratio: 1;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.pro .image-info .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro .image-info .thumb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}
.pro .image-info .thumb-grid .item-thumb {
    aspect-ratio: 1;
    background-color: #f9fafb;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 2px solid #e5e7eb;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.pro .image-info .thumb-grid .item-thumb:hover {
    border-color: #9ca3af;
}
.pro .image-info .thumb-grid .item-thumb.active {
    border-color: #1d2297;
}
.pro .image-info .thumb-grid .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro .de-info {
    width: calc(50% - 24px);
    display: flex;
    flex-direction: column;
}
.pro .de-info .h-tag {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
}
.pro .de-info .h-tag .badge {
    display: inline-block;
    padding: 0.5rem 0.875rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 500;
}
.pro .de-info .h-tag .badge.badge-red {
    background-color: #C9151E;
    color: white;
}
.pro .de-info .h-tag .badge.badge-blue {
    background-color: #1d2297;
    color: white;
}
.pro .de-info h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.pro .de-info .desc {
    margin-bottom: 2rem;
    font-size: 1rem;
}
.pro .de-info .attr-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.pro .de-info .attr-item .item {
    display: flex;
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    gap: 0.75rem;
    padding: 1rem;
    background-color: #F5F7FF;
    border-radius: 0.5rem;
}
.pro .de-info .attr-item .item:nth-child(2n){
    margin-right: 0;
}
.pro .de-info .attr-item .item .icon-lg {
    color: #1d2297;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}
.pro .de-info .attr-item .item .item-dd {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pro .de-info .attr-item .item .item-dd h3 {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}
.pro .de-info .attr-item .item .item-dd p {
    font-size: 0.75rem;
    color: #6B7280;
}
.pro .de-info .custom {
    background: #F5F7FF;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.pro .de-info .custom h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.pro .de-info .custom p {
    font-size: 0.875rem;
    color: #6B7280;
    margin-bottom: 1rem;
}
.pro .de-info .custom .custom-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    display: block;
    width: 100%;
    background-color: #C9151E;
    color: white;
}
.pro .de-info .custom .custom-btn:hover {
    background-color: #A01119;
}
.pro .de-info .pro-contact {
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    border-radius: 0.5rem;
}
.pro .de-info .pro-contact h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.pro .de-info .pro-contact .pro-contact-item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.pro .de-info .pro-contact .pro-contact-item a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1F2937;
    text-decoration: none;
    transition: color 0.3s;
}
.pro .de-info .pro-contact .pro-contact-item a .icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: #1d2297;
}
.pro .de-info .pro-contact .pro-contact-item p {
    font-size: 0.875rem;
    color: #6B7280;
    margin-top: 0.75rem;
}
.section-pro {
    border-top: 1px solid #e5e7eb;
}
.section-pro-bg {
    background: #F5F7FF;
}
.pro-h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}
.pro-tip {
    line-height: 1.7;
    color: #6B7280;
    margin-bottom: 2rem;
}
.pro-overview {
    display: flex;
    flex-direction: column;
}
.pro-overview .overview {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.pro-overview .overview .overview-left {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
}
.pro-overview .overview .overview-left .overview-text {
    font-size: 16px;
}
.pro-overview .overview .overview-left .overview-text p {
    line-height: 1.7;
    margin-bottom: 1rem;
}
.pro-overview .overview .overview-left .overview-tags {
    background: #F5F7FF;
    padding: 1.5rem;
    border-radius: 0.5rem;
}
.pro-overview .overview .overview-left .overview-tags h3 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.4;
}
.pro-overview .overview .overview-left .overview-tags .checkmark-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.pro-overview .overview .overview-left .overview-tags .checkmark-list .checkmark-item {
    display: flex;
    gap: 0.75rem;
}
.pro-overview .overview .overview-left .overview-tags .checkmark-list .checkmark-item .icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: #1d2297;
    margin-top: 0.125rem;
}
.pro-overview .overview .overview-left .overview-tags .checkmark-list .checkmark-item span {

}
.pro-overview .overview .overview-video {
    position: relative;
    aspect-ratio: 16/9;
    background: #111827;
    border-radius: 0.5rem;
    overflow: hidden;
    width: calc(50% - 15px);
}
.pro-overview .overview .overview-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-overview .overview .overview-video .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-overview .overview .overview-video .video-overlay .video-overlay-box {
    text-align: center;
    color: white;
}
.pro-overview .overview .overview-video .video-overlay .video-overlay-box svg {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.5rem;
}
.pro-overview .overview .overview-video .video-overlay .video-overlay-box p {
    font-weight: 600;
}
.pro-params {
    display: flex;
    flex-direction: column;
}
.pro-params .params-table {
    margin-bottom: 1.5rem;
}
.pro-params .params-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 1px solid #e5e7eb;
}
.pro-params .params-table table tr td {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}
.pro-params .params-table table tr td.spec-label {
    font-weight: 600;
    color: #1F2937;
    width: 20%;
}
.pro-params .params-table table tr td.spec-value {
    color: #6B7280;
    width: 30%;
}
.pro-params .params-btn {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.pro-params .params-btn a {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.pro-params .params-btn a.c {
    background-color: #C9151E;
    color: white;
}
.pro-params .params-btn a.c:hover {
    background-color: #A01119;
}
.pro-params .params-btn a.g {
    background-color: transparent;
    color: #1d2297;
    border: 2px solid #1d2297;
}
.pro-params .params-btn a.g:hover {
    background-color: #F5F7FF;
}
.shooting {
    display: flex;
    flex-direction: column;
}
.shooting .pro-show-image {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
.shooting .pro-show-image .detail-image {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    aspect-ratio: 4/3;
    width: calc(50% - 15px);
}
.shooting .pro-show-image .detail-image:nth-child(2n){
    margin-right: 0;
}
.shooting .pro-show-image .detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}
.shooting .pro-show-image .detail-image .detail-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 1rem;
}
.shooting .pro-show-image .detail-image .detail-image-caption h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}
.pro-cert {
    display: flex;
    flex-direction: column;
}
.pro-cert .cert-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1.5rem;
    gap: 25px;
}
.pro-cert .cert-box a {
    background: white;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    color: inherit;
    width: calc((100% - 75px) / 4);
}
.pro-cert .cert-box a:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: scale(1.05);
}
.pro-cert .cert-box a img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    background: #f9fafb;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
}
.pro-cert .cert-box a p {
    font-weight: 600;
    font-size: 0.875rem;
    color: #1F2937;
    line-height: 1.7;
}
.pro-cert .cert-item {
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
}
.pro-cert .cert-item h3 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.4;
}
.pro-cert .cert-item .compliance-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}
.pro-cert .cert-item .compliance-grid li a {
    display: flex;
    gap: 0.75rem;
    color: #1F2937;
    text-decoration: none;
    transition: color 0.3s ease;
}
.pro-cert .cert-item .compliance-grid li a:hover {
    color: #1d2297;
}
.pro-cert .cert-item .compliance-grid li a .icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #1d2297;
}
.pro-apps {
    display: flex;
    flex-direction: column;
}
.pro-apps-item {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    width: 100%;
}
.pro-apps-item .app-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    width: calc(50% - 18px);
}
.pro-apps-item .app-card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.pro-apps-item .app-card .app-card-content {
    padding: 1.5rem;
}
.pro-apps-item .app-card .app-card-content .item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.pro-apps-item .app-card .app-card-content .item .icon-lg {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    color: #1d2297;
}
.pro-apps-item .app-card .app-card-content .item h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.4;
}
.pro-apps-item .app-card .app-card-content .app-text {
    color: #6B7280;
    margin-bottom: 1rem;
    line-height: 1.7;
}
.pro-apps-item .app-card .app-card-content .compliance {
    background: #F5F7FF;
    padding: 0.75rem;
    border-radius: 0.25rem;
}
.pro-apps-item .app-card .app-card-content .compliance p {
    font-size: 0.875rem;
    color: #1F2937;
    line-height: 1.7;
}
.pro-apps-item .app-card .app-card-content .compliance p a {
    color: #1F2937;
}
.pro-apps-item .app-card .app-card-content .compliance p a:hover {
    color: #1D2297;
}
.pro-process {
    display: flex;
    flex-direction: column;
}
.pro-process .process-item {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.pro-process .process-item .step-card {
    background: #F5F7FF;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 2px solid #1d2297;
    width: calc((100% - 120px) / 5);
}
.pro-process .process-item .step-card .step-number {
    width: 3.5rem;
    height: 3.5rem;
    background: #1d2297;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.pro-process .process-item .step-card .step-number h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.pro-process .process-item .step-card .step-number p {
    line-height: 1.7;
    font-size: 0.875rem;
    color: #6B7280;
}
.pro-process .process-btn {
    text-align: center;
}
.pro-process .process-btn a {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    background-color: #C9151E;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.pro-process .process-btn a:hover {
    background-color: #A01119;
}
.pro-process .process-btn a .icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}
.related {
    display: flex;
    flex-direction: column;
}
.related .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: #6B7280;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.related .nav-links a {
    color: #6B7280;
    text-decoration: none;
    transition: color 0.3s ease;
}
.related .nav-links a:hover {
    color: #1d2297;
}
.related-title {
    background: #1d2297;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.5rem
}
.related-title h2 {
    font-weight: 700;
    line-height: 1.3;
    color: white;
    font-size: 1.25rem;
    margin: 0;
}
.related-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
}
.related-item .bx {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: inherit;
    width: calc((100% - 90px) / 4);
}
.related-item .bx:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.related-item .bx .image {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
}
.related-item .bx .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.related-item .bx:hover .image img {
    transform: scale(1.05);
}
.related-item .bx .t {
    padding: 1rem;
}
.related-item .bx .t h3 {
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    font-size: 1rem;
    color: #1F2937;
}
.pro-list {
    display: flex;
    flex-direction: column;
}
.help-card {
    background: #F5F7FF;
    border: 1px solid #E5EAF7;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(29, 34, 151, 0.08);;
}
.help-card h2 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #1d2297;
}
.help-card p {
    margin: 0;
    color: #6B7280;
    font-size: 15px;
    max-width: 100%;
}

.pro-list-grid {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 26px;
    align-items: start;
}
.pro-list-grid .sidebar {
    position: sticky;
    top: 140px;
    display: grid;
    gap: 18px;
}
.pro-list-grid .sidebar .filter-card {
    background: #fff;
    border: 1px solid #E5EAF7;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(29, 34, 151, 0.08);;
}
.pro-list-grid .sidebar .filter-card h3 {
    margin: 0;
    padding: 18px 20px;
    background: #1d2297;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.pro-list-grid .sidebar .sidebar-search-wrap {
    padding: 14px 18px;
    border-bottom: 1px solid #E5EAF7;
    position: relative;
}
.pro-list-grid .sidebar .sidebar-search-wrap svg {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #6B7280;
    pointer-events: none;
}
.pro-list-grid .sidebar .sidebar-search {
    width: 100%;
    height: 42px;
    border: 1px solid #E5EAF7;
    border-radius: 10px;
    padding: 0 16px 0 44px;
    font-size: 14px;
    outline: none;
    background: #fff;
}
.pro-list-grid .sidebar .filter-group {
    padding: 16px 18px;
    border-top: 1px solid #E5EAF7;
}
.pro-list-grid .sidebar .filter-group-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
    color: #1F2937;
    cursor: pointer;
}
.pro-list-grid .sidebar .filter-group-title.active {
    color: #1D2297;
}
.pro-list-grid .sidebar .filter-list {
    display: grid;
    gap: 10px;
}
.filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #6B7280;
    cursor: pointer;
    font-family: Inter;
    font-weight: 500;
}
.filter-item input {
    accent-color: #1D2297;
    margin: 0;
}
.pro-list-grid .product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pro-list-grid .product-card {
    width: calc((100% - 40px) / 3);
    background: #fff;
    border: 1px solid #E5EAF7;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.25s ease;
    box-shadow: 0 8px 24px rgba(17,24,39,0.04);
    display: flex;
    flex-direction: column;
}
.pro-list-grid  .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(29,34,151,0.1);
}
.pro-list-grid  .product-thumb {
    width: 100%;
    position: relative;
    aspect-ratio: 1 / 1;
    background: #F5F7FF;
    overflow: hidden;
}
.pro-list-grid .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-list-grid .product-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pro-list-grid .product-body .t {
    display: inline-block;
    width: 100%;
}
.pro-list-grid .product-body .t h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
    color: #1F2937;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro-list-grid .product-body .product-desc {
    margin: 0 0 12px;
    color: #6B7280;
    font-size: 14px;
    max-height: 60px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro-list-grid .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}
.tag-row .badge {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid rgba(29, 34, 151, 0.12);
    background: rgba(29, 34, 151, 0.08);
    color: #1d2297;
}
.tag-row .badge:hover {
    color:#1d2297;
}
.why-select {
    display: flex;
    flex-direction: column;
}
.why-select .why-title {
    font-size: 1.5em;
    color: #1F2937;
    line-height: 1.6;
}
.why-select .why-desc {
    font-size: 1em;
    color: #1F2937;
    line-height: 1.6;
    margin-top: 1rem;
}
.why-select .trust-grid {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.why-select .trust-grid .trust-card {
    width: calc((100% - 60px) / 4);
    background: #fff;
    border: 1px solid #E5EAF7;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(29,34,151,0.04);
}
.why-select .trust-grid .trust-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: #EEF2FF;
    color: #1D2297;
    font-size: 22px;
    font-weight: 800;
}
.why-select .trust-grid .trust-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #1D2297;
}
.why-select .trust-grid .trust-card p {
    margin: 0;
    font-size: 14px;
    color: #6B7280;
}

.certs {
    display: flex;
    flex-direction: column;
}

.certs .certs-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}
.certs .certs-list li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 90px) / 4);
    background: #fff;
    border: 1px solid #E5EAF7;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.25s ease;
    box-shadow: 0 8px 24px rgba(17,24,39,0.04);

}
.certs .certs-list li:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(17,24,39,0.1);
}
.certs .certs-list li a {
    display: inline-block;
    aspect-ratio: 1 / 1.4;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.certs .certs-list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.certs .certs-list li a h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.8rem 1rem;
    font-size: 16px;
    color: #fff;
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    transition: 0.25s ease;
    background: rgba(0,0,0,0.3);
}
.certs .certs-list li:hover a h3 {
    background: rgba(0,0,0,0.5);
}
.cooperation {
    display: flex;
    flex-direction: column;
}
.cooperation .coop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 0 60px;
    position: relative;
}
.cooperation .coop .coop-swiper {
    width: 100%;
    overflow: hidden;
}
.cooperation .coop .coop-swiper .swiper-wrapper .swiper-slide {
    display: grid;
    width: 100%;
    aspect-ratio: 2.5 / 1;
}
.cooperation .coop .coop-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cooperation .coop .swiper-button-next {
    right: 0;
    left: unset;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    background: #fff;
    bottom: unset;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cooperation .coop .swiper-button-prev {
    left: 0;
    right: unset;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    background: #fff;
    bottom: unset;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cooperation .coop .swiper-button-prev:hover,.cooperation .coop .swiper-button-next:hover {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cooperation .coop .swiper-button-next:after,.cooperation .coop .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #1D2297;
}
.coop-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 2rem;
}
.coop-list li {
    display: flex;
    width: calc((100% - 90px) / 4);
    transition: 0.25s ease;
}
.coop-list li:hover {
    transform: translateY(-4px);
}
.coop-list li a {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.coop-list li a .image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.coop-list li a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coop-list li a h3 {
    color: #1F2937;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.apps {
    display: flex;
    flex-direction: column;
}
.app-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 2rem;
}
.app-list li {
    display: flex;
    width: calc((100% - 90px) / 4);
    transition: 0.25s ease;
}
.app-list li:hover {
    transform: translateY(-4px);
}
.app-list li a {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.app-list li a .image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.app-list li a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app-list li a h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1D2297;
    text-align: left;
    padding: 20px 0 10px;
    width: 100%;
}
.app-list li a p {
    font-size: 15px;
    color: #1F2937;
    padding: 0 0 30px;
    width: 100%;
    max-height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-detail {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.news-detail .news-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
    line-height: 1.3;

}
.news-detail .news-tg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    font-size: 1rem;
    color: #6B7280;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #E5EAF7;
    margin-bottom: 2rem;
}

.news-detail .news-content {
    font-size: 1rem;
    line-height: 2;
}

.works {
    display: flex;
    flex-direction: column;
}
.works-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 2rem;
}
.works-list li {
    display: flex;
    width: calc((100% - 60px) / 3);
    transition: 0.25s ease;
    position: relative;
    border-radius: 8px;
}
.works-list li:hover {
    transform: translateY(-4px);
}

.works-list li .image {
    width: 100%;
    aspect-ratio: 2 / 1.5;
    overflow: hidden;
    border-radius: 8px;
}
.works-list li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.works-list li .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 2rem 2rem;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.works-list li:hover .box  {
    opacity: 1;
}
.works-list li .box .tit {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.works-list li .box .tit h3 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.works-list li .box .tag1{
    font-weight: 500;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 16px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.works-list li .box .desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    max-height: 88px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
    color: #fff;
}
.works-list li .box .more {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #fff;
}
.news-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}
.news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    border-bottom: 1px solid #E5EAF7;
    padding-bottom: 20px;
}
.news-list li .image {
    width: 280px;
    aspect-ratio: 2 / 1;
    border-radius: 5px;
}
.news-list li .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.news-list li .info {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
}
.news-list li .info a {
    font-size: 20px;
    color: #333;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news-list li:hover .info a {
    color: #1D2297;
}
.news-list li .info .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:16px;
    gap: 10px;
    color: #6B7280;
    margin: 0.5rem 0;
}
.news-list li .info .time svg {
    width: 16px;
    height: 16px;
}
.news-list li .info .intro {
    font-size: 16px;
    color: #888;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    max-height: 48px;
}
.contacts {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.contacts .contacts-box {
    width: calc(50% - 10px);
    padding: 2rem 2rem;
    background: #E5EAF7;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts .contacts-box h2 {
    font-size: 28px;
    font-weight: bold;
    color: #1D2297;
    width: 100%;
    line-height: 1.2;
}
.contacts .contacts-box .p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 18px;
    color: #1F2937;
    width: 100%;
    gap: 5px;
}
.contacts .contacts-box .p svg {
    width: 22px;
    height: 22px;
    margin-top: 3px;
}
.contacts .contacts-box .p p {
    width: calc(100% - 27px);
}
.contacts .contacts-box .p img {
    width:100px;
}
.contacts .contacts-map {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
.network {
    display: flex;
    flex-direction: column;
}
.network .network-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
.network .network-list li {
    width: calc((100% - 60px) / 3);
    background:#F5F7FF;
    border: 1px solid #E5EAF7;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.network .network-list li h3 {
    font-size: 20px;
    color: #fff;
    padding: 8px 50px;
    background: #1D2297;
    border-radius: 30px;
}
.network .network-list li h4 {
    font-size: 20px;
    color: #1F2937;
    font-weight: bold;
    width: 100%;
}
.network .network-list li p {
    font-size: 18px;
    color: #6B7280;
    width: 100%;
    line-height: 24px;
    display: flex;
}
.network .network-list li img {
    width:100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
.messages {
    background: #F5F7FF;
    padding: 1rem 1rem;
}
.messages .message-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.messages .message-form input::placeholder,.messages .message-form textarea::placeholder {
    color: #ccc;
    font-weight: normal;
}
.messages .message-form .input-1 {
    width: calc(98% / 3);
    margin-right: 1%;
    height: 50px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 15px;
    color: #333;
    font-size:18px;
    margin-top: 25px;
    outline: none;
}
.messages .message-form .input-1:nth-child(3){
    margin-right: 0;
}
.messages .message-form .input-2 {
    width: calc(99% / 2);
    margin-right: 1%;
    height: 50px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 15px;
    color: #333;
    font-size:18px;
    margin-top: 25px;
    outline: none;
}
.messages .message-form .input-2:last-of-type{
    margin-right: 0;
}
.messages .message-form .textarea {
    width: 100%;
    line-height: 50px;
    min-height: 150px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 15px;
    color: #333;
    font-size:18px;
    margin-top: 25px;
    outline: none;
}
.messages .message-form p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top:25px;
}
.messages .message-form p button {
    width: 180px;
    border: 1px solid #ddd;
    background: #F0F0F0;
    color: #333;
    font-size: 18px;
    height:50px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    padding: 0;
    outline: none;
}
.messages .message-form p button:active:hover {
    background: #1D2297;
    border-color: #1D2297;
}
.messages .message-form p button:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.messages .message-form p button:hover:before {
    animation: style1 .75s;
    z-index: 1;
}






.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2rem 0;
}
.pages .pagination > li > a,.pages .pagination > li > span {
    padding:8px 15px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1D2297;
    border-color: #1D2297;
}
.pagination > li > a, .pagination > li > span {
    color: #1F2937;
}
.btn-a-fff {
    color: #fff;
}
.btn-a-main {
    color: #1D2297;
}
.backtop {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #1D2297;
    background: #1D2297;
    position: fixed;
    right: 10px;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.backtop.active {
    opacity: 1;
}
.backtop:hover {
    background: #0C0F54;
}
.backtop svg {
    width: 24px;
    height: 24px;
    color: #fff;
}
.dz-form {
    width: 100%;
    padding: 0 0 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.dz-form .dz-form-title {
    width: 100%;
    background-image: url("../image/dz-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 30px 0;
}
.dz-form .dz-form-title .t {
    font-size: 38px;
    color:#fff;
}
.dz-form .dz-form-title .intro {
    font-size: 22px;
    color:#fff;
    margin-top: 15px;
}
.dz-form .dz-form-title .intro img {
    margin-right: 20px;
}
.dz-form .dz-form-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #ddd;
    border-top: none;
}
.dz-form .dz-form-box .dz-item {
    display: flex;
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.dz-form .dz-form-box .dz-item:last-of-type {
    border-bottom: none;
}

.dz-form .dz-form-box .dz-item .dz-item-label {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F0F0F0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    border-right: 1px solid #ddd;
}
.dz-form .dz-form-box .dz-item:nth-child(2n) .dz-item-label  {
    background: #fff;
}
.dz-form .dz-form-box .dz-item .dz-item-value  {
    background: #fff;
    padding: 10px 20px;
    width: calc(100% - 180px);
}
.dz-form .dz-form-box .dz-item .dz-item-value ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 10px 0;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li label {
    font-weight: 400;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li span {
    width: 220px;
    text-align: right;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li select {
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #333;
    outline: none;
    border:1px solid #ddd;
    width: 300px;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li input {
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #333;
    outline: none;
    border:1px solid #ddd;
    width: 300px;
}

.dz-form .dz-form-box .dz-item .dz-item-value ul li textarea {
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #333;
    outline: none;
    border:1px solid #ddd;
    width: 60%;
    line-height: 20px;
    height: 110px;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li input::placeholder,.dz-form .dz-form-box .dz-item .dz-item-value ul li textarea::placeholder {
    color: #ccc;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    margin-right: 20px;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li input.radio {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    border:1px solid #eee;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li input.checkbox {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border:1px solid #eee;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li input.min {
    width:135px;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li .tp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li .fg {
    font-size: 15px;
    width: 30px;
    text-align: center;
    color: #888;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li .require {
    font-size: 15px;
    margin: 0 0 0 10px;
    color: red;
}
.dz-form .dz-form-box .dz-item .dz-item-value ul li .tip {
    font-size: 15px;
    margin: 0 10px;
    color: #888;
}
.dz-form .dz-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.dz-form .dz-item-btn .btns {
    border-radius: 30px;
    border: none;
    background: #1D2297;
    font-size: 20px;
    color: #fff;
    padding: 10px 100px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dz-form .dz-item-btn .btns:hover {
    background: #191C6A;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dz-form .dz-item-btn .btns:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.dz-form .dz-item-btn .btns:hover:before {
    animation: style1 .75s;
    z-index: 1;
}


/* Responsive */
@media (max-width: 1024px) {
    .contact-bar-container,
    .nav-container,
    .hero-content,
    .section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5 {
        grid-template-columns: 1fr;
    }

    .metric:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}
