* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'element-icons';
    src: url('../_nuxt/fonts/element-icons.woff') format('woff'),
         url('../_nuxt/fonts/element-icons.ttf') format('truetype');
    font-weight: 400;
    font-display: auto;
    font-style: normal;
  }
body {
    font-family: 'SimHei', 'Microsoft YaHei', sans-serif;
    font-size: 15px;
    background: #fff;
}
ul, li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
/* ===== 导航栏 ===== */
.common-navigation {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #eaeaea;
    height: 69px;
}
.common-navigation .navigation-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    line-height: 41px;
    font-weight: bold;
}
.common-navigation .common-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-navigation .logo {
    width: 167px;
    height: 45px;
    cursor: pointer;
}
.common-navigation .logo img{width: 100%;}
.common-navigation .logo a {width: 167px;height: 45px;display: inline-block;}   
.common-navigation .nav-list {
    display: flex;
    justify-content: center;
    flex: 1;
    margin: 0 24px;
    line-height: 40px;
}
.common-navigation .nav-list li {
    /*! padding: 0 18px; */
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    color: #333;
    transition: color 0.3s;
}
.common-navigation .nav-list li:hover,
.common-navigation .nav-list li.active  a{
    color: #2893fb;
}
.common-navigation .nav-list li.active {
    border-bottom: 2px solid #2893fb;
}
.common-navigation .nav-list li a{color: #2c3e50;display: inline-block;padding: 0 18px;}
.common-navigation .language {
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    color: #666;
    flex-shrink: 0;
}
.common-navigation .language .activeLang {
    color: #2893fb;
    margin-right: 10px;
}
.common-navigation .language span{margin-left: 10px;}

/* ===== 侧边悬浮 ===== */
.buoy-box {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.buoy-box ul {
    display: flex;
    flex-direction: column;
}
.buoy-box ul li {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px;
    background: #2893fb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s;
}
.buoy-box ul li:hover {
    transform: scale(1.05);
}
.buoy-box ul li.weixin {
    width: 48px;
height: 48px;
background: url(../images/css_sprites.png) -218px -565px;
}
.buoy-box ul li.tel {
    width: 48px;
height: 48px;
background:url(../images/css_sprites.png)  -150px -565px;
}
.buoy-box ul li.weixin2 {
    width: 48px;
height: 48px;
background: url(../images/css_sprites.png)  -218px -565px;
}
.buoy-box ul li.top {
    width: 48px;
height: 48px;
background: url(../images/css_sprites.png) -286px -565px;
}
/* ===== 侧边悬浮弹窗 ===== */
.buoy-box {
    right: 24px;
    z-index: 1000;
}

.buoy-box ul li {
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    border-radius: 4px;
    transform: none;
}

.buoy-box ul li:hover {
    transform: none;
}

/* 弹窗公共样式 */
.buoy-pop {
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    background: #fff;
    color: #666;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.13);
    z-index: 1001;
    cursor: default;
}

.buoy-box ul li:hover .buoy-pop {
    display: block;
}

/* 右侧小三角 */
.buoy-pop::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}

/* 二维码弹窗 */
.buoy-pop-qr {
    width: 165px;
    /*! height: 177px; */
    padding: 12px 12px 8px;
    border-radius: 2px;
    text-align: center;
}

.buoy-pop-qr img {
    display: block;
    width: 132px;
    height: 132px;
    margin: 0 auto 4px;
}

.buoy-pop-qr p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #606266;
    /*! white-space: nowrap; */
}

.buoy-pop-subscribe {
    top: 0;
    transform: translateY(-8px);
}

.buoy-pop-subscribe::after {
    top: 28px;
    transform: none;
}

.buoy-pop-phone {
    width: 214px;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-align: left;
}

.buoy-pop-cooperation {
    top: 0;
    transform: translateY(-8px);
}

.buoy-pop-cooperation::after {
    top: 28px;
    transform: none;
}
.common_tip_banner{color: #e2e2e2;font-weight: bold;font-size: 57px;margin: 50px auto;text-align: center;}
.common_tip_banner .en_lang{font-size: 45px;color: #484848;}
.common_tip_banner .en_lang span{color: #2893fb;}
/* ===== 底部 ===== */
.common-footer {
    width: 100%;
    padding: 15px 0 20px;
    background: #2893fb;
    text-align: center;
    color: #fff;
}
.common-footer p{line-height: 30px;}
.common-footer .copyright {
    margin-right: 20px;
}
.common-footer .ui-link {
    cursor: pointer;
}
.footer-logo {
    position: relative;
    top: 10px;
    display: inline-block;
}
.footer-logo a {
    color: #fff;
    margin-left: 5px;
}
.footer-logo img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
/************************首页************************************************/
/* ===== 轮播图 ===== */
.carousel-container {
    position: relative;
    height: 530px;
    overflow: hidden;
    background: #f0f0f0;
}
.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
}
.carousel-slide {
    min-width: 100%;
    height: 100%;
}
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-arrow:hover {
    background: rgba(0,0,0,0.6);
}
.carousel-arrow-left {
    left: 16px;
}
.carousel-arrow-right {
    right: 16px;
}
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.carousel-indicators .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    padding: 0;
}
.carousel-indicators .dot.active {
    background: #2893fb;
    transform: scale(1.2);
}

/* ===== 公共容器 ===== */
.banner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===== 公共标题 ===== */
.common-tip {
    color: #e2e2e2;
    font-weight: bold;
    font-size: 57px;
    margin: 50px auto;
    width: 100%;
    text-align: center;
}
.common-tip .tip-title {
    width: 50%;
    margin: -78px auto 0;
    color: #000;
}
.common-tip .title-text {
    font-size: 27px;
    position: relative;
    display: inline-block;
}
.common-tip .title-text::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: inline-block;
    border: 1px solid #2893fb;
    width: 20px;
}

/* ===== 公司简介 ===== */
.home-company .company-content {
    display: flex;
    height: 378px;
    width: 100%;
    margin-bottom: 124px;
}
.home-company .company-content .company-img {
    display: inline-block;
    height: 100%;
    width: 47%;
    flex-shrink: 0;
}
.home-company .company-content .company-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-company .company-content .company-detail {
    width: 53%;
    height: 200px;
    margin-top: 70px;
    background: #f6f6f8;
    padding: 30px 2% 34px;
    border-radius: 8px;
}
.home-company .company-content .company-detail .detail-title {
    font-weight: 600;
    line-height: 38px;
    font-size: 20px;
}
.home-company .company-content .company-detail p {
    line-height: 24px;
    text-indent: 2em;
    font-size: 14px;
    color: #555;
}
.home-company .company-content .company-detail .more {
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}
.home-company .company-content .company-detail .more span {
    cursor: pointer;
    font-size: 12px;
    color: #999;
    transition: color 0.3s;
}
.home-company .company-content .company-detail .more span:hover {
    color: #2893fb;
}

