:root {
    --ink: #1f2329;
    --muted: #6e7785;
    --line: #edf0f5;
    --paper: #ffffff;
    --soft: #f7f9fc;
    --green: #10bf8a;
    --orange: #ff5b2a;
    --nav: rgba(31, 39, 52, 0.92);
    --shadow: 0 20px 54px rgba(28, 35, 48, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    min-width: 1280px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    min-width: 1280px;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
}

button {
    font: inherit;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrap {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.headerBox .wrap,
.bannerBox .wrap,
.platformBox .wrap,
.prospectAnalyse .wrap,
.multiportBox .wrap,
.profitBox .wrap,
.sampleSmallDown .wrap,
.technicalSupport .wrap,
.afterSale .wrap,
.recruitmentBox .wrap,
.cooperationFee .wrap,
.aboutBox .wrap,
.messageBox .wrap,
.companyBox .wrap,
.news_banner .wrap,
.news_list .wrap,
.newDetail .wrap,
.forTheRecord .wrap {
    width: 1280px;
    max-width: 1280px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
}

.swiper-slide {
    display: none;
}

.swiper-slide.active {
    display: block;
}

.site-shell {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    height: 70px;
    background: var(--nav);
}

body:not(.home) .site-header {
    position: sticky;
}

body:not(.home) .site-main {
    padding-top: 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.brand {
    width: 190px;
    min-width: 190px;
}

.brand img {
    width: 170px;
    height: auto;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 54px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.primary-nav a {
    position: relative;
    line-height: 70px;
    opacity: 0.96;
}

.primary-nav a.active::after,
.primary-nav a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 38px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 151px;
    height: 40px;
    color: #fff;
    background: var(--green);
    border-radius: 22px;
    font-weight: 800;
    font-size: 16px;
}

.wechat-dot {
    position: relative;
    width: 22px;
    height: 18px;
}

.wechat-dot::before,
.wechat-dot::after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
}

.wechat-dot::before {
    left: 0;
    top: 2px;
    width: 15px;
    height: 12px;
}

.wechat-dot::after {
    right: 0;
    bottom: 0;
    width: 13px;
    height: 10px;
    opacity: 0.82;
}

.headerBox {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background: transparent;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.headerBox::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: saturate(180%) blur(6px);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    transition: opacity 0.18s ease;
    pointer-events: none;
}

.headerBox.headerBg::before {
    opacity: 1;
}

.headerBox .wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.headerBox h1 {
    margin: 0;
    height: 70px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.headerBox h1 a {
    display: flex;
    align-items: center;
    height: 70px;
}

.headerBox h1 a img {
    width: 144px;
    height: 50px;
    object-fit: contain;
}

.headerBox ul {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
}

.headerBox li {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 30px;
}

.headerBox li a {
    display: flex;
    align-items: center;
    line-height: 1;
    height: 70px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.headerBox li .active::before,
.headerBox li:hover a::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    background: #fff;
    height: 2px;
    animation: ad_width 0.3s ease forwards;
}

.headerBox .kfBtn {
    margin-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 70px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.headerBox .kfBtn:hover {
    cursor: pointer;
}

.headerBox .kfBtn:hover .kfCode {
    display: block;
    animation: kfCode 0.3s ease forwards;
}

.headerBox .kfBtn .cont {
    height: 40px;
    padding: 0 25px;
    color: #fff;
    background: #20ba8b;
    border-radius: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.headerBox .kfBtn .cont .iconfont {
    font-size: 20px;
    margin-right: 5px;
}

.headerBox .kfBtn .kfCode {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: -1px 7px 37px 1px rgba(80, 80, 80, 0.22);
    padding: 15px;
}

.headerBox .kfBtn .kfCode::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.headerBox .kfBtn .kfCode .codeImg {
    width: 120px;
    height: 120px;
}

.bannerBox {
    position: relative;
    z-index: 8;
}

.bannerBox .bannerSwiper {
    height: 780px;
    background: #fff3ec;
    overflow: hidden;
}

.bannerBox .swiper-slide {
    position: relative;
    height: 780px;
    background: url("../media/banner-bg-1.png") no-repeat center center;
    background-size: 100% 100%;
}

.bannerBox .swiper-slide.video-right {
    background: #111;
}

.bannerBox .swiper-slide.video-right::before {
    content: none;
}

.bannerBox .swiper-slide video {
    width: 100%;
    height: 780px;
    object-fit: cover;
    background: #111;
}

.bannerBox .video_zz {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
}

.bannerBox .tit_box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.bannerBox .tit_box .tit {
    margin: 0;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 800;
}

.bannerBox .tit_box .tits {
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: 800;
}

.bannerBox .swiper-slide .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bannerBox .swiper-slide .wrap .cont {
    width: 530px;
}

.bannerBox .swiper-slide .wrap .logo {
    margin-bottom: 20px;
}

.bannerBox .swiper-slide .wrap h2 {
    margin: 0;
    font-size: 48px;
    line-height: 1.4;
    font-weight: 800;
}

.bannerBox .swiper-slide .wrap .advantage {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.bannerBox .swiper-slide .wrap .advantage li {
    flex: 1;
    overflow: hidden;
    min-width: calc(50% - 8px);
    margin: 0 0 16px 16px;
    background: #fff;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    align-items: center;
}

.bannerBox .swiper-slide .wrap .advantage li:nth-of-type(2n-1) {
    margin-left: 0;
}

.bannerBox .swiper-slide .wrap .advantage li.active {
    background: #ff6726;
    color: #fff;
}

.bannerBox .swiper-slide .wrap .advantage li.active .tips {
    color: #fff;
}

.bannerBox .swiper-slide .wrap .advantage .right {
    flex: 1;
    overflow: hidden;
    margin-left: 16px;
}

.bannerBox .swiper-slide .wrap .advantage .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bannerBox .swiper-slide .wrap .advantage .tips {
    font-size: 16px;
    color: #5e6470;
    line-height: 1.5;
}

.bannerBox .btnWrap {
    position: absolute;
    left: 50%;
    transform: translateX(-5%);
    bottom: 68px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.bannerBox .btnWrap .btn {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0;
    left: 0;
    top: 0;
    border: 0;
    cursor: pointer;
}

.bannerBox .btnWrap .swiper-button-next {
    background: url("../media/next.png") no-repeat center center;
    background-size: 100%;
}

.bannerBox .btnWrap .swiper-button-prev {
    background: url("../media/prev.png") no-repeat center center;
    background-size: 100%;
}

.bannerBox .btnWrap .swiper-pagination {
    position: relative !important;
    top: 0;
    left: 0;
    display: flex;
    margin: 0 10px;
    width: auto;
}

.bannerBox .btnWrap .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-radius: 50%;
    background: rgba(255, 103, 38, 0.32);
}

.bannerBox .btnWrap .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    margin-left: 0;
}

.bannerBox .btnWrap .swiper-pagination-bullet-active {
    background: #ff6726;
}

.platformBox {
    padding-bottom: 40px;
}

.platformBox ul {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.platformBox .number {
    font-size: 88px;
    font-weight: 800;
    color: #ff6726;
    display: flex;
    justify-content: center;
}

.platformBox .number .unit {
    font-size: 64px;
    transform: translateY(25px);
}

.platformBox .number .digit {
    position: relative;
    width: 55px;
    height: 116px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    overflow: hidden;
}

.platformBox .number .digit span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: transform 2.5s;
    top: 10px;
    letter-spacing: 10px;
}

.platformBox .tips {
    font-size: 18px;
    color: #5e6470;
}

.prospectAnalyse .swiperBox {
    background: #fff7f3;
    border-radius: 12px;
    padding: 60px;
    margin-top: 80px;
}

.prospectAnalyse .tabBox {
    display: inline-flex;
    min-width: 500px;
    font-size: 20px;
    border-bottom: 1px solid #e8e3e1;
}

.prospectAnalyse .tabBox .item {
    padding: 20px 40px;
    position: relative;
}

.prospectAnalyse .tabBox .item:hover {
    cursor: pointer;
    color: #ff6726;
}

.prospectAnalyse .tabBox .active {
    font-weight: 800;
}

.prospectAnalyse .tabBox .active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #ff6726;
    border-radius: 12px;
    animation: ad_width 5s linear forwards;
}

.prospectAnalyse .slideBox {
    display: none;
}

.prospectAnalyse .slideBox.active {
    display: flex;
}

.prospectAnalyse ul {
    margin-right: 80px;
    padding-top: 50px;
}

.prospectAnalyse li {
    display: flex;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid #e8e3e1;
    box-sizing: border-box;
}

.prospectAnalyse li:nth-last-of-type(1) {
    border: 0;
}

.prospectAnalyse li:hover {
    background: rgba(255, 219, 201, 0.8);
    border-radius: 12px;
    border-color: rgba(0, 0, 0, 0);
}

.prospectAnalyse li img {
    margin-right: 30px;
}

.prospectAnalyse .title {
    font-size: 18px;
    font-weight: 800;
}

.prospectAnalyse .subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
}

.prospecSwiperBox .right {
    width: 576px;
    height: 556px;
}

.prospecSwiperBox .swiper-wrapper,
.sampleSmallDown .sampleDownSwiper {
    height: 620px;
}

.hero {
    position: relative;
    height: 780px;
    min-height: 640px;
    overflow: hidden;
    background: #162319;
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: rgba(7, 12, 16, 0.48);
}

.hero-copy {
    position: absolute;
    left: 50%;
    top: 390px;
    width: min(900px, calc(100% - 48px));
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
}

.hero-subtitle {
    margin: 12px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 72px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--orange);
    transform: translateX(-50%);
}

.hero-dots .arrow {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--orange);
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
}

.hero-dots .dot {
    width: 8px;
    height: 8px;
    background: var(--orange);
    border-radius: 50%;
}

.floating-qr {
    position: fixed;
    right: 58px;
    top: 64%;
    z-index: 90;
    display: grid;
    gap: 20px;
    transform: translateY(-10%);
}

.qr-card {
    width: 142px;
    min-height: 180px;
    padding: 15px 14px 12px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--orange);
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(28, 35, 48, 0.13);
}

.qr-card img {
    width: 94px;
    height: 94px;
    margin: 0 auto 9px;
    object-fit: contain;
}

.qr-card span,
.qr-card strong {
    display: block;
}

.qr-card span {
    color: #545b66;
    font-size: 14px;
}

.qr-card strong {
    margin-top: 4px;
    color: var(--orange);
    font-size: 14px;
}

.stats-section {
    padding: 112px 0 86px;
    background: #fff;
}

.intro-title {
    text-align: center;
}

.intro-title h2 {
    margin: 0;
    color: #292d33;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.intro-title p {
    margin: 14px 0 0;
    color: #7b8491;
    font-size: 18px;
}

.big-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 54px;
    margin-top: 96px;
    text-align: center;
}

