/*回到顶部按钮*/
#doitbegin_Back2top {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/to-top.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    _position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    cursor: pointer;
    text-indent: -999em;
}

#doitbegin_Back2top:hover {
    background: url(../img/to-top-hover.png) no-repeat;
    background-size: 100% 100%;
    transition: all 1s;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
    /*position:relative;*/
    /*overflow: hidden;*/
    position: absolute;
}

* {
    outline: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "microsoft yahei";
}

/* ---- particles.js container ---- */

.navbar-inverse {
    background: #fff;
    /*border-color: rgba(255, 255, 255, 0.2);*/
    height: 80px;
    /*background: url("../img/bannerBg.jpg") no-repeat;*/
    background-size: 100% 100%;
}

.navbar-inverse .navbar-nav > .active > a {
    background: transparent;
}

.navbar-collapse {
    background: none;
}

.navbar-nav > li {
    margin: 0 2px;
    position: relative;
}

.navbar-nav > li > a {
    display: flex;
    align-items: center;
    justify-items: center;
}

.nav > li.active > a {
    /*color: #00cdff!important;*/
    color: #323232 !important;
    border-bottom: 4px solid red;
}

.container {
    background: white;
    width: 1200px !important;
    max-width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #969696;
}

.productsNav {
    width: 100%;
    height: 0;
    background: white;
    position: absolute;
    top: 77px;
    left: 0;
    box-sizing: border-box;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    padding: 0 30px;
    overflow: hidden;
}