/* ===== 我们的追求 ===== */
.us-advantage {
    background: #f6f6f8;
    overflow: hidden;
    padding-bottom: 50px;
}
.advantage-content ul {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.advantage-content .content-tips {
    flex: 1;
    min-height: 286px;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: default;
}
.advantage-content .content-tips:hover {
    box-shadow: 2px 5px 14px #e8f4ff;
    transform: scale(1.03);
}
.advantage-content .content-tips .icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.advantage-content .content-tips .icon-box img{}
.advantage-content .content-tips .tips-title {
    font-size: 22px;
    color: #6eb6fb;
    font-weight: bold;
    margin: 15px 0 28px;
    letter-spacing: 0.55px;
    text-align: center;
}
.advantage-content .content-tips p{
    font-size: 15px;
    color: #2C3E50;
    letter-spacing: 0.38px;
    line-height: 26px;
    text-align: left;
}

/* ===== 最新资讯 ===== */
.latest-information {
    padding: 20px 0 50px;
}
.tab-navbar ul {
    display: flex;
    background: #f5f5f5;
    /*! border-radius: 8px; */
    overflow: hidden;
    margin-bottom: 30px;
}
.tab-navbar ul li {
    flex: 1;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #666;
    font-weight: bold;
    width: 321px;
    /* background: url(../images/css_sprites.png) -325px -715px; */
}
.tab-navbar ul li:hover {
    color: #2893fb;
}
.tab-navbar ul li.active {
    color: #fff;
    background: #2893fb;
   background-position: -10px -167px; 
    height: 42px;
    line-height: 42px;
    /*! margin-right: -22.5px; */
    cursor: pointer;
}

.video-player-box {
    width: 100%;
    background: #f5f5f5;
    /*! border-radius: 8px; */
    overflow: hidden;
    position: relative;
}
.video-player-box .video-placeholder {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 18px;
    background: #f5f5f5;
}
.video-player-box .video-placeholder video{width: 74%;}
.information-content .more {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: space-between;
}
.information-content .more .check-more {
    cursor: pointer;
    transition: color 0.3s;
}
.information-content .more .check-more:hover {
    color: #2893fb;
}

/* ===== 合作平台 ===== */
.cooperation-platform {
    height: 100%;
    overflow: hidden;
    background: #f6f6f8;
    padding: 20px 0 60px;
}
.platform-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
    height: 58px;
}
.platform-list .arrow-btn {
    width: 35px;
    height: 58px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #999;
    transition: color 0.3s;
    flex-shrink: 0;
    background: none;
    border: none;
}
.platform-list .arrow-btn:hover {
    color: #2893fb;
}
/* ===== 平台列表无缝轮播 ===== */
.platform-list .banner-wrap {
    position: relative;
    flex: 1;
    overflow: hidden;
    height: 82px;
}

.platform-list .banner-wrap ul {
    display: flex;
    align-items: center;
    height: 100%;
    width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
}

.platform-list .banner-wrap ul.is-animating {
    animation: platformSeamlessScroll var(--platform-duration, 24s) linear infinite;
}

.platform-list .banner-wrap:hover ul.is-animating {
    animation-play-state: paused;
}

.platform-list .banner-wrap li {
    flex: 0 0 auto;
    width: 168px;
    height: 82px;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.platform-list .banner-wrap li img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

@keyframes platformSeamlessScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.flex_s { display: flex; justify-content: flex-start; }
.flex_e { display: flex; justify-content: flex-end; }
.flex_b { display: flex; justify-content: space-between; }
.flex_a { display: flex; justify-content: space-around; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.align_r { text-align: right; }
/* ===== 最新资讯 Tab 内容切换 ===== */
.video-player-box {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.video-player-box .tab-panel {
    display: none;
}

.video-player-box .tab-panel.active {
    display: flex;
}

/* ===== 易佰视频 ===== */
.video-player-box .video-placeholder {
    width: 100%;
    height: 500px;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 18px;
    background: #f5f5f5;
}

.video-player-box .video-placeholder video {
    width: 74%;
}

/* ===== 公司动态 / 易佰季刊 / 文化活动公共样式 ===== */
.news-panel {
    width: 100%;
    min-height: 430px;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
}

.news-left {
    width: 374px;
    flex-shrink: 0;
    background: #f4f4f4;
}

.news-img {
    width: 374px;
    height: 218px;
    overflow: hidden;
    background: #eee;
}

.news-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news-intro {
    min-height: 190px;
    padding: 19px 12px 20px;
    background: #f4f4f4;
}

.news-intro h3 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 24px;
    color: #1d2f44;
    font-weight: bold;
}

.news-intro p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #1d2f44;
    text-indent: 2em;
    /*! font-weight: bold; */
}

.news-right {
    flex: 1;
    margin-left: 58px;
    padding-top: 0;
}

.news-right ul {
    width: 100%;
}

.news-right li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2C3E50;
    font-size: 15px;
}

.news-title {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.news-title i {
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border-radius: 50%;
    background: #2893fb;
    display: inline-block;
    flex-shrink: 0;
}

.news-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-time {
    width: 125px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #2C3E50;
    font-size: 14px;
    flex-shrink: 0;
}

.news-time em {
    width: 16px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/css_sprites.png) -355px -566px;
    font-style: normal;
    flex-shrink: 0;
}

.information-content .more {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: space-between;
}

.information-content .more .check-more {
    cursor: pointer;
    transition: color 0.3s;
}

.information-content .more .check-more:hover {
    color: #2893fb;
}
/* ===== 最新资讯左侧整体轮播 ===== */
.news-left {
    width: 374px;
    flex-shrink: 0;
}

.news-left-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 408px;
    overflow: hidden;
    border-radius: 6px;
}

.news-left-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
    background: #fff;
}

.news-left-slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.news-left-slide .news-img {
    width: 100%;
    height: 218px;
    overflow: hidden;
    background: #f5f5f5;
}

.news-left-slide .news-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news-left-slide .news-intro {
    min-height: 190px;
    padding: 19px 12px 20px;
    background: #f4f4f4;
}

.news-left-slide .news-intro h3 {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 24px;
    color: #1d2f44;
    font-weight: bold;
}

.news-left-slide .news-intro .time {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.news-left-slide .news-intro .desc {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.news-panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
/* ===== 手机版导航菜单 ===== */
.mobile-menu-btn {
    display: none;
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 7px;
    flex-shrink: 0;
}

.mobile-menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: #333;
    transition: all 0.3s;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 69px;
    width: 100%;
    height: calc(100vh - 69px);
    background: rgba(0, 0, 0, 0.35);
    z-index: 998;
}

.mobile-nav-mask.active {
    display: block;
}

.mobile-nav-panel {
    position: fixed;
    right: -280px;
    top: 69px;
    width: 280px;
    height: calc(100vh - 69px);
    background: #fff;
    z-index: 999;
    transition: right 0.3s ease;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.12);
}

.mobile-nav-panel.active {
    right: 0;
}

.mobile-nav-list {
    padding: 10px 0;
}