.big-stats strong {
    display: block;
    color: var(--orange);
    font-size: 92px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: 0;
}

.big-stats span {
    display: block;
    margin-top: 24px;
    color: #5d6572;
    font-size: 17px;
}

.market-section {
    padding: 76px 0 0;
    background: #fff;
}

.market-title {
    text-align: center;
}

.market-title h2 {
    margin: 0;
    color: #2b2f36;
    font-size: 40px;
    line-height: 1.24;
    font-weight: 900;
    letter-spacing: 0;
}

.market-title p {
    margin: 12px 0 0;
    color: #687180;
    font-size: 18px;
}

.market-panel {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    min-height: 810px;
    margin-top: 78px;
    padding: 72px 58px 66px;
    background: #fff5f0;
    border-radius: 10px;
}

.market-copy {
    max-width: 560px;
}

.market-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(43, 47, 54, 0.12);
}

.market-tabs button {
    position: relative;
    height: 58px;
    color: #2c3036;
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 21px;
    font-weight: 500;
    cursor: default;
}

.market-tabs button.active {
    font-weight: 900;
}

.market-tabs button.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--orange);
}

.market-list article {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 28px;
    padding: 54px 0 38px;
    border-bottom: 1px solid rgba(43, 47, 54, 0.1);
}

.market-list article:last-child {
    border-bottom: 0;
}