.productsNav .left {
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productsNav .left img {
    max-width: 96%;
    max-height: 200px;
}

.productsNav .right {
    width: 75%;
    float: right;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.productsNav .right ul {
    text-align: center;
    width: 15%;
    margin: 10px 3px;
    color: #646464;
    float: left;
}

.productsNav .right ul.firstUl {
    margin-left: 5%;
}

.productsNav .right ul li {
    padding: 4px 0;
    position: relative;
}

.productsNav .right ul li a {
    color: #666;
}

.productsNav .right ul li:first-child {
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.productsNav .right ul li:first-child a {
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.productsNav .right ul li:first-child:before {
    position: absolute;
    width: 66%;
    height: 3px;
    background: red;
    bottom: 0;
    left: 17%;
}

.productsNav .right ul:nth-child(2) li:first-child:before {
    width: 90%;
    left: 5%;
}

.productsNav .right ul li:first-child:hover:before {
    content: '';
}

.noBefore li:first-child:before {
    content: none !important;
}

@media (max-width: 1470px) {
    .productsNav .right ul li {
        font-size: 15px;
    }

    .productsNav .right ul li:first-child {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .productsNav .right ul li {
        font-size: 14px;
    }

    .productsNav .right ul li:first-child {
        font-size: 14px;
    }
}

/* 导航菜单部分 结束 */

.navbar-brand {
    /*height: auto;*/
    /*float: none;*/
    /*line-height: 100px;*/
    padding-top: 16px;
}

/*导航菜单*/
.navbar-inverse {
    /*background-color: transparent;*/
    /*border-color: transparent;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: #323232;
    font-weight: bold;
    /*line-height: 30px;*/
}

.navbar-nav > li > a {
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav > li > a {
    padding: 0 18px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #323232;
    border-bottom: 4px solid rgba(155, 93, 46, 0.75);
    cursor: pointer;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: transparent !important;
}

.active_ {
    color: #ff6e00 !important;
    border-bottom: 1px solid #ff6e00;
}

.hideLogo {
    display: none !important;
}

.centerContent {
    margin-top: 80px;
}

.centerContent-index {
    margin-top: 0;
}

.index-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    /*line-height: 130px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.26);
    z-index: 999999;
}

.index-nav div {
    font-size: 20px;
    font-weight: bold;
    margin: 0 25px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.index-nav div a {
    color: white;
}

.index-nav div:after {
    transition: all 0.5s;
    position: absolute;
    content: '';
    left: 50%;
    width: 0;
    height: 4px;
    bottom: -20px;
    background: red;
}

.index-nav div:hover:after {
    width: 100%;
    left: 0;
}

.productsHover2 {
    display: none !important;
}


.languageBox {
    position: absolute;
    top: 15px;
    right: 8%;
    line-height: 26px;
}

.languageBox span {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: .4;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    margin: 0 10px;
    vertical-align: middle;
}

.languageBox a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.languageBox a:first-child {
    opacity: 0.5;
}

.languageBox a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .productsNav .right ul.firstUl {
        margin-left: 0;
    }

    .productsNav .right ul li:first-child {
        padding-bottom: 3px;
        margin-bottom: 0;
    }

    .productsNav .right ul li:first-child a {
        color: #666;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .productsNav {
        height: auto;
        padding: 0 10px;
        position: initial;
        background: none;
        box-shadow: none;
    }

    .productsNav .right {
        display: block;
        margin: 0 0 10px 0;
    }

    .returnBtn {
        border-bottom: 1px solid #ccc;
        text-align: center;
        line-height: 40px;
    }

    .productsNav .right ul {
        width: calc(50% - 6px);
        float: left;
        margin: 3px;
    }

    .productsNav .right ul li:first-child:before {
        content: none;
    }

    .productsNav .right ul li a {
        font-size: 16px;
        color: #666666;
        font-weight: normal;
    }

    .productsNav .right ul li {
        display: none;
    }

    .productsNav .right ul li:first-child {
        display: block;
    }

    .noBefore {
        display: none;
    }

    .productsHover2 {
        display: block !important;
    }

    .productsHover {
        display: none !important;
    }

    .productsNav .left {
        display: none;
    }

    .productsNav .right {
        width: 100%;
    }

    .productsNav {
        top: 50px;
        display: none;
    }

    .index-nav {
        display: none;
    }

    .navbar-inverse {
        height: 50px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }

    .centerContent {
        margin-top: 50px !important;
    }

    .showLogo {
        display: none !important;
    }

    .hideLogo {
        display: block !important;
        margin: 12px 0 0 10px;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.92);
    }

    .collapse.in {
        border-bottom: 1px solid #ccc;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        border-bottom: none;
    }

    .nav > li {
        width: 50%;
        float: left;
        margin: 0;
    }

    .navbar-nav > li > a {
        height: 36px;
        font-weight: normal !important;
    }

    .navbar-nav > li > a span {
        display: none;
    }

    .nav > li > a {
        line-height: 14px;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .nav > li.active > a{
        border-bottom:2px solid red;
        color: red!important;
    }

}


/*footer*/
.footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 30px;
    background: #454545;
    opacity: 0.8;
}

.footer ul {
    width: 1024px;
    max-width: 96%;
    height: auto;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px dashed white;
}

.footer ul li {
    width: 33%;
    float: left;
    text-align: center;
    line-height: 30px;
    color: white;
}

.footer ul li a {
    color: white;
}

.footer li:last-child img {
    width: 110px;
}


.copyright {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 15px 0;
    color: white;
    opacity: 0.8;
    /*background-color: #000;*/
}

.copyright a {
    color: white;
}

/*footer  end*/


.index-part-first {
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0 100px 0;
    background: url(../img/index/bg_01.jpg);
    background-size: 100% 100%;
}

.index-part-first .content {
    width: 1200px;
    height: 100%;
    max-width: 96%;
    margin: auto;
    color: #fff;
    line-height: 36px;
    font-size: 18px;
    /*text-indent: 36px;*/
    box-sizing: border-box;
    padding-right: 230px;
    position: relative;
    z-index: 9;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}

.index-part-first .content .name2 {
    width: auto;
    height: 80px;
    display: inline-block;
    position: relative;
    line-height: 80px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-indent: 0;
    padding-bottom: 20px;
}

.index-part-first .content .name2 span {
    position: relative;
}

.index-part-first .content .name2 span::after {
    transition: all 0.5s;
    position: absolute;
    content: '';
    left: 0;
    width: 32px;
    height: 2px;
    bottom: -20px;
    background: white;
}

.index-part-first .content .name2 span:hover::after {
    width: 100%;
}

.index-part-first .content .boxContent {
    width: 100%;
    /*height: calc(100% - 80px);*/
    position: relative;
    padding-top: 60px;
    font-size: 20px;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.index-part-first .content .box {
    flex: 1;
}

.index-part-first .content .box .casket {
    width: 320px;
    height: 320px;
    background: url("../img/index/data_pic1.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 30px;
}

.index-part-first .content .box .casket:hover {
    transition: all 0.6s;
    background: url("../img/index/data_pic1_on.png") no-repeat;
    background-size: 100% 100%;
}

.index-part-first .content .box:nth-child(2) .casket {
    background: url("../img/index/data_pic2.png") no-repeat;
    background-size: 100% 100%;
}

.index-part-first .content .box:nth-child(2) .casket:hover {
    background: url("../img/index/data_pic2_on.png") no-repeat;
    background-size: 100% 100%;
}

.index-part-first .content .box:nth-child(3) .casket {
    background: url("../img/index/data_pic3.png") no-repeat;
    background-size: 100% 100%;
}

.index-part-first .content .box:nth-child(3) .casket:hover {
    background: url("../img/index/data_pic3_on.png") no-repeat;
    background-size: 100% 100%;
}

.index-part-first .content .box .casket .icon2 {
    display: none;
}

.index-part-first .content .box .casket:hover .icon {
    display: none;
    transition: all 0.6s;
}

.index-part-first .content .box .casket:hover .icon2 {
    display: block;
    transition: all 0.6s;
}

.index-part-first .content .box .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 5px 0 5px;
    line-height: 26px;
    text-align: center;
    color: #333;
}

.index-part-first .content .box .casket:hover .txt {
    color: #fff;
    transition: all 0.6s;
}

.index-part-first .name3 {
    background: #CE1C1C;
    width: 180px;
    height: 65%;
    max-height: 660px;
    min-height: 500px;
    position: absolute;
    top: -60px;
    right: 0;
    writing-mode: vertical-rl;
    box-sizing: border-box;
    padding: 20px 15px;
}

.index-part-first .name3 div {
    width: 33.3%;
    height: 100%;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
}

.index-part-first .name3 div:first-child {
    justify-content: start;
}

.index-part-first .name3 div:last-child {
    justify-content: end;
}

.index-part-two {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../img/index/bg_02.png);
    background-size: 100% 100%;
}

.index-two-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    /*line-height: 60px;*/
    padding-bottom: 15px;
    position: relative;
    width: 100%;
}

.index-two-title span {
    position: relative;
    display: inline-block;
}

.index-two-title span:before {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 60px;
    margin-left: -30px;
    height: 2px;
    left: 50%;
    background: #333;
    transition: all 0.6s;
}

.index-two-title span:hover:before {
    width: 100%;
    left: 0;
    margin-left:0;
    transition: all 0.6s;
}

.index-part-two .content {
    width: 1240px;
    height: calc(100% - 60px);
    max-width: 95%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-part-two .content img {
    max-width: 100%;
    max-height: 95%;
}

.index-part-three {
    width: 100%;
    height: auto;
    position: relative;
    background: url('../img/index/bg2.png') no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

.index-part-three .content {
    width: 1240px;
    height: 100%;
    max-width: 95%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 0 0 30px;
    display: flex;
    flex-wrap: wrap;
}

/*.index-part-three .content .leftImg{*/
/*    max-height: 100%;*/
/*    width: 560px;*/
/*}*/
/*.index-part-three .rightContent{*/
/*    width: calc(100% - 560px);*/
/*    height: 100%;*/
/*    position: relative;*/
/*    margin-left: -60px;*/
/*    margin-top: -30px;*/
/*    display: flex;*/
/*    !*align-items: center;*!*/
/*    justify-content: space-evenly;*/
/*    flex-direction: column;*/
/*    box-sizing: border-box;*/
/*}*/
/*.index-part-three .rightContent .rightBox{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    !*justify-content: center;*!*/
/*    box-sizing: border-box;*/
/*    padding-top: 30px;*/
/*}*/
/*.index-part-three .rightContent .rightBox:nth-child(1){*/
/*    margin-left: -15px;*/
/*}*/
/*.index-part-three .rightContent .rightBox:nth-child(2){*/
/*    margin-left: 20px;*/
/*}*/
/*.index-part-three .rightContent .rightBox:nth-child(3){*/
/*    margin-left: 20px;*/
/*}*/
/*.index-part-three .rightContent .rightBox:nth-child(4){*/
/*    margin-left: -10px;*/
/*}*/
/*.index-part-three .rightContent .rightBox:nth-child(5){*/
/*    margin-left: -12%;*/
/*}*/
/*.index-part-three .icon{*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: #0055F8;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.index-part-three .icon img{*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*}*/
/*.index-part-three .box{*/
/*    width: calc(100% - 60px);*/
/*    box-sizing: border-box;*/
/*    padding-left: 20px;*/
/*}*/
/*.index-part-three .box .name{*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*}*/
/*.index-part-three .box .txt{*/
/*    padding-top: 5px;*/
/*    font-size: 16px;*/
/*}*/

.ai-core {
    flex: 1;
    min-width: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    position: relative;
}

/* 核心圆形样式 */
.core-circle {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 60%, rgba(45, 87, 255, 0.7) 95%);
    /*box-shadow: 0 2px 20px rgba(26, 41, 128, 0.4);*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* 数据连接竖线 */
.core-circle::before {
    content: '';
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: conic-gradient(
            from 0deg,
            transparent 0deg 20deg,
            rgba(38, 100, 208, 0.4) 20deg 40deg,
            transparent 40deg
    );
    animation: rotate 12s linear infinite;
}

/* 内圈圆形 */
.core-inner {
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: url("../img/index/pic_advantages.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    box-shadow: 0 0 10px rgba(68, 136, 239, 0.5);
}


/* 节点区域 */
.advantages {
    flex: 1;
    min-width: 320px;
    padding: 20px;
}

/* 优势节点样式 */
.advantage-node {
    display: flex;
    margin-bottom: 25px;
    position: relative;
}

/* 节点之间的连接线 */
.advantage-node:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 29px;
    height: calc(100% + 15px);
    width: 3px;
    background: linear-gradient(to bottom, #85b9ff, #1a2980);
}

/* 节点图标容器 */
.node-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0055F8, #0055F8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    margin-right: 20px;
    z-index: 2;
    flex-shrink: 0;
    animation: pulse 4s ease-in-out infinite;
}

.node-icon img {
    width: 32px;
}

.node-content {
    background: #f8fafd;
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 139, 0.06);
    flex: 1;
    border-left: 4px solid #6289f6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.node-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(26, 41, 128, 0.15);
}

.node-content h3 {
    font-size: 18px;
    font-weight: bold;
    /*color: #1a2980;*/
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.node-content p {
    /*color: #555;*/
    margin-bottom: 5px;
}

.highlight {
    background: rgba(38, 208, 206, 0.1);
    padding: 3px 6px;
    border-radius: 5px;
    font-weight: 500;
    color: #1a2980;
}

/* 节点图标动画 */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.index-part-four {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/index/bg_03.png);
    background-size: 100% 100%;
}

.index-part-four .content {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin: auto;
    z-index: 1;
    position: relative;
    display: flex;
    /*align-items: center;*/
    /*justify-content: end;*/
    display: none;
}

.index-part-four .content .left {
    flex: 1;
    max-width: 800px;
    min-width: 600px;
    height: 86%;
    position: relative;
    /*border-right: 1px solid #ccc;*/
    box-sizing: border-box;
    padding: 80px 80px 120px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index-part-four .content .left .title {
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
}

.index-part-four .content .left .title span {
    position: relative;
}

.index-part-four .content .left .title span::after {
    transition: all 0.5s;
    position: absolute;
    content: '';
    left: 0;
    width: 32px;
    height: 3px;
    bottom: -20px;
    background: #333;
}

.index-part-four .content .left .title span:hover::after {
    width: 100%
}

.index-part-four .content .left .name {
    width: 100%;
    padding: 50px 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    display: flex;
    align-items: center;
}

.index-part-four .content .left .name img {
    max-height: 100%;
    margin-right: 12px;
}

.index-part-four .content .left .txt {
    font-size: 18px;
    line-height: 36px;
    text-indent: 32px;

}

.index-part-four .content .right {
    flex: 1;
    /*height: 100%;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-part-four .content .right img {
    /*width: 100%;*/
    max-height: 100%;
    max-width: 100%;
    /*height: 100%;*/
}

.index-four-navContent {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 9;
    bottom: 6%;
}

.index-four-navBox {
    width: 1300px;
    height: 100%;
    max-width: 96%;
    position: relative;
    margin: auto;
    display: flex;
    align-items: end;
    justify-content: center;
    background: white;
}

.index-four-nav {
    width: 20%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px 40px;
    cursor: pointer;
    transition: all 1s;
}

.index-four-nav:nth-child(3) {
    width: 24%;
}

.index-four-nav::after {
    transition: all 0.5s;
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    height: 50%;
    top: 25%;
    background: #D9D9D9;
}

.index-four-nav:last-child::after {
    content: none;
}

.index-four-nav:hover {
    transition: all 1s;
    height: 116%;
}

.index-four-nav.active {
    transition: all .2s;
    background: #C61619;
    height: 116%;
    color: #fff;
}

.index-four-nav.active::after {
    content: none;
}

.index-four-nav .num {
    color: #969696;
    font-size: 18px;
}

.index-four-nav.active .num {
    color: #fff;
}

.index-four-nav .name {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    line-height: 20px;
}


.hideImg {
    display: none;
}

.index-first-hide {
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #E61319;
    display: none;
}


.index-four-swiper {
    width: 90%;
    height: 220px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    /*padding:0 50px;*/
    display: none;
    overflow: hidden;
}

.index-four-swiper .swiper-slide {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index-four-swiper .box {
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 5px 10px #ccc;
}

.index-four-swiper .box .name {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    margin-top: 10px;
    hyphens: auto; /* 自动在合适位置添加连字符 */
    word-break: break-all; /* 任意字符处断行（日韩文常用） */
}

.index-four-swiper .swiper-slide:nth-child(1).active .box {
    background: url("../img/index/old/nav_bg1.png");
}

.index-four-swiper .swiper-slide:nth-child(2).active .box {
    background: url("../img/index/old/nav_bg2.png");
}

.index-four-swiper .swiper-slide:nth-child(3).active .box {
    background: url("../img/index/old/nav_bg3.png");
}

.index-four-swiper .swiper-slide:nth-child(4).active .box {
    background: url("../img/index/old/nav_bg4.png");
}

.index-four-swiper .swiper-slide:nth-child(5).active .box {
    background: url("../img/index/old/nav_bg5.png");
}

.index-four-swiper .swiper-slide.active .name {
    color: #fff9ec;
    font-size: 18px;
}

.index-four-swiper .swiper-slide .box .icon {
    width: 60px;
    height: 60px;
}

.index-four-swiper .swiper-slide:nth-child(1) .box .icon {
    background: url("../img/index/nav_icon1.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(1).active .box .icon {
    color: #fff;
    background: url("../img/index/old/nav_icon1_on.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(2) .box .icon {
    background: url("../img/index/nav_icon2.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(2).active .box .icon {
    color: #fff;
    background: url("../img/index/old/nav_icon3_on.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(3) .box .icon {
    background: url("../img/index/nav_icon3.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(3).active .box .icon {
    color: #fff;
    background: url("../img/index/old/nav_icon4_on.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(4) .box .icon {
    background: url("../img/index/nav_icon4.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(4).active .box .icon {
    color: #fff;
    background: url("../img/index/old/nav_icon5_on.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(5) .box .icon {
    background: url("../img/index/nav_icon5.png") center center no-repeat;
}

.index-four-swiper .swiper-slide:nth-child(5).active .box .icon {
    color: #fff;
    background: url("../img/index/old/nav_icon2_on.png") center center no-repeat;
}

.index-four-swiper .swiper-button-next {
    /*right: -30px;*/
    width: 40px;
    height: 40px;
    background: url('../img/index/old/arrow_right_on.png') no-repeat;
    /*background-position: 0 -93px;*/
    background-size: 100%;
}

.index-four-swiper .swiper-button-prev {
    /*left: -30px;*/
    width: 40px;
    height: 40px;
    background: url('../img/index/old/arrow_left_on.png') no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}

@media (max-width: 1750px) {
    .index-part-four .content .left {
        padding: 40px 30px 100px 30px;
    }

    .index-part-four .content .left .name {
        padding: 20px 0;
    }
}

@media (max-width: 1350px) {
    .index-four-nav .name {
        padding-top: 0;
    }

    .index-four-nav.active {
        height: 108%;
    }

    @media (max-width: 1200px) {
        .index-part-first .content .box {
            width: 33%;
        }

        .index-part-first .content .box .casket {
            max-width: 100%;
            padding: 0 15px;
        }

        .advantages {
            flex: 2;
        }
    }

    @media (max-width: 1000px) {
        .ai-core {
            display: none;
        }
        .index-part-three .content{
            padding: 30px 0 0 0;
        }
    }
    @media (max-width: 920px) {
        .index-part-first {
            background: none;
            padding: 20px 0;
        }

        .index-first-hide {
            display: block;
        }

        .index-part-first .content {
            padding-right: 0;
        }

        .index-part-first .content .boxContent {
            padding-top: 20px;
        }

        .index-part-first .content .name2 {
            width: 100%;
            text-align: center;
            color: #333;
        }

        .index-part-first .content .box .casket {
            padding: 0 8px;
            height: 300px;
        }

        .index-part-first .name3 {
            display: none;
        }
    }

    @media (max-width: 860px) {
        .index-part-four .content {
            min-height: 550px;
        }

        .index-part-four .content .left {
            max-width: 100%;
            min-width: auto;
        }

        .index-part-four .content .right {
            display: none;
        }
    }
}

@media (max-width: 790px) {
    .index-first-hide {
        font-size: 20px;
    }

    .showImg {
        display: none;
    }

    .hideImg {
        display: block;
    }

    .index-part-four .content .left .txt {
        line-height: 30px;
    }


    .footer {
        background: #000;
        padding-top: 10px;
        margin-top: 0px;
    }

    .footer .address, .footer .tips1 {
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer .address span, .footer .tips1, .footer .tel {
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
    }

    .copyright {
        padding: 8px 0 5px 0;
        font-size: 12px !important;
    }


}

@media (max-width: 680px) {
    .index-part-first .content .box .casket {
        background: #fff !important;
        border-radius: 8px;
        box-shadow: 0 0 5px #ccc;
    }

    .index-part-first .content .box .casket:hover {
        background: #E61319 !important;
    }
    .index-part-first .content .name2{
        height: 60px;
        line-height: 50px;
    }
    .index-part-three {
        padding: 40px 0 10px 0;
    }

    .node-icon {
        display: none;
    }

    .advantage-node:not(:last-child)::after {
        content: none;
    }

    .index-part-four .content .left .name {
        font-size: 24px;
    }

    .index-part-four .content .left .name img {
        width: 22px;
    }

    .index-four-navContent {
        display: none;
    }

    .index-four-swiper {
        display: block;
    }

    .index-part-four .content {
        min-height: auto;
    }

    .index-part-four .content .left {
        padding: 30px 30px;
    }

    .index-part-four .content .left .title span::after{
        content: none;
    }
    .index-part-four .content .left .title{
        font-size: 32px;
        line-height: 30px;
    }
    .index-part-four .content .left .name{
        line-height: initial;
        font-size: 20px;
    }
}

/*--------------关于我们--------------*/
.aboutUs-part1 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
}

.aboutUs-part1 .content {
    width: 1240px;
    max-width: 92%;
    margin: auto;
    position: relative;
}

.aboutUs-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    /*line-height: 80px;*/
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
}

.aboutUs-title span {
    position: relative;
}

.aboutUs-title span::before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 2px;
    left: 50%;
    margin-left: -30px;
    background: #333;
    transition: all 0.6s;
}

.aboutUs-title span:hover::before {
    left: 0;
    width: 100%;
    margin-left:0;
}

.aboutUs-profile {
    width: 100%;
    font-size: 18px;
    text-indent: 32px;
    line-height: 35px;
    padding: 30px 0 50px 0;
}

.advantagesBox_us {
    width: 100%;
    height: auto;
    padding-top: 30px;
    position: relative;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.advantagesBox_us .box {
    flex: 1;
    position: relative;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 30px;
    /*overflow:auto;*/
}
.advantagesBox_us .box:nth-child(2){
    margin:0 20px;
}

.advantagesBox_us .box .light {
    position: absolute;
    background: rgba(0, 255, 255, 0.91);
    /*animation-play-state: paused;*/
    /*animation-play-state: running;*/
}

.advantagesBox_us .box:hover .light {
    animation-play-state: paused;
}

.light1 {
    width: 20px;
    height: 2px;
    top: -1px;
    left: 0;
    animation: flowLight1 1.2s linear infinite;
}

@keyframes flowLight1 {
    0% {
        left: 0;
    }
    100% {
        left: calc(100% - 20px);
    }
}

.light2 {
    width: 2px;
    height: 30px;
    top: 0;
    right: -1px;
    animation: flowLight2 1.2s linear infinite;
}

@keyframes flowLight2 {
    0% {
        top: 0;
    }
    100% {
        top: calc(100% - 30px);
    }
}

.light3 {
    width: 20px;
    height: 2px;
    right: 0;
    bottom: -1px;
    animation: flowLight3 1.2s linear infinite;
}

@keyframes flowLight3 {
    0% {
        right: 0;
    }
    100% {
        right: calc(100% - 20px);
    }
}

.light4 {
    width: 2px;
    height: 30px;
    left: -1px;
    bottom: 0;
    animation: flowLight4 1.2s linear infinite;
}

@keyframes flowLight4 {
    0% {
        bottom: 0;
    }
    100% {
        bottom: calc(100% - 30px);
    }
}

.advantagesBox_us .box .icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantagesBox_us .box .icon img {
    max-width: 100%;
    max-height: 100%;
}

.advantagesBox_us .box .name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    line-height: 25px;
}

.advantagesBox_us .box .txt {
    font-size: 18px;
    color: #7F7F7F;
    text-indent: 32px;
    padding-top: 10px;
    line-height: 32px;
}

.advantagesBox_us .box .txt2 {
    line-height: 26px;
}


.aboutUs-part2 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 80px 0;
    background: url("../img/aboutUs/bg.png") no-repeat;
    background-size: 100% 100%;
}

.aboutUs-part2 .content {
    width: 1240px;
    max-width: 92%;
    margin: auto;
    position: relative;
}

.influenceContainer {
    width: 100%;
    height: auto;
    padding-top: 50px;
    position: relative;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.influenceContainer .left {
    flex: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.influenceMenu {
    width: 100%;
    height: 85px;
    margin-bottom: 20px;
    background: rgba(238, 243, 250, 0.8);
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #646464;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 25px;
    text-align: center;
}
.influenceMenu:last-child{
    margin-bottom: 0;
}

.influenceMenu.active, .influenceMenu:hover {
    background: #C61619;
    color: #fff;
}

.influenceMenu.active::after {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-right-color: #C61619;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -24px;
}


.influenceContainer .rightBox {
    /*width: calc(100% - 450px);*/
    flex: 2;
    margin-left: 20px;
    /*height: 100%;*/
    background: rgba(238, 243, 250, 0.8);
}

.influenceContainer .right {
    width: 100%;
    height: 100%;
    display: none;
}

.influenceContainer .right1 {
    display: block;
}

.influenceContainer .right img {
    max-width: 100%;
    /*max-height: 55%;*/
}

.influenceContainer .right .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 50px;
    font-size: 18px;
    line-height: 32px;
    color: #555658;
}


.aboutUs-part3 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0 30px 0;
}

.aboutUs-part3 .content {
    width: 1240px;
    max-width: 92%;
    margin: auto;
    position: relative;
}

.technicalBox {
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/aboutUs/mapBg.png") no-repeat;
    background-size: 100% 100%;
}

.technicalBox img {
    max-width: 100%;
    max-height: 95%;
}


.aboutUs-part4 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
}

.aboutUs-part4 .content {
    width: 1240px;
    max-width: 92%;
    margin: auto;
    position: relative;
}

.aboutUs-profile-address {
    text-align: center;
}

.addressBox {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addressBox img {
    max-width: 100%;
    max-height: 95%;
}

@media (max-width: 1280px) {
    .advantagesBox_us .box {
        padding:20px;
    }
}
@media (max-width: 720px) {
    .advantagesBox_us .box:nth-child(2) {
        margin: 0 10px;
    }
    .aboutUs-part2{
        padding:0 0 30px 0;
    }
}
@media (max-width: 680px) {
    .aboutUs-part1{
        padding:0 0 20px 0;
    }
    .aboutUs-profile{
        padding:30px 0;
    }
    .advantagesBox_us .box .name{
        font-size: 20px;
    }
    .advantagesBox_us {
        flex-wrap: wrap;
    }
    .advantagesBox_us .box:nth-child(3) {
        margin-top: 10px;
    }
    .influenceContainer{
        flex-direction: column;
    }
    .influenceMenu.active::after{
        top: 100%;
        transform: rotate(-90deg);
        left: 49%;
        right: auto;
    }
    .influenceContainer .left{
        flex-wrap: wrap;
        flex-direction: initial;
    }
    .influenceMenu{
        width: 48%;
    }
    .influenceMenu:last-child{
        margin-bottom: 20px;
    }
    .influenceContainer .right .txt{
        padding:20px 30px;
    }
    .influenceContainer .rightBox{
        margin-left: 0;
    }
}
/*--------------关于我们end--------------*/


/*---------------场景方案--------------*/
.scenePartContent {
    position: relative;
    width: 100%;
    height: auto;
}

.synopsis {
    position: absolute;
    width: 800px;
    height: 200px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: column;*/
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 10px;
}

.synopsis a {
    color: #fff;
}

.synopsis .name {
    font-size: 36px;
    font-weight: bold;
    line-height: 35px;
    text-shadow: 0 5px 3px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.synopsis .des {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
    padding-top: 20px;
    cursor: pointer;
}

.synopsis .more {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-top: 20px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 1);
    padding-right: 32px;
    float: right;
    transition: all 0.6s;
}

.synopsis .more:hover, .synopsis a:hover + .more {
    color: #a73030;
    transition: all 1s;
    font-weight: bold;
    font-size: 17px;
    text-shadow: 5px 0 3px rgba(255, 255, 255, 0.6);
}

.synopsis .more span {
    display: inline-block;
    font-size: 20px;
    margin-left: 6px;
}

.synopsis1 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 5%;
}

.synopsis2 {
    width: 570px;
    right: 5%;
    bottom: 5%;
}

.synopsis3 {
    width: 720px;
    right: 6%;
    bottom: 5%;
}

.synopsis4 {
    width: 400px;
    left: auto;
    right: 8%;
    top: auto;
    bottom: 5%;
}

@media (max-width: 1580px) {
    .synopsis{
        width: 800px;
        height: 100px;
        bottom: 10px;
        padding:20px;
        text-align: center;
        left: 50%;
        margin-left: -400px;
    }
    .synopsis:hover a{
        transition: all 0.6s;
        color: #E61319;
    }
    .synopsis .name{
        font-size: 26px;
    }
    .synopsis .des{
        padding-top: 5px;
    }
    .synopsis .more{
        display: none;
    }
}
@media (max-width: 820px) {
    .synopsis{
        width: 500px;
        margin-left: -250px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
    }
    .synopsis .name{
        font-size: 22px;
        line-height: 22px;
    }
    .synopsis .des{
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 520px) {
    .synopsis{
        width: 100%;
        margin-left: 0;
        left: 0;
        height: auto;
    }
}

/*---------------场景方案end--------------*/


/*-----------场景方案详情------------*/
.scene-part1 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
}

.scene-part1 .content {
    width: 1240px;
    max-width: 92%;
    margin: auto;
    position: relative;
}

.scene-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.scene-title2 {
    color: #fff;
}

.scene-title span {
    position: relative;
}

.scene-title span::before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 2px;
    left: 50%;
    margin-left: -30px;
    background: #333;
    transition: all 0.6s;
}

.scene-title2 span::before {
    background: #ccc;
}

.scene-title span:hover::before {
    left: 0;
    width: 100%;
    margin-left:0;
}

.scene-profile {
    width: 100%;
    font-size: 18px;
    text-indent: 32px;
    line-height: 35px;
    padding-top: 30px;
}

.scene-part2 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
    background: url("../img/scene/bg.png") no-repeat;
    background-size: 100% 100%;
}

.scene-part-content3 .scene-part2 {
    background: none;
    padding: 30px 0 80px 0;
}

.scene-part-content4 .scene-part2 {
    background: none;
}

.scene-part-content3 .influenceMenu {
    height: 30%;
}

.scene-part2 .content {
    width: 1240px;
    max-width: 92%;
    margin: auto;
    position: relative;
}

.AdvantagesContainer {
    width: 100%;
    height: auto;
    padding: 50px 0 30px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    gap: 20px; /* 盒子间距 */
}

.AdvantagesContent {
    flex: 1 1 calc(50% - 20px); /* 每行2个，考虑gap */
    min-width: 0; /* 防止内容溢出 */
    min-height: 0;
    position: relative;
    /*padding: 0 8px 20px 0;*/
    /*float: left;*/
}

.Advantages2 {
    height: 150px;
}

.Advantages2 .txtContent {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.AdvantagesBox {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
}

.AdvantagesBox:hover {
    transition: all 1s;
    margin-top: -10px;
}

.AdvantagesBox .icon {
    width: 150px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AdvantagesBox .icon img {
    max-width: 50%;
    max-height: 100%;
    width: 50px;
}

.AdvantagesBox .txtContent {
    width: calc(100% - 150px);
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 15px 15px 15px 0;
}

.AdvantagesBox .txtContent .name {
    font-size: 20px;
    font-weight: bold;
}

.AdvantagesBox .txtContent .txt {
    padding-top: 6px;
    font-size: 16px;
    line-height: 25px;
}

.scene-part3 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0 30px 0;
}

.scene-part-content2 .scene-part3 {
    padding: 30px 0 80px 0;
}

.scene-part3 .content {
    width: 1240px;
    max-width: 92%;
    margin: auto;
    position: relative;
}

.scenariosContainer {
    width: 100%;
    height: auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.scenariosContent {
    flex: 1 1 calc(25% - 20px); /* 每行4个，考虑gap */
    min-width: 0; /* 防止内容溢出 */
    min-height: 0;
    position: relative;
    float: left;
}
.scene-part-content4 .scenariosContainer{
    flex-wrap: wrap;
}
.scene-part-content4 .scenariosContent{
    flex: 1 1 calc(33.3% - 20px); /* 每行2个，考虑gap */
}


.scenariosBox {
    width: 100%;
    height: 100%;
    /*box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);*/
    position: relative;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-direction: column;
    transition: all 0.6s;
}

.scenariosBox .imgBox {
    flex: 1;
    /*width: 100%;*/
    /*height: 100%;*/
    position: relative;
    transition: all 0.6s;
}

.scenariosBox img {
    max-width: 100%;
    display: block;
}

.scenariosBox .name {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
    /*height: 40px;*/
    padding-top: 15px;
    text-align: center;
    transition: all 1s;
}

.scenariosBox .light {
    position: absolute;
    background: rgba(255, 0, 0, 0.91);
    animation-play-state: paused;
    /*animation-play-state: running;*/
}

.scenariosBox:hover .imgBox {
    transition: all 1s;
    transform: scale(0.9);
}

.scenariosBox:hover .name {
    transition: all 1s;
    font-size: 18px;
    font-weight: bold;
}

.scenariosBox:hover .light {
    animation-play-state: running;
}

.influenceContainer2 .right {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    position: relative;
}

.influenceContainer2 .right::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: url("../img/scene2/bg3.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    opacity: 0.66;
    z-index: 0;
}

.influenceContainer2 .right .txt {
    color: #fff;
    position: relative;
    z-index: 10;
}

@media (max-width: 1200px) {
    .scene-title{
        padding-top: 0;
    }
}
@media (max-width: 1000px) {
    .AdvantagesBox .icon{
        width: 80px;
    }
    .AdvantagesBox .txtContent{
        width: calc(100% - 80px);
    }
    .AdvantagesBox .txtContent .name{
        line-height: 20px;
    }
    .AdvantagesBox .txtContent .txt{
        line-height: 22px;
    }
}
@media (max-width: 768px) {
    .scene-title{
        line-height:50px;
    }
    .AdvantagesContainer{
        padding:30px 0;
        gap:10px;
    }
    .AdvantagesContent{
        flex:1 1 100%;
    }
    .scenariosBox:hover .imgBox{
        transform: inherit;
    }
    .scenariosBox .light{
        display: none;
    }
    .scenariosBox:hover .name{
        font-size: 16px;
    }
    .influenceContainer2 .right::before{
        content: none;
    }
    .influenceContainer2 .right{
        background: none;
    }
    .influenceContainer2 .right .txt{
        color: #333;
    }
}

@media (max-width: 680px) {
    .scene-title span::before{
        content: none;
    }
    .scene-part-content3 .influenceMenu{
        height: 85px;
        width: 32%;
        line-height: 20px;
        font-size: 14px;
    }
    .scene-title {
        line-height: 30px;
    }
    .influenceContainer{
        padding-top: 30px;
    }
}
@media (max-width: 500px) {
    .scene-part-content3 .influenceMenu{
        width: 33%;
    }
    .scene-part-content3 .influenceMenu:nth-child(2){
        line-height: 18px;
        font-size: 12px;
    }
}


/*----------场景方案详情end------------*/


/*-----------典型案例-------------*/
#bannerVideo {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 0.9;
}

.case-part1 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.case-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    color: #fff;
    z-index: 99;
}

.case-title span {
    position: relative;
}

.case-title span::before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 2px;
    left: 50%;
    background: #ccc;
    transition: all 0.6s;
}

.case-title span:hover::before {
    left: 0;
    width: 100%;
}

.casePicBox {
    position: relative;
    width: 100%;
    height: auto;
}

.casePicBox .casePic {
    width: 100%;
    display: none;
}

.casePicBox .casePic1 {
    display: block;
}

.caseSwiperContainer {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 30px;
}

.caseSwiperContent {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding-right: 30px;
}

.casePic_s {
    width: 100%;
    max-width: 246px;
}

.case-swiper {
    padding-top: 50px;
}

.swiper-Btn {
    position: absolute;
    right: 60px;
    top: 10px;
    width: auto;
    height: auto;
}

.nextBtn {
    width: 34px;
    height: 34px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: url("../img/case/right.png");
}

.prevBtn {
    width: 34px;
    height: 34px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: url("../img/case/left.png");
}

.swiper-button-disabled {
    opacity: 0.6;
}

.caseSwiperTxt {
    position: absolute;
    bottom: 60px;
    right: 58%;
}

.caseSwiperTxt .name {
    line-height: 35px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-align: left;
}

.caseSwiperTxt .line {
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 30px 0;
}

.caseSwiperTxt .line::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 200px;
    height: 3px;
    background: #fff;
}

@media (max-width: 1100px) {
    .case-title{
        top: 20px;
    }
    .case-swiper{
        /*padding-top: 0;*/
        padding-bottom: 50px;
    }
    .swiper-Btn{
        top: auto;
        bottom: 10px;
    }
}
@media (max-width: 1000px) {
    .case-title{
        display: none;
    }
    .case-swiper{
        padding-top: 0;
    }
    .caseSwiperTxt{
        bottom: 0;
        right: auto;
        left: 5%;
        z-index: 9;
    }
    .caseSwiperTxt .name{
        font-size: 22px;
    }
    .caseSwiperTxt .line{
        margin: 10px 0;
    }
}
@media (max-width: 680px) {
    .case-part1{
        margin-top: 80px;
        overflow: initial;
    }
    .caseSwiperTxt .line{
        display: none;
    }
    .caseSwiperTxt{
        bottom: auto;
        right: auto;
        left: 0;
        z-index: 9;
        width: 100%;
        top: -55px;
    }
    .caseSwiperTxt .name1{
        display: none;
    }
    .caseSwiperTxt .name{
        text-align: center;
        color: #333;
    }
}

/*-----------典型案例end-------------*/

/*------------隐私--------------*/

.privacy-part1 {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
    margin-top: 100px;
}

.privacy-part1 .content {
    width: 1240px;
    max-width: 92%;
    margin: auto;
    position: relative;
}

.privacy-title {
    font-size: 32px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0;
    color: #333;
    padding-top: 60px;
    padding-bottom: 20px;
}

.fengexian {
    height: 1px;
    width: 100%;
    background-color: #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.privacy-part1 .content .txt {
    font-size: 16px;
    line-height: 26px;
    padding-top: 15px;
}

/*------------隐私end--------------*/