.mobile-nav-list li {
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.mobile-nav-list li a{display: inline-block;width: 100%;}
.mobile-nav-list li.active a,
.mobile-nav-list li:hover {
    color: #2893fb;
}

.mobile-language {
    display: flex;
    gap: 18px;
    padding: 18px 24px;
    font-size: 14px;
    color: #666;
}

.mobile-language .activeLang {
    color: #2893fb;
}
/* ===== 关于安珂页面 ===== */
.about-wrap {
    min-width: 1396px;
}

.about-wrap .company-introduction {
    overflow: hidden;
}

.about-wrap .company-introduction .introduction-text {
    margin-bottom: 20px;
}

.about-wrap .company-introduction .introduction-text p {
    text-indent: 2em;
    text-align: left;
    line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
    color: #2c3e50;
}

.about-wrap .company-introduction .introduction-img {
    width: 100%;
}

.about-wrap .company-introduction .introduction-img img {
    width: 100%;
    display: block;
}

/* ===== 发展历程 ===== */
.about-wrap .history-content {
    padding-bottom: 124px;
    margin: 0 auto;
    width: 1396px;
}

.about-wrap .history-content .content-bg {
    background: url("../images/xian.png") no-repeat center;
    height: 410px;
    position: relative;
}

.about-wrap .history-content .content-bg .history-tip {
    position: absolute;
}

.about-wrap .history-content .content-bg .history-tip span {
    display: inline-block;
    background-color: #339afe;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 15px;
}

.about-wrap .history-content .content-bg .history-tip p {
    text-align: left;
    transform: translate(50px, 0);
    font-size: 15px;
    line-height: 22px;
    color: #2c3e50;
}

.about-wrap .history-content .content-bg .history-title {
    font-size: 20px !important;
    color: #349AFE !important;
    letter-spacing: 0.55px;
    margin-bottom: 5px;
}

.about-wrap .history-content .content-bg .tip-1 {
    top: 83%;
    left: -6%;
}

.about-wrap .history-content .content-bg .tip-1 p {
    width: 119px;
    transform: translate(35px, 0);
}

.about-wrap .history-content .content-bg .tip-2 {
    top: 82%;
    left: 8%;
}

.about-wrap .history-content .content-bg .tip-2 p {
    width: 150px;
    transform: translate(55px, 0);
}

.about-wrap .history-content .content-bg .tip-3 {
    top: 60%;
    left: 20%;
}

.about-wrap .history-content .content-bg .tip-3 p {
    width: 121px;
    transform: translate(40px, 0);
}

.about-wrap .history-content .content-bg .tip-4 {
    top: 38%;
    left: 31%;
}

.about-wrap .history-content .content-bg .tip-4 p {
    width: 120px;
    transform: translate(38px, 0);
}

.about-wrap .history-content .content-bg .tip-5 {
    top: 27%;
    left: 42%;
}

.about-wrap .history-content .content-bg .tip-5 p {
    width: 210px;
    transform: translate(145px, -85px);
}

.about-wrap .history-content .content-bg .tip-6 {
    top: 68%;
    left: 51%;
}

.about-wrap .history-content .content-bg .tip-6 p {
    width: 130px;
    transform: translate(40px, 0);
}

.about-wrap .history-content .content-bg .tip-7 {
    top: 72%;
    left: 65%;
}

.about-wrap .history-content .content-bg .tip-7 p {
    width: 150px;
}

.about-wrap .history-content .content-bg .tip-8 {
    top: 48%;
    left: 77%;
}

.about-wrap .history-content .content-bg .tip-8 p {
    width: 118px;
    transform: translate(35px, 0);
}

.about-wrap .history-content .content-bg .tip-9 {
    top: 16%;
    left: 85%;
}

.about-wrap .history-content .content-bg .tip-9 p {
    width: 200px;
    transform: translate(76px, 0);
}

.about-wrap .history-content .content-bg .tip-10 {
    top: -14%;
    left: 96%;
}

.about-wrap .history-content .content-bg .tip-10 p {
    width: 180px;
    transform: translate(60px, 0);
}

/* ===== 荣誉奖项 ===== */
.honours-content {
    background: #F1F9FE;
    margin-bottom: 150px;
    padding-top: 1px;
}

.honours-content .honours-display {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.honours-content .honours-display .honours-display-text {
    width: 550px;
    height: 500px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 2px 12px 0 rgba(174, 174, 174, 0.1);
    border-radius: 10px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}

.honours-content .honours-display .honours-display-text .symbol {
    font-size: 80px;
    color: #ABDDFF;
    letter-spacing: 2.18px;
    position: absolute;
}

.honours-content .honours-display .honours-display-text .honours-display-text_box {
    margin: 40px ;
    max-height: 420px;
    overflow: hidden;
}

.honours-content .honours-display .honours-display-text p {
    color: #2C3E50;
    letter-spacing: 0.55px;
    font-size: 18px;
    line-height: 26px;
}

.honours-content .honours-display .honours-display-text .honours-display-text_main {
    margin-top: 15px;
}

.honours-content .honours-display .honours-display-text .honours-display-text_main p {
    font-size: 16px;
}


.honours-content .honours-banner {
    width: 1189px;
    margin: 0 auto;
    position: relative;
    top: 110px;
}

.honours-content .honours-banner .arrow {
    position: relative;
    top: -25px;
    cursor: pointer;
}

.honours-content .honours-banner .banner-box {
    width: 1200px;
    overflow: hidden;
}

.honours-content .honours-banner .banner-box p {
    font-size: 16px;
    letter-spacing: 0.44px;
    text-align: center;
    line-height: 22px;
    color: #000020;
}

.honours-content .honours-banner .banner-box .gray {
    color: #999999;
}
/* ===== 荣誉奖项缩略图轮播 ===== */
.honours-content .honours-banner {
    width: 1189px;
    margin: 0 auto;
    position: relative;
    top: 110px;
    align-items: center;
}

.honours-content .honours-banner .arrow {
    position: relative;
    top: -25px;
    cursor: pointer;
    flex-shrink: 0;
    z-index: 2;
}

.honours-content .honours-banner .banner-box {
    width: 1080px;
    overflow: hidden;
    margin: 0 18px;
}

.honours-content .honours-banner ul {
    display: flex;
    justify-content: flex-start;
    transition: transform 0.45s ease;
    will-change: transform;
}

.honours-content .honours-banner ul.no-transition {
    transition: none;
}

.honours-content .honours-banner ul li {
    width: 180px;
    flex: 0 0 180px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.honours-content .honours-banner ul img {
    width: 108px;
    height: 108px;
    border: 2px solid transparent;
    margin-bottom: 10px;
    border-radius: 50%;
    object-fit: cover;
}

.honours-content .honours-banner ul .activeColor {
    border-color: #349AFE;
}

.honours-content .honours-display .bigM img {
    width: 495px;
    height: 500px;
    display: block;
    object-fit: cover;
}

/* ===== 分支机构 ===== */
.about-wrap .company-branch {
    background-color: #f0f9fe;
    padding: 8px 0 88px;
}

.about-wrap .company-branch .branch_box {
    width: 1200px;
    height: 620px;
    margin: 0 auto;
    display: flex;
}

.about-wrap .company-branch .branch_box .branch_common {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-wrap .company-branch .branch_box .branch_common .text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: left;
}

.about-wrap .company-branch .branch_box .branch_common .mask {
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 2px 2px;
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    display: none;
}

.about-wrap .company-branch .branch_box .branch_common .mask .mask_title {
    margin-bottom: 20px;
}

.about-wrap .company-branch .branch_box .branch_common .mask .mask_text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
}

.about-wrap .company-branch .branch_box .branch_common:hover {
    border: 4px solid #2993fb;
    border-radius: 2px;
}

.about-wrap .company-branch .branch_box .branch_common:hover .mask {
    display: block;
}

.about-wrap .company-branch .branch_box p {
    font-size: 18px;
    color: #ffffff;
}

.about-wrap .company-branch .branch_box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-wrap .company-branch .branch_box .branch_box_left {
    width: 560px;
    height: 620px;
    margin-right: 10px;
}

.about-wrap .company-branch .branch_box .branch_box_right {
    width: 630px;
    height: 620px;
    margin-left: 10px;
    box-sizing: border-box;
}

.about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_top,
.about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_bottom {
    width: 100%;
    height: 300px;
    display: flex;
}

.about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_top > div,
.about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_bottom > div {
    width: 50%;
    height: 300px;
    background: #339afe;
    margin-right: 20px;
}

.about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_top > div:last-child,
.about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_bottom > div:last-child {
    margin-right: 0;
}

.about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_top {
    margin-bottom: 20px;
}
/**********************************企业文化**************************************************/
.culture-wrap {
    background: #fff;
}

.culture-wrap .culture-header {
    height: 300px;
    background-size: cover;
}

.culture-wrap .culture-idea {
    padding: 17px 0;
}

.culture-wrap .culture-idea .tips-box {
    width: 100%;
}

.culture-wrap .culture-idea .tips-box:nth-child(1) {
    margin-bottom: 40px;
}

.culture-wrap .culture-idea .tips-box .idea-tips {
    width: 30%;
    text-align: center;
}

.culture-wrap .culture-idea .tips-box .idea-tips p {
    width: 140px;
    margin: 6px auto 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
}

.culture-wrap .culture-idea .tips-box .idea-tips .tips-bg {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 174px;
    background: url("../images/g14.png") no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.culture-wrap .culture-idea .tips-box .idea-tips .tips-bg div {
    margin: 45px auto 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #333;
}

.culture-wrap .culture-idea .tips-box .idea-tips .tips-bg img {
    width: 42px;
    height: auto;
    margin-top: 30px;
    transition: all 0.1s;
}

.culture-wrap .culture-idea .tips-box .idea-tips .tips-bg img:hover {
    transform: scale(1.1);
}

.culture-wrap .culture-idea .tips-box .idea-tips .tips-bg .icon7 {
    margin-top: 40px;
}

/* 文化活动 */
.culture-wrap .culture-activities {
    flex-direction: column;
    margin-bottom: 70px;
}

.culture-wrap .culture-activities .img-top {
    margin-bottom: 20px;
}

.culture-wrap .culture-activities .img-top .top-left {
    width: 43%;
    height: 680px;
}

.culture-wrap .culture-activities .img-top .top-right {
    flex-direction: column;
    width: 55%;
}

.culture-wrap .culture-activities .img-top .top-right .right-top {
    width: 100%;
}

.culture-wrap .culture-activities .img-top .top-right .right-top .img-a,
.culture-wrap .culture-activities .img-top .top-right .right-top .img-b {
    height: 298px;
    width: 48%;
}

.culture-wrap .culture-activities .img-top .top-right .right-bottom {
    height: 364px;
    width: 100%;
}

.culture-wrap .culture-activities .img-bottom {
    height: 374px;
}

.culture-wrap .culture-activities .img-bottom .bottom-left {
    width: 61%;
    height: 100%;
}

.culture-wrap .culture-activities .img-bottom .bottom-right {
    width: 37%;
    height: 100%;
}

.culture-wrap .culture-activities .culture-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #dedede;
    overflow: hidden;
}

.culture-wrap .culture-activities .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.1s;
}

.culture-wrap .culture-activities .culture-img:hover .mask {
    opacity: 1;
}

.culture-wrap .culture-activities .mask [class^="mask-box"] {
    width: 70%;
    height: 50%;
}

.culture-wrap .culture-activities .mask .mask-box_1 {
    margin: 26% auto;
}

.culture-wrap .culture-activities .mask .mask-box_2,
.culture-wrap .culture-activities .mask .mask-box_3 {
    margin: 16% auto;
}

.culture-wrap .culture-activities .mask .mask-box_4,
.culture-wrap .culture-activities .mask .mask-box_5 {
    margin: 10% auto;
}

.culture-wrap .culture-activities .mask .mask-box_6 {
    margin: 15% auto;
}

.culture-wrap .culture-activities .mask .box-top {
    width: 100%;
    height: 50%;
    border: 3px solid #fff;
    border-bottom: none;
    box-sizing: border-box;
}

.culture-wrap .culture-activities .mask .mask-text {
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}

.culture-wrap .culture-activities .mask .box-bottom {
    width: 100%;
    height: 50%;
    border: 3px solid #fff;
    border-top: none;
    box-sizing: border-box;
}
/**********************************新闻中心**************************************************/
.news-wrap .news-header {
    height: 300px;
    background-size: cover;
}

.news-wrap .nav-box {
    background-color: #2893fb;
}

.news-wrap .nav-box .header-nav {
    height: 60px;
    line-height: 60px;
    background-color: #2893fb;
    color: #fff;
}

.news-wrap .nav-box .header-nav ul {
    width: 30%;
}

.news-wrap .nav-box .header-nav ul li {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
}

.news-wrap .nav-box .header-nav ul li.active {
    font-weight: bold;
}

.news-wrap .arrow-down {
    position: relative;
}

.news-wrap .arrow-down span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #2893fb;
    position: absolute;
    top: 0;
    right: 26%;
    transition: right 0.25s;
}