.market-list img {
    width: 56px;
    height: 56px;
    align-self: center;
    justify-self: center;
    object-fit: contain;
}

.market-list h3 {
    margin: 0 0 10px;
    color: #303238;
    font-size: 22px;
    font-weight: 900;
}

.market-list p {
    margin: 0;
    color: #3f4652;
    font-size: 16px;
    line-height: 1.8;
}

.market-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.market-visual img {
    width: min(640px, 100%);
    height: auto;
}

.multiportBox {
    padding: 108px 0 18px;
    background: #fff;
}

.multiportBox .wrap,
.wrap {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.multiportBox .pageTitle {
    text-align: center;
}

.multiportBox .pageTitle h3 {
    margin: 0;
    color: #2f3238;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 900;
}

.multiportBox .pageTitle .tips {
    margin-top: 16px;
    color: #7a8390;
    font-size: 18px;
}

.multiportBox .tabBox {
    margin-top: 50px;
    border-bottom: 1px solid #e8e3e1;
    display: flex;
}

.multiportBox .tabBox .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    padding: 20px;
}

.multiportBox .tabBox img {
    margin-right: 10px;
}

.multiportBox .tabBox .imgs_in {
    display: none;
}

.multiportBox .tabBox .active {
    color: #ff6726;
}

.multiportBox .tabBox .active span {
    font-weight: 800;
}

.multiportBox .tabBox .active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #ff6726;
    border-radius: 12px;
    animation: ad_width 7s linear forwards;
}

.multiportBox .tabBox .active .img {
    display: none;
}

.multiportBox .tabBox .active .imgs_in {
    display: block;
}

.multiportBox .multiportSwiper {
    margin-top: 50px;
    overflow: hidden;
}

.multiportBox .slideBox {
    display: none;
    position: relative;
    overflow: hidden;
}

.multiportBox .slideBox.active {
    display: flex;
}

.multiportBox .slideBox .centImg {
    margin: 0 auto;
    width: 700px;
    height: 732px;
}

.multiportBox .swiper-wrapper {
    height: 760px;
}

.multiportBox .slideBox .ulCont {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.multiportBox .slideBox .ulCont ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}

.multiportBox .slideBox .ulCont .leftUl {
    top: 30px;
    transform: translateX(-150%);
}

.multiportBox .slideBox .ulCont .leftUl li {
    transform: translateX(-200%);
}

.multiportBox .slideBox .ulCont .rightUl {
    right: 0;
    top: 175px;
    transform: translateX(150%);
}

.multiportBox .slideBox .ulCont .rightUl li {
    transform: translateX(200%);
}

.multiportBox .slideBox .ulCont.animationX .leftUl li:nth-of-type(1) {
    animation: translateLeft 1.5s linear forwards;
    animation-delay: 0s;
}

.multiportBox .slideBox .ulCont.animationX .leftUl li:nth-of-type(2) {
    animation: translateLeft 1.5s linear forwards;
    animation-delay: 0.5s;
}

.multiportBox .slideBox .ulCont.animationX .leftUl li:nth-of-type(3) {
    animation: translateLeft 1.5s linear forwards;
    animation-delay: 1s;
}

.multiportBox .slideBox .ulCont.animationX .rightUl li:nth-of-type(1) {
    animation: translateRight 1.5s linear forwards;
    animation-delay: 0s;
}

.multiportBox .slideBox .ulCont.animationX .rightUl li:nth-of-type(2) {
    animation: translateRight 1.5s linear forwards;
    animation-delay: 0.5s;
}

.multiportBox .slideBox .ulCont.animationX .rightUl li:nth-of-type(3) {
    animation: translateRight 1.5s linear forwards;
    animation-delay: 1s;
}