.news-wrap .news-content .news-panel {
    display: none;
}

.news-wrap .news-content .news-panel.active {
    display: block;
}

.news-wrap .news-content .dynamic-list {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.news-wrap .news-content .dynamic-list .content-tip {
    width: 31.2%;
    height: 405px;
    margin-bottom: 30px;
    margin-right: 1.7%;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    box-sizing: border-box;
}

.news-wrap .news-content .dynamic-list .content-tip:hover {
    box-shadow: 2px 5px 14px #e8f4ff;
}

.news-wrap .news-content .dynamic-list .content-tip:nth-child(3n) {
    margin-right: 0;
}

.news-wrap .news-content .dynamic-list .content-tip .tip-top {
    height: 225px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.news-wrap .news-content .dynamic-list .content-tip .tip-bottom {
    padding: 16px;
}

.news-wrap .news-content .dynamic-list .content-tip .tip-bottom p {
    line-height: 25px;
    text-align: left;
}

.news-wrap .news-content .dynamic-list .content-tip .tip-bottom p:nth-child(1) {
    height: 50px;
    overflow: hidden;
    color: #2c3e50;
    font-weight: bold;
}

.news-wrap .news-content .dynamic-list .content-tip .tip-bottom p:nth-child(2) {
    margin-bottom: 5px;
    color: #969799;
}

.news-wrap .news-content .dynamic-list .content-tip .tip-bottom p:nth-child(3) {
    height: 75px;
    overflow: hidden;
    color: #969799;
}

.news-wrap .el-pagination {
    margin-bottom: 10px;
    text-align: center;
}

.news-wrap .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #2893fb !important;
    color: #fff !important;
}

/* 视频区，保留原站结构 */
.news-wrap .news-content .company-video {
    height: 552px;
    margin-bottom: 80px;
}

.news-wrap .news-content .company-video .video-player-box {
    width: 100%;
    background-color: #f5f5f5;
}

.news-wrap .news-content .company-video .video-player-box iframe {
    width: 100%;
    height: 552px;
}
/**********************************供应商合作**************************************************/
.service-wrap {
    min-height: 701px;
    background: #fff;
}

.service-wrap .service-header {
    height: 300px;
    background-size: cover;
}

.service-wrap .service-cooperate {
    background-color: #f6f6f8;
    overflow: hidden;
}

.service-wrap .service-cooperate .service-content {
    margin: 0 auto;
    padding-bottom: 60px;
}

.service-wrap .service-cooperate .service-content ul {
    justify-content: space-around;
}

.service-wrap .service-cooperate .service-content .content-tips {
    width: 39%;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-wrap .service-cooperate .service-content .content-tips i {
    width: 50px;
    height: 50px;
    display: inline-block;
    display: flex;
    margin: 0 auto;
}

.service-wrap .service-cooperate .service-content .content-tips .right-icon1 {
    background: url("../images/j2.png") ;
    background-size: 100%;
}

.service-wrap .service-cooperate .service-content .content-tips .right-icon2 {
    background: url("../images/j1.png") ;
}

.service-wrap .service-cooperate .service-content .content-tips .tips-text {
    min-height: 150px;
    width: 100%;
}

.service-wrap .service-cooperate .service-content .content-tips .tips-title {
    font-size: 22px;
    color: #6eb6fb;
    font-weight: bold;
    margin: 15px 0 20px;
    white-space: normal;
    text-align: center;
    width: 100%;
}

.service-wrap .service-cooperate .service-content .content-tips .align_l {
    font-size: 15px;
    line-height: 22px;
    color: #2c3e50;
}

.service-wrap .service-cooperate .service-content .content-tips .supplier-btn {
    width: 280px;
    height: 40px;
    background: linear-gradient(-86deg, #4190FB, #38BEF7);
    box-shadow: 0 0 16px 2px rgba(40, 147, 251, 0.1);
    border-radius: 25px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    font-weight: bold;
}

/* 招商类目 */
.service-wrap .service-category {
    overflow-x: hidden;
}

.service-wrap .service-category ul {
    display: flex;
}

.service-wrap .service-category ul li {
    width: 16.666%;
    height: auto;
}

.service-wrap .service-category ul .hover1 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.service-wrap .service-category ul .hover1::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
    z-index: 1;
}

.service-wrap .service-category ul .hover1:hover::before {
    opacity: 1;
}

.service-wrap .service-category ul .hover1 img {
    transition: 0.5s ease;
    width: 100%;
    height: 100%;
    display: block;
}

.service-wrap .service-category ul .hover1:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}

.service-wrap .service-category ul .hover1 .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    cursor: pointer;
    text-align: center;
    z-index: 2;
}

.service-wrap .service-category ul .hover1 .box-content::before,
.service-wrap .service-category ul .hover1 .box-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.service-wrap .service-category ul .hover1 .box-content::before {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}

.service-wrap .service-category ul .hover1 .box-content::after {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}

.service-wrap .service-category ul .hover1:hover .box-content::before,
.service-wrap .service-category ul .hover1:hover .box-content::after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}

.service-wrap .service-category ul .hover1 .title {
    margin: auto;
    padding-top: 50%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.5s ease 0s;
}

.service-wrap .service-category ul .hover1:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/**********************************生态平台**************************************************/
.seller-wrap {
    position: relative;
    min-height: 814px;
    overflow-x: hidden;
    background: url("../images/k1.jpg") no-repeat center;
    background-size: cover;
}

.seller-wrap .seller-content {
    width: 1200px;
    min-height: 86vh;
    margin: 0 auto;
    position: relative;
}

.seller-wrap .seller-content .seller-btn {
    position: absolute;
    left: 20px;
    top: 700px;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    background: #117ae6;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    border: 0;
    outline: none;
    padding: 0;
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
}

.seller-wrap .seller-content .seller-btn:hover {
    background: #117ae6;
    color: #fff;
}
/**********************************联系我们**************************************************/
.contact-wrap {
    min-height: 911px;
    background: #fff;
}