.multiportBox .slideBox li {
    display: flex;
    width: 430px;
    padding: 20px;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.multiportBox .slideBox li img {
    margin-right: 12px;
}

.multiportBox .slideBox li:hover {
    background: rgba(255, 103, 38, 0.3);
}

.multiportBox .slideBox .title {
    font-size: 18px;
    font-weight: 800;
}

.multiportBox .slideBox .subtitle {
    font-size: 15px;
    color: #5e6470;
    line-height: 1.4;
    margin-top: 5px;
}

.multiportBox .btnBox {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multiportBox .btnBoxToggle {
    display: none;
}

.multiportBox .btnBoxToggle.active {
    display: block;
}

.multiportBox .btnBox .btn {
    width: 270px;
    height: 74px !important;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    margin-left: 30px;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
    position: relative;
}

.multiportBox .btnBox .btn:nth-of-type(1) {
    margin-left: 0;
}

.multiportBox .btnBox .btn:hover {
    cursor: pointer;
}

.multiportBox .btnBox .btn span {
    line-height: 32px;
}

.multiportBox .btnBox .btn:hover .codeBox {
    display: block;
    animation: kfCode 0.3s ease forwards;
}

.multiportBox .btnBox .icon {
    margin-right: 20px;
}

.multiportBox .btnBox .btn1 {
    background: #ff6726;
    box-shadow: 0 20px 30px 0 rgba(255, 103, 38, 0.2);
}

.multiportBox .btnBox .btn1:hover {
    box-shadow: 0 2px 15px 2px #ff6726;
    font-weight: 800;
}

.multiportBox .btnBox .btn2 {
    background: #20ba8b;
    box-shadow: 0 20px 30px 0 rgba(32, 186, 139, 0.2);
}

.multiportBox .btnBox .btn2:hover {
    box-shadow: 0 2px 15px 2px #20ba8b;
    font-weight: 800;
}

.multiportBox .btnBox .btn3 {
    background: #2f7dff;
    box-shadow: 0 20px 30px 0 rgba(47, 125, 255, 0.2);
}

.multiportBox .btnBox .btn3:hover {
    box-shadow: 0 2px 15px 2px #2f7dff;
    font-weight: 800;
}

.multiportBox .btnBox .experience {
    width: 34px;
    height: auto;
    margin-left: 12px;
}

.multiportBox .btnBox .download {
    color: #fff;
}

.multiportBox .btnBox .codeBox {
    display: none;
    position: absolute;
    top: 85px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: -1px 7px 37px 1px rgba(80, 80, 80, 0.22);
    padding: 15px;
}

.multiportBox .btnBox .codeBox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.multiportBox .btnBox .codeBox .codeImg {
    width: 200px;
    height: 200px;
}

.cms-cases {
    display: none;
}

.section {
    padding: 86px 0;
}

.section.muted {
    background: var(--soft);
}

.section-title {
    max-width: 760px;
    margin-bottom: 36px;
}

.section-title.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.eyebrow {
    margin: 0 0 10px;
    color: #007a55;
    font-size: 15px;
    font-weight: 900;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h2 {
    margin: 0;
    color: #101723;
    font-size: 34px;
    line-height: 1.24;
    font-weight: 900;
    letter-spacing: 0;
}

h3 {
    margin: 0 0 10px;
    color: #101723;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 900;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.feature-grid article,
.case-card,
.lead-form {
    background: #fff;
    border: 1px solid #e8ecf2;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(20, 36, 54, 0.06);
}

.feature-grid article {
    min-height: 205px;
    padding: 26px;
}

.feature-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    color: #007a55;
    background: #eaf7f2;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 900;
}

.feature-grid p,
.case-card p,
.section-title p,
.contact-grid p,
.site-footer p {
    margin: 0;
    color: var(--muted);
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.case-card {
    overflow: hidden;
}

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

.case-card.placeholder {
    min-height: 250px;
}

.case-card-body {
    padding: 24px;
}

.case-location {
    margin-bottom: 8px;
    color: #667085;
    font-weight: 700;
}

.case-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.case-stats span {
    padding: 6px 10px;
    color: #007a55;
    background: #eaf7f2;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
}

.requirements {
    background: #fff;
}

.contact-section {
    background: #10251e;
    color: #fff;
}

.contact-section .eyebrow,
.contact-section h2,
.contact-section .contact-note strong {
    color: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 46px;
    align-items: start;
}

.contact-grid p {
    color: rgba(255, 255, 255, 0.74);
}

.contact-note {
    display: grid;
    gap: 6px;
    margin-top: 28px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
}

.lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 24px;
    color: var(--ink);
}

.lead-form label {
    display: grid;
    gap: 8px;
    font-weight: 700;
}

.lead-form .full {
    grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    color: var(--ink);
    border: 1px solid #e2e7ef;
    border-radius: 6px;
    font: inherit;
}

.lead-form textarea {
    resize: vertical;
}

.hp-field {
    position: absolute;
    left: -9999px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: var(--green);
    font-weight: 900;
    cursor: pointer;
}

.button:disabled {
    opacity: 0.72;
    cursor: wait;
}

.form-message {
    grid-column: 1 / -1;
    min-height: 24px;
    margin: 0;
    color: #007a55;
    font-weight: 800;
}

.form-message.is-error {
    color: #c2410c;
}

.site-footer {
    padding: 30px 0;
    background: #0d1715;
    color: #fff;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.footer-inner p,
.footer-inner span {
    color: rgba(255, 255, 255, 0.68);
}

.content-page {
    max-width: 860px;
}

.entry-content {
    color: var(--muted);
    font-size: 18px;
}

.single-cover {
    margin: 24px 0;
    overflow: hidden;
    border-radius: 8px;
}

.post-list {
    display: grid;
    gap: 18px;
}

.post-card {
    padding: 22px;
    border: 1px solid #e8ecf2;
    border-radius: 8px;
}

.lineText,
.lineText2,
.lineText3 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.lineText {
    white-space: nowrap;
}

.lineText2,
.lineText3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.lineText2 {
    -webkit-line-clamp: 2;
}

.lineText3 {
    -webkit-line-clamp: 3;
}

.layui-hide,
.home-hidden-footer {
    display: none !important;
}

.tckBox {
    position: relative;
    z-index: 120;
}

.tckBg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.tckCentent {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 121;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: calc(100% - 28px);
    border-radius: 12px;
}

.pageTitle {
    text-align: center;
    padding-top: 120px;
}

.pageTitle h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
}

.pageTitle .tips {
    font-size: 18px;
    color: #5e6470;
    margin-top: 10px;
}

.profitBox {
    background: #fff7f3;
    padding: 100px 0;
    margin-top: 140px;
}

.profitBox .pageTitle {
    padding-top: 0;
}

.profitBox .profitUl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.profitBox li {
    transition-property: transform, box-shadow;
    transition-duration: 0.6s, 0.6s;
    flex: 1;
    min-width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    background: #fff;
    margin: 30px 30px 0 0;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.profitBox li:nth-of-type(3n) {
    margin-right: 0;
}

.profitBox li:hover {
    transform: translateY(-20px);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.15);
}

.profitBox li img {
    margin: 0 auto;
}

.profitBox li .title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 30px;
}

.profitBox li .subtitle {
    font-size: 16px;
    color: #5e6470;
    line-height: 1.4;
    margin-top: 5px;
}

.sampleSmallTownSwiper {
    height: 66px;
    margin: 40px auto 25px;
    overflow: hidden;
}

.sampleSmallTownSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    padding: 0;
}

.sampleSmallTownSwiper .swiper-slide {
    display: block;
    flex: 0 0 12.5%;
    min-width: 0;
    line-height: 66px;
    font-size: 18px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.sampleSmallTownSwiper .swiper-slide:hover {
    cursor: pointer;
    color: #ff6726;
}

.sampleSmallDown .swiper-slide.active {
    color: #ff6726;
}

.sampleSmallTownSwiper .swiper-slide.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #ff6726;
    border-radius: 12px;
    animation: ad_width 6s linear forwards;
}

.sampleSmallDown .sampleDownSwiper {
    overflow: hidden;
}

.sampleSmallDown .slideBox {
    height: 626px;
    position: relative;
}

.sampleSmallDown .slideBox .cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 900px;
    height: 100%;
    background: rgba(255, 103, 38, 0.95);
    padding-left: 90px;
}

.sampleSmallDown .slideBox .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px;
}

.sampleSmallDown .slideBox .downRunning {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 20px 20px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 12px;
}

.sampleSmallDown .slideBox .downBox {
    color: #ff6726;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0 0 24px 24px;
    padding: 15px 25px 30px;
    text-align: center;
}

.sampleSmallDown .slideBox .downBox .downName {
    font-size: 40px;
    font-weight: 800;
    transform: scale(1.05, 0.9);
}

.sampleSmallDown .slideBox .downBox .time {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
    padding: 0 25px;
    border-radius: 50px;
    background: #ffe6da;
    display: inline-block;
}

.sampleSmallDown .slideBox .runningBox {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sampleSmallDown .slideBox .runningBox li {
    padding: 0 35px;
    position: relative;
}

.sampleSmallDown .slideBox .runningBox li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background: rgba(255, 255, 255, 0.3);
}

.sampleSmallDown .slideBox .runningBox li:nth-last-of-type(1)::before {
    display: none;
}

.sampleSmallDown .slideBox .runningBox .number {
    font-size: 30px;
    font-weight: 800;
}

.sampleSmallDown .slideBox .runningBox .unit {
    font-size: 14px;
    margin-left: -6px;
}

.sampleSmallDown .slideBox .runningBox .text {
    font-size: 14px;
    margin-top: 3px;
}

.sampleSmallDown .slideBox .synopsisBox {
    margin-top: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 35px 50px;
    display: flex;
}

.sampleSmallDown .slideBox .synopsisBox .user {
    text-align: center;
}

.sampleSmallDown .slideBox .synopsisBox .user img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}

.sampleSmallDown .slideBox .synopsisBox .user .name {
    font-size: 16px;
    margin: 15px 0 5px;
    font-weight: 800;
}

.sampleSmallDown .slideBox .synopsisBox .user .position {
    font-size: 14px;
    color: #4d5667;
}

.sampleSmallDown .slideBox .synopsisBox .explainText {
    flex: 1;
    overflow: hidden;
    margin-left: 50px;
}

.sampleSmallDown .slideBox .synopsisBox .explainText .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
}

.technicalSupport .technologyBox {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.technicalSupport li {
    transition-property: transform, box-shadow;
    transition-duration: 0.6s, 0.6s;
    flex: 1;
    overflow: hidden;
    min-width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 35px 40px;
    margin: 30px 30px 0 0;
}

.technicalSupport li:nth-of-type(3n) {
    margin-right: 0;
}

.technicalSupport li:hover {
    transform: translateY(-20px);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.15);
}

.technicalSupport .cont {
    flex: 1;
    overflow: hidden;
    margin-left: 25px;
}

.technicalSupport .title,
.afterSale .title {
    font-size: 20px;
    font-weight: 800;
}

.technicalSupport .subtitle,
.afterSale .subtitle {
    color: #5e6470;
    line-height: 1.4;
    margin-top: 10px;
}

.afterSale ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.afterSale li {
    transition-property: transform, box-shadow;
    transition-duration: 0.6s, 0.6s;
    flex: 1;
    overflow: hidden;
    min-width: calc(25% - 15px);
    max-width: calc(33.33% - 20px);
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 60px 50px;
    margin: 20px 20px 0 0;
    background: #fff7f3;
}

.afterSale li:nth-of-type(4n) {
    margin-right: 0;
}

.afterSale li:hover {
    transform: translateY(-20px);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.15);
}

.recruitmentBox ul {
    margin: 60px 0 0;
    padding: 0;
    display: flex;
    color: #fff;
    list-style: none;
}

.recruitmentBox li {
    position: relative;
    flex: 1;
    height: 320px;
    overflow: hidden;
}

.recruitmentBox li:hover .reverse {
    transform: translateX(0);
}

.recruitmentBox .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recruitmentBox .positive {
    background: #212e44;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recruitmentBox .positive .text {
    font-size: 20px;
    margin-top: 10px;
}

.recruitmentBox .reverse {
    transition: transform 1.5s;
    transform: translateX(101%);
    background: linear-gradient(90deg, #ff6726, #ff8c3f);
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruitmentBox .reverse .cont {
    max-width: 200px;
    margin: 0 50px 0 30px;
    flex: 1;
    overflow: hidden;
}

.recruitmentBox .reverse .title {
    font-size: 20px;
    font-weight: 800;
}

.recruitmentBox .reverse .subtitle {
    line-height: 1.6;
    margin-top: 10px;
}

.recruitmentBox .reverse img {
    width: 100px;
}

.cooperationFee .feeContent {
    margin-top: 60px;
    text-align: center;
}

.cooperationFee .feeContent img {
    margin: 0 auto;
}

.aboutBox {
    padding: 150px 0;
    background: #fff url("../media/about-bg.png") no-repeat center center;
    background-size: 100%;
}

.aboutBox .box {
    display: flex;
}

.aboutBox .cont {
    flex: 1;
    overflow: hidden;
    margin-left: 100px;
}

.aboutBox h3 {
    position: relative;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 70px;
}

.aboutBox h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100px;
    height: 8px;
    background: #ff6726;
}

.aboutBox .text {
    line-height: 1.6;
    font-size: 15px;
}

.aboutBox .text p {
    margin-bottom: 10px;
}

.aboutBox .aboutImgs {
    position: relative;
}

.aboutBox .aboutImgs .imgs,
.aboutBox .aboutImgs .imgBg {
    position: relative;
    z-index: 2;
    width: 640px;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
}

.aboutBox .aboutImgs .imgs img,
.aboutBox .aboutImgs .imgBg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity 2.5s;
}