.contact-wrap .contact-header {
    height: 300px;
    background: url("../images/contact-header.png") no-repeat center;
    background-size: cover;
}

.contact-wrap .company-address {
    margin-bottom: 10px;
    position: relative;
}

.contact-wrap .join-content {
    margin-bottom: 100px;
}

.contact-wrap .join-image {
    display: flex;
    justify-content: space-between;
}

.contact-wrap .join-image > div {
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 10px 4px #f0f0f0;
    box-sizing: border-box;
    text-align: center;
}

.contact-wrap .join-image > div img {
    width: 150px;
    height: 150px;
}

.contact-wrap .join-image p {
    font-size: 16px;
    color: #2c3e50;
    margin: 15px 0;
}

.contact-wrap .join-image p.title {
    font-weight: 600;
    font-size: 18px;
    color: #349afe;
}

/* 地图 */
.contact-wrap .address-map {
    margin-bottom: 0;
}

.contact-wrap .address-map .map-link {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.contact-wrap .address-map .map-img {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.contact-wrap .address-map .map-card {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.contact-wrap .address-map .map-info {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    width: 300px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.contact-wrap .address-map .map-company {
    font-weight: bold;
    color: #339afe;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-wrap .address-map .map-address {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}

.contact-wrap .address-map .map-address p {
    margin: 0;
}

.contact-wrap .address-map .map-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.contact-wrap .address-map .map-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.contact-wrap .address-map .map-tip {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}
/**********************************安珂云客户端**************************************************/
.cloud-client-wrap {
    color: #25364d;
    background: #fff;
    overflow-x: hidden;
}

.cloud-client-wrap .client-hero {
    min-height: 520px;
    background: linear-gradient(135deg, #eef7ff 0%, #d9ecff 45%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.cloud-client-wrap .client-hero:before {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    right: -120px;
    top: -160px;
    border-radius: 50%;
    background: rgba(40, 147, 251, 0.13);
}

.cloud-client-wrap .client-hero .hero-inner {
    min-height: 520px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cloud-client-wrap .client-hero .hero-copy {
    width: 48%;
    text-align: left;
}

.cloud-client-wrap .client-hero .hero-copy .eyebrow {
    color: #2893fb;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 18px;
    font-weight: bold;
}

.cloud-client-wrap .client-hero .hero-copy h1 {
    font-size: 48px;
    line-height: 62px;
    color: #12233d;
    margin-bottom: 20px;
    font-weight: bold;
}

.cloud-client-wrap .client-hero .hero-copy .hero-desc {
    font-size: 18px;
    line-height: 34px;
    color: #50647f;
}

.cloud-client-wrap .client-hero .hero-copy .hero-tags {
    margin-top: 32px;
}

.cloud-client-wrap .client-hero .hero-copy .hero-tags span {
    display: inline-block;
    padding: 10px 18px;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    color: #1679d8;
    background: #fff;
    box-shadow: 0 8px 24px rgba(40, 147, 251, 0.12);
}

.cloud-client-wrap .client-hero .hero-panel {
    width: 45%;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 28px 60px rgba(24, 98, 170, 0.2);
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .window-top {
    justify-content: flex-start;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .window-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    background: #ff6f6f;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .window-top span:nth-child(2) {
    background: #ffc653;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .window-top span:nth-child(3) {
    background: #4dd27b;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .mock-tabs {
    margin: 24px 0 18px;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .mock-tabs span {
    display: inline-block;
    padding: 9px 14px;
    margin-right: 8px;
    border-radius: 16px;
    font-size: 13px;
    color: #54708f;
    text-align: center;
    background: #f2f7ff;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .mock-banner {
    height: 132px;
    border-radius: 14px;
    color: #fff;
    text-align: left;
    padding: 28px;
    background: linear-gradient(135deg, #2893fb 0%, #41c7ff 100%);
    box-sizing: border-box;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .mock-banner p {
    font-size: 15px;
    opacity: 0.85;
    margin-bottom: 14px;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .mock-banner strong {
    font-size: 24px;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .mock-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .mock-grid span {
    width: 22%;
    height: 56px;
    margin: 0 3% 14px 0;
    border-radius: 12px;
    background: #f5f9ff;
    position: relative;
}

.cloud-client-wrap .client-hero .hero-panel .mock-window .mock-grid span:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    background: #d9ecff;
}

.cloud-client-wrap .client-section {
    padding-bottom: 72px;
}

.cloud-client-wrap .intro-card {
    padding: 34px 44px;
    border-radius: 12px;
    text-align: left;
    background: #f7fbff;
    border: 1px solid #e3f0ff;
    box-shadow: 0 10px 30px rgba(40, 147, 251, 0.08);
}

.cloud-client-wrap .intro-card p {
    font-size: 16px;
    line-height: 32px;
    color: #42566f;
    text-indent: 2em;
}

.cloud-client-wrap .intro-card p + p {
    margin-top: 14px;
}

.cloud-client-wrap .intro-card strong {
    color: #1679d8;
}

.cloud-client-wrap .ability-section,
.cloud-client-wrap .guide-section,
.cloud-client-wrap .value-section {
    background: #f6f8fb;
    padding-bottom: 78px;
    overflow: hidden;
}

.cloud-client-wrap .ability-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cloud-client-wrap .ability-grid .ability-card {
    width: 48%;
    min-height: 170px;
    margin-bottom: 28px;
    padding: 30px 34px;
    text-align: left;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    transition: all 0.2s;
}

.cloud-client-wrap .ability-grid .ability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(40, 147, 251, 0.14);
}

.cloud-client-wrap .ability-grid .ability-card i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #2893fb;
    font-style: normal;
    font-weight: bold;
}

.cloud-client-wrap .ability-grid .ability-card h3 {
    margin: 18px 0 12px;
    font-size: 22px;
    color: #1f344f;
}

.cloud-client-wrap .ability-grid .ability-card p {
    line-height: 28px;
    color: #617187;
}

.cloud-client-wrap .ai-grid .ai-card {
    width: 48%;
    min-height: 260px;
    padding: 36px;
    text-align: left;
    border-radius: 16px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
    border: 1px solid #e7f2ff;
    box-shadow: 0 12px 30px rgba(40, 147, 251, 0.09);
}

.cloud-client-wrap .ai-grid .ai-card .ai-index {
    color: #c5dff8;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 8px;
}

.cloud-client-wrap .ai-grid .ai-card h3 {
    font-size: 24px;
    color: #12233d;
    margin-bottom: 16px;
}

.cloud-client-wrap .ai-grid .ai-card p {
    min-height: 84px;
    line-height: 28px;
    color: #617187;
}

.cloud-client-wrap .ai-grid .ai-card .ai-tags {
    margin-top: 22px;
}

.cloud-client-wrap .ai-grid .ai-card .ai-tags span {
    display: inline-block;
    padding: 7px 14px;
    margin: 0 8px 8px 0;
    border-radius: 16px;
    color: #1679d8;
    background: #eaf5ff;
    font-size: 13px;
}

.cloud-client-wrap .ai-note {
    margin-top: 22px;
    padding: 18px 24px;
    text-align: left;
    line-height: 28px;
    color: #1679d8;
    background: #f0f8ff;
    border-left: 4px solid #2893fb;
}

.cloud-client-wrap .guide-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cloud-client-wrap .guide-list .guide-item {
    width: 48%;
    margin-bottom: 24px;
    padding: 26px;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: left;
}

.cloud-client-wrap .guide-list .guide-item span {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 18px;
    text-align: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #2893fb, #48c7ff);
    font-weight: bold;
}

.cloud-client-wrap .guide-list .guide-item h3 {
    font-size: 20px;
    color: #1f344f;
    margin-bottom: 10px;
}

.cloud-client-wrap .guide-list .guide-item p {
    line-height: 26px;
    color: #617187;
}

.cloud-client-wrap .usage-table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e4edf7;
}

.cloud-client-wrap .usage-table .usage-row {
    min-height: 72px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #e4edf7;
}

.cloud-client-wrap .usage-table .usage-row:last-child {
    border-bottom: 0;
}

.cloud-client-wrap .usage-table .usage-row .usage-label {
    width: 180px;
    padding: 24px;
    color: #1679d8;
    background: #f2f8ff;
    box-sizing: border-box;
    font-weight: bold;
}

.cloud-client-wrap .usage-table .usage-row .usage-content {
    flex: 1;
    padding: 24px 30px;
    line-height: 26px;
    color: #50647f;
    box-sizing: border-box;
}

.cloud-client-wrap .value-grid .value-card {
    width: 31.5%;
    min-height: 168px;
    padding: 28px;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
}

.cloud-client-wrap .value-grid .value-card h3 {
    min-height: 52px;
    font-size: 20px;
    line-height: 26px;
    color: #1f344f;
    margin-bottom: 14px;
}

.cloud-client-wrap .value-grid .value-card p {
    line-height: 26px;
    color: #617187;
}

.cloud-client-wrap .summary-box {
    margin-top: 34px;
    padding: 28px 36px;
    border-radius: 12px;
    color: #fff;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    background: linear-gradient(135deg, #1679d8 0%, #35b8ff 100%);
}

.cloud-client-wrap .summary-box strong {
    font-size: 20px;
}
/**********************************新闻详情**************************************************/
.detail-wrap {
    min-height: 814px;
    background: #fff;
}

.detail-wrap .current-page {
    padding-top: 20px;
    font-size: 14px;
    color: #2c3e50;
    box-sizing: border-box;
}

.detail-wrap .current-page i {
    margin-right: 5px;
}

.detail-wrap .current-page span span {
    cursor: pointer;
}

.detail-wrap .current-page span span:last-child {
    color: #2893fb;
}

.detail-wrap .detail-content {
    padding: 28px 24% 46px;
    box-sizing: border-box;
}

.detail-wrap .detail-content .detail-title {
    font-weight: bold;
    font-size: 20px;
    color: #2c3e50;
    text-align: center;
    line-height: 34px;
}

.detail-wrap .detail-content .secondary_text {
    color: #969799;
}

.detail-wrap .detail-content .align_l {
    text-align: left;
}

.detail-wrap .detail-content .align_r {
    text-align: right;
}

.detail-wrap .detail-content > .align_r {
    margin: 10px 0;
}

.detail-wrap .detail-content .detail-article {
    margin-top: 10px;
}

.detail-wrap .detail-content .detail-article p:first-child {
    line-height: 34px;
}

.detail-wrap .detail-content img {
    display: inline-block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin: 10px 0;
}

.detail-wrap .detail-content .detail-change {
    overflow: hidden;
    color: #2c3e50;
}

.detail-wrap .detail-content .detail-change span {
    cursor: pointer;
}

.detail-wrap .detail-content .detail-change span:hover {
    color: #2893fb;
}

.detail-wrap .detail-content .fl_l {
    float: left;
}

.detail-wrap .detail-content .fl_r {
    float: right;
}
/**********************************新闻中心-易佰视频**************************************************/
.news-wrap {
    min-height: 814px;
    background: #fff;
}

.news-wrap .news-header {
    height: 300px;
    background: url("../images/news-header.png") no-repeat center;
    background-size: cover;
}

.news-wrap .nav-box {
    background-color: #2893fb;
}

.news-wrap .nav-box .header-nav {
    height: 60px;
    line-height: 60px;
    background-color: #2893fb;
    color: #fff;
}

.news-wrap .nav-box .header-nav ul {
    width: 30%;
}

.news-wrap .nav-box .header-nav ul li {
    cursor: pointer;
    color: #fff;
}

.news-wrap .nav-box .header-nav ul li a {
    color: #fff;
    text-decoration: none;
}

.news-wrap .arrow-down {
    position: relative;
}

.news-wrap .arrow-down span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #2893fb;
    position: absolute;
    top: 0;
    right: 26%;
}

.news-wrap .news-content .company-video {
    height: 552px;
    margin-bottom: 80px;
}

.news-wrap .news-content .company-video .video-player-box {
    width: 75%;
    background-color: #f5f5f5;
}

.news-wrap .news-content .company-video .video-player-box iframe {
    width: 100%;
    height: 552px;
    display: block;
}

.news-wrap .news-content .company-video .video-right {
    width: 25%;
    background-color: #ededed;
    padding: 18px 2%;
    box-sizing: border-box;
}

.news-wrap .news-content .company-video .video-right .before {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url("../images/css_sprites.png") -586px -354px;
}

.news-wrap .news-content .company-video .video-right .video-list {
    height: 432px;
    padding: 22px 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.news-wrap .news-content .company-video .video-right .video-list .view-box {
    width: 100%;
    position: absolute;
    transition: all 0.5s;
}

.news-wrap .news-content .company-video .video-right .video-list .view-box .tip-box {
    margin-bottom: 30px;
    cursor: pointer;
}

.news-wrap .news-content .company-video .video-right .video-list .view-box .tip-box .list-tip {
    width: 100%;
    margin-bottom: 5px;
}

.news-wrap .news-content .company-video .video-right .video-list .view-box .tip-box .list-tip img {
    display: inline-block;
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.news-wrap .news-content .company-video .video-right .video-list .view-box .tip-box .video-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2c3e50;
    line-height: 22px;
}

/* .news-wrap .news-content .company-video .video-right .video-list .view-box .tip-box.active .video-name {
    color: #2893fb;
} */

.news-wrap .news-content .company-video .video-right .next {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url("../images/css_sprites.png") -511px -429px;
}
/**********************************文化活动列表**************************************************/
.list-wrap {
    min-height: 94vh;
    background: #fff;
}

.list-wrap .current-page {
    padding-top: 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.list-wrap .current-page i {
    margin-right: 5px;
}

.list-wrap .current-page span span {
    cursor: pointer;
}

.list-wrap .current-page span span:last-child {
    color: #2893fb;
}

.list-wrap .list-contain {
    padding-top: 20px;
    padding-bottom: 92px;
    box-sizing: border-box;
}

.list-wrap .list-contain .list-tips {
    cursor: pointer;
    padding: 10px;
    background-color: #f2f5f7;
    margin-bottom: 22px;
    box-sizing: border-box;
}

.list-wrap .list-contain .list-tips .tips-img {
    display: block;
    width: 148px;
    height: 128px;
    background-color: antiquewhite;
    margin-right: 3%;
    object-fit: cover;
    flex-shrink: 0;
}

.list-wrap .list-contain .list-tips .tips-content {
    width: 100%;
}

.list-wrap .list-contain .list-tips .tips-content .activity-title {
    line-height: 44px;
    font-size: 15px;
    color: #2c3e50;
    font-weight: normal;
}

.list-wrap .list-contain .list-tips .tips-content .secondary_text {
    line-height: 25px;
    max-width: 60%;
    font-size: 15px;
}

.list-wrap .list-contain .list-tips .tips-content > .secondary_text {
    max-width: 100%;
}

.list-wrap .el-pagination {
    margin-bottom: 10px;
    text-align: center;
}

.list-wrap .el-pagination button,
.list-wrap .el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
}

.list-wrap .el-pagination button {
    border: none;
    padding: 0 6px;
    background: transparent;
}

.list-wrap .el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed;
}

.list-wrap .el-pagination .btn-prev,
.list-wrap .el-pagination .btn-next {
    cursor: pointer;
    color: #303133;
}

.list-wrap .el-pager {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 0;
    vertical-align: top;
    list-style: none;
}

.list-wrap .el-pager li {
    display: inline-block;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
    margin: 0;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #fff !important;
    border: 1px solid #dcdcdc;
    color: #303133;
    text-align: center;
}

.list-wrap .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #2893fb !important;
    color: #fff !important;
}

@media (max-width: 992px) {
    .banner { max-width: 100%; padding: 0 15px; }
    .common-navigation .nav-list li { padding: 0 10px; font-size: 13px; }
    .home-company .company-content { flex-direction: column; height: auto; }
    .home-company .company-content .company-img { width: 100%; height: 200px; }
    .home-company .company-content .company-detail { width: 100%; margin-top: 20px; height: auto; }
    .advantage-content ul { flex-wrap: wrap; }
    .advantage-content .content-tips { flex: 1 1 calc(50% - 15px); min-height: auto; }
    .carousel-container { height: 300px; }
    
    .news-panel {
        flex-direction: column;
        min-height: auto;
    }

    .news-left {
        width: 100%;
    }

    .news-img {
        width: 100%;
        height: 240px;
    }

    .news-right {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
    
    .news-panel {
        flex-direction: column;
    }

    .news-left {
        width: 100%;
    }

    .common-navigation .navigation-box {
        padding: 12px 15px;
    }

    .common-navigation .common-nav {
        justify-content: space-between;
    }

    .common-navigation .nav-list {
        display: none;
    }

    .common-navigation .language {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }
    .news-panel {
        flex-direction: column;
        min-height: auto;
    }

    .news-left {
        width: 100%;
        background: #f4f4f4;
    }

    .news-left-carousel {
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: hidden;
    }

    .news-left-slide {
        position: relative;
        display: none;
        opacity: 1;
        pointer-events: auto;
        background: #fff;
        transition: none;
    }

    .news-left-slide.active {
        display: block;
    }

    .news-left-slide .news-img {
        width: 100%;
        height: 240px;
    }

    .news-left-slide .news-intro {
        min-height: auto;
        padding: 16px 12px 18px;
    }

    .news-right {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
    /**********************************关于我们**************************************************/
    .about-wrap {
        min-width: 0;
    }

    .about-wrap .history-content {
        width: 100%;
        padding: 0 15px 60px;
        box-sizing: border-box;
    }

    .about-wrap .history-content .content-bg {
        height: auto;
        background: none;
        display: block;
    }

    .about-wrap .history-content .content-bg .history-tip {
        position: relative;
        top: auto;
        left: auto;
        /*! display: grid; */
        grid-template-columns: 80px 1fr;
        column-gap: 14px;
        align-items: start;
        margin-bottom: 22px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-wrap .history-content .content-bg .history-tip span {
        width: 64px;
        height: 64px;
        line-height: 64px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .about-wrap .history-content .content-bg .history-tip p,
    .about-wrap .history-content .content-bg .tip-1 p,
    .about-wrap .history-content .content-bg .tip-2 p,
    .about-wrap .history-content .content-bg .tip-3 p,
    .about-wrap .history-content .content-bg .tip-4 p,
    .about-wrap .history-content .content-bg .tip-5 p,
    .about-wrap .history-content .content-bg .tip-6 p,
    .about-wrap .history-content .content-bg .tip-7 p,
    .about-wrap .history-content .content-bg .tip-8 p,
    .about-wrap .history-content .content-bg .tip-9 p,
    .about-wrap .history-content .content-bg .tip-10 p {
        width: auto;
        transform: none;
    }

    .about-wrap .history-content .content-bg .history-title {
        grid-column: 2;
        font-size: 18px;
    }

    .honours-content {
        margin-bottom: 70px;
    }

    .honours-content .honours-display {
        width: 100%;
        height: auto;
        padding: 0 15px;
        box-sizing: border-box;
        display: block;
    }

    .honours-content .honours-display .honours-display-text {
        width: 100%;
        height: auto;
        min-height: 420px;
        margin-bottom: 20px;
    }

    .honours-content .honours-display .honours-display-text .honours-display-text_box {
        margin: 40px 35px;
    }

    .honours-content .honours-display > div:last-child img {
        width: 100%;
        height: auto;
    }

    .honours-content .honours-banner {
        width: 100%;
        top: 50px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .honours-content .honours-banner .banner-box {
        width: 100%;
        overflow-x: auto;
    }

    .honours-content .honours-banner ul {
        min-width: 0;
    }
    
    .about-wrap .company-branch .branch_box {
        width: 100%;
        height: auto;
        padding: 0 15px;
        box-sizing: border-box;
        display: block;
    }

    .about-wrap .company-branch .branch_box .branch_box_left,
    .about-wrap .company-branch .branch_box .branch_box_right {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .about-wrap .company-branch .branch_box .branch_box_left {
        height: 360px;
        margin-bottom: 20px;
    }

    .about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_top,
    .about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_bottom {
        height: auto;
        display: block;
    }

    .about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_top > div,
    .about-wrap .company-branch .branch_box .branch_box_right .branch_box_right_bottom > div {
        width: 100%;
        height: 260px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about-wrap .history-content .content-bg .history-title {width: 100%!important;}

    .about-wrap .history-content .content-bg .history-tip p{text-align: center;margin: 10px 0 10px;}
    .honours-content .honours-banner .banner-box {
        width: calc(100% - 70px);
        margin: 0 10px;
    }
    
    .honours-content .honours-banner ul li {
        width: 150px;
        flex-basis: 150px;
    }
    /****************************企业文化*******************************************/
    .culture-wrap .culture-header {
        height: 240px;
    }

    .culture-wrap .culture-idea .tips-box {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .culture-wrap .culture-idea .tips-box:nth-child(1) {
        margin-bottom: 0;
    }

    .culture-wrap .culture-idea .tips-box .idea-tips {
        width: 50%;
        margin-bottom: 30px;
    }

    .culture-wrap .culture-activities {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .culture-wrap .culture-activities .img-top,
    .culture-wrap .culture-activities .img-bottom {
        display: block;
        height: auto;
        margin-bottom: 0;
    }

    .culture-wrap .culture-activities .img-top .top-left,
    .culture-wrap .culture-activities .img-top .top-right,
    .culture-wrap .culture-activities .img-bottom .bottom-left,
    .culture-wrap .culture-activities .img-bottom .bottom-right {
        width: 100%;
        height: auto;
    }

    .culture-wrap .culture-activities .img-top .top-left,
    .culture-wrap .culture-activities .img-top .top-right .right-bottom,
    .culture-wrap .culture-activities .img-bottom .bottom-left,
    .culture-wrap .culture-activities .img-bottom .bottom-right {
        height: 260px;
        margin-bottom: 16px;
    }

    .culture-wrap .culture-activities .img-top .top-right .right-top {
        display: block;
    }

    .culture-wrap .culture-activities .img-top .top-right .right-top .img-a,
    .culture-wrap .culture-activities .img-top .top-right .right-top .img-b {
        width: 100%;
        height: 260px;
        margin-bottom: 16px;
    }

    .culture-wrap .culture-activities .mask [class^="mask-box"] {
        width: 70%;
        height: 55%;
        margin: 12% auto !important;
    }
     /****************************新闻中心*******************************************/
     .news-wrap .news-header {
        height: 220px;
    }

    .news-wrap .nav-box .header-nav {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        justify-content: center;
    }

    .news-wrap .nav-box .header-nav ul {
        width: 100% !important;
    }

    .news-wrap .news-content {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .news-wrap .news-content .dynamic-list {
        display: flex;
        justify-content: space-between;
    }

    .news-wrap .news-content .dynamic-list .content-tip {
        width: 48.5%;
        margin-right: 0;
        height: auto;
    }

    .news-wrap .news-content .dynamic-list .content-tip .tip-top {
        height: 190px;
    }
      /****************************供应商合作*******************************************/
      .service-wrap .service-header {
        height: 240px;
    }

    .service-wrap .service-cooperate .service-content ul {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        display: block;
    }

    .service-wrap .service-cooperate .service-content .content-tips {
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-wrap: wrap;
    }

    .service-wrap .service-cooperate .service-content .content-tips .supplier-btn {
        width: 100%;
        max-width: 280px;
    }

    .service-wrap .service-category ul {
        flex-wrap: wrap;
    }

    .service-wrap .service-category ul li {
        width: 33.333%;
    }
       /****************************生态平台*******************************************/
       .seller-wrap {
        min-height: 620px;
        background-position: center top;
    }

    .seller-wrap .seller-content {
        min-height: 620px;
    }

    .seller-wrap .seller-content .seller-btn {
        left: 30px;
        top: 500px;
    }
        /****************************客户端*******************************************/
        .cloud-client-wrap .client-hero .hero-inner {
            flex-direction: column;
            padding-top: 50px;
            padding-bottom: 50px;
        }
    
        .cloud-client-wrap .client-hero .hero-copy,
        .cloud-client-wrap .client-hero .hero-panel {
            width: 100%;
        }
    
        .cloud-client-wrap .client-hero .hero-copy {
            margin-bottom: 35px;
        }
    
        .cloud-client-wrap .client-hero .hero-copy h1 {
            font-size: 38px;
            line-height: 48px;
        }
    
        .cloud-client-wrap .ability-grid .ability-card,
        .cloud-client-wrap .ai-grid .ai-card,
        .cloud-client-wrap .guide-list .guide-item {
            width: 100%;
        }
    
        .cloud-client-wrap .ai-grid {
            flex-direction: column;
            gap: 24px;
        }
    
        .cloud-client-wrap .value-grid {
            flex-direction: column;
            gap: 24px;
        }
    
        .cloud-client-wrap .value-grid .value-card {
            width: 100%;
        }
        .contact-wrap .join-image{flex-wrap: wrap;justify-content: center;}
        .contact-wrap .join-image > div{margin-bottom: 20px;}
         /**********************************新闻详情**************************************************/
         .detail-wrap .banner {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            box-sizing: border-box;
        }
    
        .detail-wrap .detail-content {
            padding-left: 12%;
            padding-right: 12%;
        }
        .news-wrap .nav-box .header-nav ul {
            width: 60% !important;
        }
    
        .news-wrap .news-content .company-video {
            height: auto;
            flex-direction: column;
        }
    
        .news-wrap .news-content .company-video .video-player-box,
        .news-wrap .news-content .company-video .video-right {
            width: 100%;
        }
    
        .news-wrap .news-content .company-video .video-player-box iframe {
            height: 420px;
        }
    
        .news-wrap .news-content .company-video .video-right {
            margin-top: 20px;
        }
         /**********************企业文化***********************************/
}
@media (max-width: 768px) {
    .common-navigation .common-nav { justify-content: space-between; }
    .advantage-content .content-tips { flex: 1 1 100%; }
    .carousel-container { height: 200px; }
    .common-tip { font-size: 32px; }
    .common-tip .title-text { font-size: 20px; }
    .video-player-box .video-placeholder { height: 200px; }
    
    .video-player-box .video-placeholder {
        height: 200px;
    }

    .news-img {
        height: 180px;
    }

    .news-intro {
        min-height: auto;
    }

    .news-right li {
        height: auto;
        min-height: 48px;
        line-height: 22px;
        padding: 12px 0;
    }

    .news-time {
        width: 96px;
        margin-left: 10px;
        font-size: 12px;
    }

    .news-time em {
        margin-right: 6px;
    }
    
    .news-left-slide .news-img {
        height: 180px;
    }

    .news-left-slide .news-intro {
        min-height: auto;
    }
    .news-left-slide .news-img {
        height: 180px;
    }

    .news-left-slide .news-intro {
        min-height: auto;
    }

    .news-left-slide .news-intro h3 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .news-left-slide .news-intro .time {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .news-left-slide .news-intro .desc {
        font-size: 13px;
        line-height: 22px;
    }
    /**********************************关于我们**************************************************/
    .about-wrap .company-introduction .introduction-text {
        margin-bottom: 35px;
    }

    .about-wrap .company-introduction .introduction-text p {
        font-size: 13px;
        line-height: 24px;
    }

    .honours-content .honours-display .honours-display-text {
        padding: 16px;
    }

    .honours-content .honours-display .honours-display-text .symbol {
        display: none;
    }

    .honours-content .honours-display .honours-display-text .honours-display-text_box {
        margin: 0;
    }

    .honours-content .honours-display .honours-display-text p {
        font-size: 16px;
        line-height: 25px;
    }

    .honours-content .honours-display .honours-display-text .honours-display-text_main p {
        font-size: 14px;
    }

    .about-wrap .company-branch .branch_box .branch_box_left {
        height: 260px;
    }
      /**********************************企业文化**************************************************/
      .culture-wrap .culture-header {
        height: 180px;
    }

    .culture-wrap .culture-idea .tips-box .idea-tips {
        width: 100%;
    }

    .culture-wrap .culture-activities .img-top .top-left,
    .culture-wrap .culture-activities .img-top .top-right .right-top .img-a,
    .culture-wrap .culture-activities .img-top .top-right .right-top .img-b,
    .culture-wrap .culture-activities .img-top .top-right .right-bottom,
    .culture-wrap .culture-activities .img-bottom .bottom-left,
    .culture-wrap .culture-activities .img-bottom .bottom-right {
        height: 210px;
    }

    .culture-wrap .culture-activities .mask .mask-text {
        font-size: 24px;
        line-height: 38px;
    }
      /****************************新闻中心*******************************************/
      .news-wrap .news-header {
        height: 180px;
    }

    .news-wrap .nav-box .header-nav {
        height: 52px;
        line-height: 52px;
    }

    .news-wrap .nav-box .header-nav ul li {
        font-size: 14px;
    }

    .news-wrap .news-content .dynamic-list .content-tip {
        width: 100%;
    }

    .news-wrap .news-content .dynamic-list .content-tip .tip-top {
        height: 210px;
    }

    .news-wrap .arrow-down span {
        display: none;
    }
         /****************************供应商合作*******************************************/
         .service-wrap .service-header {
            height: 180px;
        }
    
        .service-wrap .service-cooperate .service-content .content-tips {
            padding: 28px 20px;
        }
    
        .service-wrap .service-cooperate .service-content .content-tips .tips-title {
            font-size: 20px;
        }
    
        .service-wrap .service-category ul li {
            width: 50%;
        }
    
        .service-wrap .service-category ul .hover1 .title {
            font-size: 16px;
        }
       /****************************生态平台*******************************************/
       .seller-wrap {
        min-height: 520px;
        background-position: center top;
    }

    .seller-wrap .seller-content {
        min-height: 520px;
    }

    .seller-wrap .seller-content .seller-btn {
        left: 20px;
        top: 420px;
        width: 130px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .contact-wrap .contact-header {
        height: 180px;
    }
        /****************************客户端*******************************************/
        .cloud-client-wrap .client-hero .hero-copy h1 {
            font-size: 32px;
            line-height: 42px;
        }
    
        .cloud-client-wrap .client-hero .hero-copy .hero-desc {
            font-size: 16px;
            line-height: 30px;
        }
    
        .cloud-client-wrap .intro-card {
            padding: 24px 20px;
        }
    
        .cloud-client-wrap .usage-table .usage-row {
            flex-direction: column;
        }
    
        .cloud-client-wrap .usage-table .usage-row .usage-label {
            width: 100%;
            padding: 16px 20px;
        }
    
        .cloud-client-wrap .usage-table .usage-row .usage-content {
            padding: 18px 20px;
        }
    
        .cloud-client-wrap .client-hero .hero-panel .mock-window .mock-tabs {
            flex-wrap: wrap;
        }
    
        .cloud-client-wrap .client-hero .hero-panel .mock-window .mock-tabs span {
            margin-bottom: 8px;
        }
    /**********************************新闻详情**************************************************/
    .detail-wrap .detail-content {
        padding: 24px 15px 40px;
    }

    .detail-wrap .detail-content img {
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .detail-wrap .detail-content .detail-change span {
        float: none;
        display: block;
        line-height: 30px;
    }
    .news-wrap .news-header {
        height: 180px;
    }

    .news-wrap .nav-box .header-nav ul {
        width: 100% !important;
    }

    .news-wrap .news-content .company-video .video-player-box iframe {
        height: 240px;
    }

    .news-wrap .common-tip {
        font-size: 42px;
        margin: 35px 0;
    }

    .news-wrap .common-tip .tip-title {
        width: 100%;
    }
     /**********************企业文化***********************************/
     .list-wrap .current-page {
        font-size: 13px;
        line-height: 24px;
    }

    .list-wrap .list-contain {
        padding-top: 15px;
        padding-bottom: 50px;
    }

    .list-wrap .list-contain .list-tips {
        align-items: flex-start;
    }

    .list-wrap .list-contain .list-tips .tips-img {
        width: 110px;
        height: 95px;
        margin-right: 12px;
    }

    .list-wrap .list-contain .list-tips .tips-content .activity-title {
        line-height: 24px;
        font-size: 14px;
    }

    .list-wrap .list-contain .list-tips .tips-content .secondary_text {
        max-width: 100%;
        font-size: 13px;
        line-height: 22px;
    }

    .list-wrap .list-contain .list-tips .tips-content .flex_b {
        display: block;
    }
}