.aboutBox .aboutImgs .imgs .activeImg,
.aboutBox .aboutImgs .imgBg .activeImg {
    opacity: 1;
    transition: opacity 2.5s;
    z-index: 1;
}

.aboutBox .aboutImgs .imgBg {
    position: absolute;
    top: 30px;
    right: -30px;
    z-index: 1;
}

.messageBox {
    margin-top: 120px;
}

.messageBox .pageTitle {
    padding-top: 70px;
}

.messageBox .contBox {
    border: 1px solid #eee;
    box-shadow: 0 41px 51px 0 rgba(166, 166, 166, 0.1);
    border-radius: 12px;
    padding: 0 80px 70px;
}

.messageBox .messageCont {
    margin-top: 60px;
    display: flex;
}

.messageBox .list {
    flex: 1;
    overflow: hidden;
    margin-right: 60px;
}

.messageBox .list .btn {
    display: inline-block;
    background: #ff6726;
    color: #fff;
    margin-top: 35px;
    padding: 20px 40px;
    border-radius: 12px;
    font-size: 20px;
    line-height: 1.2;
}

.messageBox .list .btn .iconfont {
    margin-left: 20px;
}

.messageBox .list .btn:hover {
    background: #fff;
    border: 1px solid;
    color: #ff6726;
}

.messageBox .item {
    padding: 35px 0;
    border-bottom: 1px solid #eee;
}

.messageBox .item a,
.messageBox .newItem a {
    display: block;
}

.messageBox .item a:hover .title,
.messageBox .item a:hover .synopsis,
.messageBox .item a:hover .time,
.messageBox .newItem a:hover .title,
.messageBox .newItem a:hover .time {
    color: #ff6726;
}

.messageBox .item:nth-of-type(1) {
    padding-top: 0;
}

.messageBox .title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.messageBox .synopsis,
.messageBox .time {
    color: #4d5667;
    margin-bottom: 10px;
}

.messageBox .newItem img {
    width: 650px;
    height: 380px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 15px;
}

.news_banner {
    position: relative;
    z-index: 8;
}

.news_banner .bannerSwiper {
    width: 100%;
    height: 380px;
    background: #fff3ec;
}

.news_banner .swiper-slide {
    display: block;
    height: 380px;
    background: url("../media/news-banner.png") no-repeat center center;
    background-size: 100% 100%;
}

.news_banner .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news_banner .wrap .cont {
    width: 530px;
}

.news_banner .cont h3 {
    height: 39px;
    font-size: 40px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    color: #212e44;
    line-height: 1;
}

.news_banner .cont .subtitle {
    width: 144px;
    height: 16px;
    font-size: 16px;
    font-family: "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    color: #212e44;
    line-height: 98px;
}

.news_list {
    margin-top: 60px;
}

.news_list .wrap > ul {
    display: flex;
    flex-wrap: wrap;
}

.news_list .wrap > ul li {
    flex: 1;
    overflow: hidden;
    min-width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    border-radius: 12px;
    margin: 0 30px 30px 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px 0 rgba(220, 220, 220, 0.4);
}

.news_list .wrap > ul li:nth-of-type(3n) {
    margin-right: 0;
}

.news_list .wrap > ul li > a {
    display: inline-block;
    width: 100%;
}

.news_list .wrap > ul li > a:hover {
    cursor: pointer;
    color: #ff6726;
}

.news_list .wrap > ul li > a:hover .synopsis,
.news_list .wrap > ul li > a:hover .times {
    color: #ff6726;
}

.news_list img {
    width: 100%;
    height: 260px;
}

.news_list .cont {
    padding: 20px 30px;
}

.news_list .title {
    font-size: 20px;
    font-weight: 800;
}

.news_list .synopsis,
.news_list .times {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.pageNav {
    text-align: center;
    padding: 60px 0;
}

.pageNav ul li {
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    padding: 0 12px;
    border: 1px solid #e9f1f7;
    border-radius: 3px;
    margin: 0 5px;
}

.pageNav ul li:hover {
    color: #fff;
    border-color: #fc7f2b;
    background: #fc7f2b;
}

.pageNav ul li.active {
    color: #fff;
    border-color: #fc7f2b;
    background: #fc7f2b;
}

.pageNav ul li.disabled {
    color: #999;
}

.pageNav ul li.disabled:hover {
    color: #999;
    border-color: #e9f1f7;
    background: transparent;
}

.newDetailPage::before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background: linear-gradient(180deg, #fff3ec, #fff);
}

.newDetail {
    padding-top: 110px;
    padding-bottom: 30px;
}

.newDetail .guide span {
    color: #ff6726;
}

.newDetail .guide a:hover {
    color: #ff6726;
}

.newDetail .detailBox {
    background: #fff;
    border-radius: 16px;
    margin: 20px 0 40px;
    padding: 45px 60px;
    box-shadow: 0 1px 10px -8px rgba(0, 0, 0, 0.5);
}

.newDetail .newsTitle {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6;
}

.newDetail .newsTime {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.newDetail .contBox {
    margin-top: 30px;
}

.newDetail .contBox img {
    max-width: 100%;
}

.newDetail .contBox p[style*="text-align:center"] img {
    margin-left: auto;
    margin-right: auto;
}

.newDetail .list-paddingleft-2 {
    padding-left: 2.2em;
    list-style: disc;
}

.newDetail .list-paddingleft-2 li {
    list-style: disc;
}

.newDetail .newsArticleNav {
    display: grid;
    gap: 8px;
}

.companyBox {
    margin-top: 120px;
}

.companyBox .box {
    display: flex;
}

.companyBox .item {
    background: #f4f6f8;
    flex: 1;
    overflow: hidden;
    margin-right: 10px;
    padding: 15px 40px;
    border-radius: 12px;
}

.companyBox .item:nth-last-of-type(1) {
    margin-right: 0;
}

.companyBox .item3 {
    display: flex;
    justify-content: space-between;
}

.companyBox .top {
    font-size: 16px;
    color: #212e44;
    display: flex;
    align-items: center;
}

.companyBox .top .iconfont {
    font-size: 20px;
    margin-right: 5px;
}

.companyBox .contText,
.companyBox .number {
    margin-top: 10px;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.5;
}

.companyBox .number {
    font-size: 30px;
}

.forTheRecord {
    margin-top: 60px;
    text-align: center;
    padding: 45px 0;
    font-size: 14px;
    color: #4d5667;
    border-top: 1px solid #ebebeb;
}

.forTheRecord .record-line {
    line-height: 20px;
    white-space: nowrap;
}

.forTheRecord .ga {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px 0 6px;
    vertical-align: middle;
}

.forTheRecord .blogroll {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.forTheRecord .blogroll li {
    display: inline-block;
    margin: 0 10px;
}

.forTheRecord .blogroll li a {
    color: rgba(77, 86, 103, 0.8);
    font-size: 12px;
}

.forTheRecord .blogroll li a:hover {
    color: #ff6726;
}

.rightFloat {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 90;
    width: 142px;
    text-align: center;
}

.rightFloat .cont {
    border: 1px solid #ff6726;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center !important;
    background: #fff;
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    display: block;
    width: 100%;
}

.rightFloat .cont img {
    width: 100px;
    height: 100px;
}

.rightFloat .cont .text {
    margin-top: 5px;
}

.rightFloat .cont .tips {
    color: #ff6726;
    margin-top: 2px;
}

.rightFloat .rightBackTop {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    border: 2px solid #ff6726;
    border-radius: 12px;
    background: #fff;
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.28s ease, visibility 0.28s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.28s ease;
}

.rightFloat .rightBackTop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.rightFloat .rightBackTop span {
    width: 32px;
    height: 32px;
    border-top: 4px solid #ff6726;
    border-left: 4px solid #ff6726;
    transform: translateY(8px) rotate(45deg);
    border-radius: 3px 0 0;
}

.rightFloat .rightBackTop:hover {
    background: #fff7f3;
    box-shadow: 1px 6px 18px rgba(255, 103, 38, 0.18);
    transform: translateY(-2px);
}

.rightFloat .rightBackTop:active {
    transform: translateY(0);
}

.joinTck {
    background: linear-gradient(0deg, #fff 60%, #ffd6cd);
    padding: 40px;
}

.joinTck .closeInfo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

.joinTck .closeInfo:hover {
    cursor: pointer;
    color: #ff6726;
    transform: scale(1.1);
    font-weight: 800;
}

.joinTck .title {
    font-weight: 800;
    text-align: center;
    font-size: 24px;
}

.joinTck .tips {
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.joinTck .formBox {
    display: flex;
    align-items: flex-start;
    margin-top: 45px;
}

.joinTck .form {
    flex: 1;
    overflow: hidden;
    margin-left: 15px;
}

.joinTck .label {
    font-size: 15px;
    margin-bottom: 10px;
}

.joinTck .red {
    color: #ff6726;
}

.joinTck .int {
    font-size: 15px;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
}

.joinTck .int input {
    background-color: transparent;
    border-radius: 8px;
    width: 80%;
    padding: 0 20px;
    border: 1px solid #e1e6ee;
    height: 42px;
    font: inherit;
}

.joinTck .int:focus {
    border-color: #ff6726;
}

.joinTck .formLine {
    margin-bottom: 20px;
}

.joinTck .formLine:nth-last-of-type(1) {
    margin-bottom: 0;
}

.joinTck .phone {
    font-size: 24px;
}

.joinTck .phone .iconfont {
    font-size: 24px;
}

.joinTck .phone .number {
    font-weight: 800;
}

.joinTck .btnBox {
    text-align: center;
    margin-top: 28px;
}

.joinTck .btnBox .btn {
    background: #ff6726;
    color: #fff;
    line-height: 50px;
    padding: 0 70px;
    border: 0;
    border-radius: 40px;
    font: inherit;
}

.joinTck .btnBox .btn:hover {
    cursor: pointer;
}

.joinTck .btnBox .btn:active {
    opacity: 0.85;
}

.joinTck .form-message {
    min-height: 24px;
    margin: 20px 0 0;
    color: #007a55;
    text-align: center;
    font-weight: 800;
}

.joinTck .form-message.is-error {
    color: #c2410c;
}

@keyframes ad_width {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes kfCode {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.2);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes translateLeft {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes translateRight {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0%);
    }
}

@media (max-width: 1280px) {
    .primary-nav {
        gap: 30px;
        font-size: 16px;
    }

    .floating-qr {
        right: 24px;
    }

    .rightFloat {
        right: 24px;
    }

    .sampleSmallDown .slideBox .cont {
        width: min(900px, 76%);
    }

    .messageBox .newItem img {
        width: 520px;
    }
}

@media (max-width: 980px) {
    .site-header {
        position: absolute;
    }

    .primary-nav {
        display: none;
    }

    .hero {
        height: 680px;
    }

    .hero-copy {
        top: 360px;
    }

    .feature-grid,
    .case-grid,
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .big-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px;
    }

    .market-panel {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 52px 32px;
    }

    .market-copy {
        max-width: none;
    }

    .market-visual {
        margin-top: 28px;
    }

    .floating-qr {
        display: none;
    }

    .rightFloat {
        display: none;
    }

    .profitBox li,
    .technicalSupport li,
    .afterSale li {
        min-width: calc(50% - 16px);
        max-width: calc(50% - 16px);
        margin-right: 30px;
    }

    .profitBox li:nth-of-type(3n),
    .technicalSupport li:nth-of-type(3n),
    .afterSale li:nth-of-type(4n) {
        margin-right: 30px;
    }

    .profitBox li:nth-of-type(2n),
    .technicalSupport li:nth-of-type(2n),
    .afterSale li:nth-of-type(2n) {
        margin-right: 0;
    }

    .sampleSmallDown .slideBox .cont {
        width: 100%;
        padding: 0 28px;
    }

    .sampleSmallDown .slideBox .box {
        left: 28px;
        right: 28px;
        max-width: none;
    }

    .recruitmentBox ul,
    .aboutBox .box,
    .messageBox .messageCont,
    .companyBox .box {
        flex-direction: column;
    }

    .recruitmentBox li {
        flex: none;
    }

    .aboutBox .cont {
        margin: 80px 0 0;
    }

    .messageBox .list {
        margin-right: 0;
    }

    .messageBox .newItem {
        margin-top: 40px;
    }

    .messageBox .newItem img {
        width: 100%;
        height: auto;
    }

    .companyBox .item {
        margin: 0 0 10px;
    }
}

@media (max-width: 720px) {
    html,
    body {
        min-width: 0;
    }

    .headerBox .wrap,
    .bannerBox .wrap,
    .platformBox .wrap,
    .prospectAnalyse .wrap,
    .multiportBox .wrap,
    .profitBox .wrap,
    .sampleSmallDown .wrap,
    .technicalSupport .wrap,
    .afterSale .wrap,
    .recruitmentBox .wrap,
    .cooperationFee .wrap,
    .aboutBox .wrap,
    .messageBox .wrap,
    .companyBox .wrap,
    .news_banner .wrap,
    .news_list .wrap,
    .newDetail .wrap,
    .forTheRecord .wrap {
        width: min(100% - 28px, 1280px);
        max-width: 1280px;
    }

    .site-shell {
        width: min(100% - 28px, 1280px);
    }

    .brand {
        width: 150px;
        min-width: 150px;
    }

    .brand img {
        width: 142px;
    }

    .header-phone {
        width: 118px;
        font-size: 14px;
    }

    .hero {
        height: 620px;
        min-height: 620px;
    }

    .hero-copy {
        top: 320px;
    }

    .hero-copy h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .intro-title h2 {
        font-size: 30px;
    }

    .market-title h2,
    .multiportBox .pageTitle h3 {
        font-size: 30px;
    }

    .big-stats,
    .feature-grid,
    .case-grid,
    .contact-grid,
    .lead-form {
        grid-template-columns: 1fr;
    }

    .market-tabs button {
        font-size: 17px;
    }

    .market-list article {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 18px;
        padding: 34px 0;
    }

    .multiportBox .tabBox {
        display: grid;
        grid-template-columns: 1fr;
    }

    .multiportBox .swiper-wrapper {
        height: auto;
    }

    .multiportBox .slideBox.active {
        display: grid;
    }

    .multiportBox .slideBox .centImg {
        width: 100%;
        height: auto;
    }

    .multiportBox .slideBox .ulCont,
    .multiportBox .slideBox .ulCont ul,
    .multiportBox .slideBox .ulCont .leftUl,
    .multiportBox .slideBox .ulCont .rightUl {
        position: static;
        transform: none;
    }

    .multiportBox .slideBox li {
        width: 100%;
    }

    .multiportBox .btnBox {
        flex-direction: column;
        gap: 18px;
    }

    .multiportBox .btnBox .btn {
        margin-left: 0;
    }

    .big-stats strong {
        font-size: 64px;
    }

    .section,
    .stats-section {
        padding: 58px 0;
    }

    .wrap,
    .site-shell {
        width: min(100% - 28px, 1280px);
    }

    .pageTitle {
        padding-top: 72px;
    }

    .pageTitle h3 {
        font-size: 30px;
    }

    .profitBox {
        margin-top: 70px;
        padding: 70px 0;
    }

    .profitBox li,
    .technicalSupport li,
    .afterSale li {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
        padding: 34px 28px;
    }

    .sampleSmallTownSwiper {
        height: auto;
    }

    .sampleSmallTownSwiper .swiper-wrapper {
        flex-wrap: wrap;
    }

    .sampleSmallDown .sampleDownSwiper .swiper-wrapper,
    .sampleSmallDown .slideBox {
        height: auto;
        min-height: 720px;
    }

    .sampleSmallDown .slideBox .downRunning,
    .sampleSmallDown .slideBox .runningBox,
    .sampleSmallDown .slideBox .synopsisBox {
        flex-direction: column;
        align-items: center;
    }

    .sampleSmallDown .slideBox .runningBox li::before {
        display: none;
    }

    .sampleSmallDown .slideBox .synopsisBox .explainText {
        margin: 24px 0 0;
    }

    .aboutBox {
        padding: 80px 0;
        background-size: cover;
    }

    .aboutBox .aboutImgs .imgs,
    .aboutBox .aboutImgs .imgBg {
        width: 100%;
        height: 260px;
    }

    .messageBox .contBox {
        padding: 0 22px 44px;
    }

    .news_banner .bannerSwiper,
    .news_banner .swiper-slide {
        height: 280px;
    }

    .news_banner .wrap .cont {
        width: 100%;
    }

    .news_list .wrap > ul li {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
    }

    .newDetail {
        padding-top: 90px;
    }

    .newDetail .detailBox {
        padding: 28px 22px;
    }

    .companyBox .item3 {
        gap: 16px;
        flex-wrap: wrap;
    }

    .tckCentent {
        min-width: 0;
        width: calc(100% - 28px);
    }

    .joinTck .formBox {
        flex-direction: column;
    }

    .joinTck .form {
        width: 100%;
        margin: 24px 0 0;
    }

    .joinTck .int input {
        width: 100%;
    }
}
