/* img{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
} */

/* 弹出层 默认关闭  */
.theme-popover {
    display: none;
}

#imgscode2 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

/* 
-------------  banner样式  -------------
*/
.lc-img img {
    width: 100%;
    max-width: 1300px;
}

.bg_ai {
    background: url(./../images/ai/a_banner.webp) center top #59a1cf;
    background-repeat: no-repeat;
}

.bg_solutions {
    background: url(./../images/solution/s_banner.webp) center top #0d111c;
    background-repeat: no-repeat;
}

.bg_functions {
    background: url(./../images/functions/f_banner.webp) right top #052f61;
    background-repeat: no-repeat;
}

.bg_scene {
    background: url(./../images/scene/s_banner.webp) center top #05245d;
    background-repeat: no-repeat;
}

.bg_technology {
    background: url(./../images/technology/t_banner.webp) right top #0d152a;
    background-repeat: no-repeat;
}

.bg_caselist {
    background: url(./../images/caselist/c_banner.webp) center top #0a328a;
    background-repeat: no-repeat;
}

.bg_cooperation {
    background: url(./../images/cooperation/c_banner.webp) center top #123883;
    background-repeat: no-repeat;
}

.bg_abouts {
    background: url(./../images/abouts/a_banner.webp) center top #0c0527;
    background-repeat: no-repeat;
}

.bg_countrywide {
    background: url(./../images/map/m_banner.webp) right top #0c121e;
    background-repeat: no-repeat;
}

.bg_homebner {
    background: url(./../images/home/h_banner1.webp) center top #020940;
    background-repeat: no-repeat;
}

.bg_homebner_1 {
    background: url(./../images/home/h_banner2.webp) center center #020940;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.bg_homebner_2 {
    background: url(./../images/home/h_banner3.webp) center top #0a328a;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/* banner-swiper样式 */
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0886ed !important;
}

.mySwiper-banner .swiper-button-prev {
    background-image: url(/images/swiper/left.png);
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 20px;
}

.mySwiper-banner .swiper-button-prev:hover {
    background-image: url(/images/swiper/left_hover.png);
}

.mySwiper-banner .swiper-button-next {
    background-image: url(/images/swiper/right.png);
    background-size: 100%;
    width: 40px;
    height: 40px;
    right: 20px;
}

.mySwiper-banner .swiper-button-next:hover {
    background-image: url(/images/swiper/right_hover.png);
}

.mySwiper-banner .my-button-disabled {
    display: none;
}

.mySwiper-banner .swiper-button-prev::after,
.mySwiper-banner .swiper-button-next::after {
    display: none;
}

.mySwiper-banner .swiper-pagination-bullet {
    height: 8px !important;
    width: 8px !important;
    border-radius: 50% !important;
}

.bg_text_hbox {
    float: left;
}

.bg_element_hbox {
    float: right;
}

.bg_element_hbox img {
    width: 360px;
    height: auto;
    margin: 120px 0px 0px 100px;
    text-align: right;
}

.banner {
    height: 100%;
    width: 100%;
    min-height: 1px;
    /* overflow: hidden; */
}

.banner>.container {
    height: 100%;
    display: flex;
    align-items: center;
}

.hbannerbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.sbannerbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 50px;
}

.hbannertext {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: left;
    margin: 10px 0 25px;
}

.banner_title_logo {
    display: none;
}

.hbannertext span {
    display: block;
}

.hbannertext-title {
    font-size: 48px;
    line-height: 64px;
    color: #ffffff;
    font-weight: bold;
}

.hbannertext-subtitle {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    color: #ffffff;
}

.hbannertext-desc1 {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 30px;
}

.hbannertext-desc {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, .5);
}

.sbannertext-desc1 {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 30px;
}

.hbanner-otherinfo-form {
    /* width: 310px; */
    /* min-height: 1px; */
    /* overflow: hidden; */
    background: none;
    position: relative;
    margin-bottom: 12px;
    float: left;
}

.hbanner-otherinfo-form input {
    outline: none;
    border: 1px solid rgba(255, 255, 255, .48);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    line-height: inherit;
    padding: 15px 120px 15px 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #ffffff;
    font-size: 13px;
}

.hbanner-otherinfo-input {
    background: none;
    border: none;
}

.hbanner-otherinfo-form button {
    display: block;
    background-color: #2390ff;
    padding: 0px 20px;
    line-height: 42px;
    font-size: 12px;
    color: #ffffff;
    transition: filter .5s ease;
    border: none;
}

.hbanner-otherinfo-form button:hover {
    background-color: #1aad51;
}

.hbanner-otherinfo-btn {
    width: 120px;
    height: 100%;
    /* position: absolute;
    right: 0;
    top: 0; */
}

.btn_public_tiyan1 {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    float: left;
}

.btn_public_tiyan1 a {
    width: 120px;
    min-height: 1px;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 0px 20px;
    line-height: 42px;
    font-size: 12px;
    color: #666;
    background-color: #fff;
    margin-left: 12px;
    border-radius: 6px;
}

.btn_public_tiyan2 a {
    width: 120px;
    min-height: 1px;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 0px 20px;
    line-height: 42px;
    font-size: 12px;
    color: #000000;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid rgba(0, 80, 157, .3) !important;
}

.btn_public_tiyan1:hover a {
    color: #fff;
    background-color: #1aad51;
}

.btn_public_tiyan2:hover a {
    color: #ffffff;
    /* background-image: linear-gradient(to right, #215ba2, #328443); */
    background-color: rgb(35, 108, 215);
    border: 1px solid rgb(35, 108, 215) !important;
}

.m_register_style {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    background-color: #0776ff;
    padding: 0px 24px;
    line-height: 44px;
    font-size: 12px;
    color: #ffffff;
    transition: filter .5s ease;
    border-radius: 6px;
    display: none;
}

/* 
-------------  banner end -------------
*/


/* 
-------------  二级页面banner   -------------
*/
.bg_text_sbox {
    float: left;
}

/* .bg_element_sbox img{
    width:300px;
    height:auto;
    margin:50px 0px 0px 100px;
    text-align: right;
} */

.banner {
    width: 100%;
    min-height: 1px;
    /* overflow: hidden; */
}

.secondbannerbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 80px;
}

.sbannertext {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
}

.sbannertext span {
    display: block;
}

.sbannertext-title {
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
}

.sbannertext-title i {
    font-style: normal;
}

.sbannertext-subtitle {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

.sbannertext-desc {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
    margin: 10px 0px 0px;
}

.sbannertext-desc i {
    font-style: normal;
}

.sbannertext-desc l {
    font-style: normal;
    display: none;
}

.sbannertext-title l {
    display: none;
}

.sbannertext-title i {
    display: block;
    font-style: normal;
}

/* 
-------------  二级页面banner   -------------
*/


.pagetbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 60px;
}

.pagetbox-special {
    margin-bottom: 20px !important;
}

.pagetbox::after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background-color: #1d58ae;
}

.pagetbox_other::after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background-color: #36c174;
}

.pagetbox span {
    display: block;
}

.pagetbox-tag {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
}

.pagetbox-tag i {
    display: block;
    font-style: normal;
    font-weight: 300;
}

.pagetbox-title {
    font-size: 28px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}

.pagetbox-title i {
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}

.pagetbox-desc {
    font-size: 12px;
    line-height: 18px;
    color: #777;
    margin-bottom: 8px;
}

.pagetbox-desc i {
    font-style: normal;
}

.pagetbox-sub-title {
    font-size: 32px;
    line-height: 34px;
    color: #1d58ae;
    font-weight: bold;
}

.pagetbox-sub-subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #00328e;
    margin-bottom: 12px;
    font-weight: bold;
}

.pagetbox-sub-desc {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    margin-top: 10px;
}

.pagetbox-desc2 {
    display: none !important;
}

.pagetbox_other .pagetbox-tag {
    color: #ffffff;
}

.pagetbox_other .pagetbox-title {
    color: #ffffff;
}

.pagetbox_other .pagetbox-desc {
    color: rgba(255, 255, 255, 0.7);
}

.pagelife-cycle {
    margin: 30px 0px 60px;
    text-align: center;
}

.pagelife-cycle img {
    width: 90%;
    margin: 0 auto;
}

.live_img_pc {
    display: block;
}

.pc_display {
    display: block;
}

.m_display {
    display: none;
}

.live_img_m {
    display: none;
}

.pagemap {
    width: 75%;
    display: block;
    margin: 0 auto 60px;
}

.map_m_display {
    display: none;
}

.map_pc_display {
    display: block;
}

.pagetitle_t1_1 {
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
}

.pagetitle_t2_2 {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, .8);
    color: #ffffff;
}

.pagecontent {
    width: 100%;
    min-height: 1px;
    /* overflow: hidden; */
}

.pageimg {
    width: 72%;
    margin: 0 auto;
    display: block;
}

.pagecontent2 {
    width: 100%;
    min-height: 1px;
    display: inline-block;
}

.pageclient {
    text-align: center;
    margin-bottom: 10px;
}

.pageclient_type {
    display: inline-block;
}

.pageclient_type .icon {
    display: inline-block;
    border-radius: 6px;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    padding: 8%;
}

.pageclient_type span {
    display: inline-block;
    margin: 0 30px 0 10px;
    color: #ffffff;
    font-size: 13px;
}

.flex-box {
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.flex-box2 {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
}

.flex-box-parent {
    overflow: hidden;
}

.pagecourtry {
    margin-bottom: 20px;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.pagepower {
    flex: 1;
}

.pagepower .title {
    font-size: 16px;
    color: #110428;
    font-weight: 700;
    margin-bottom: 5px;
}

.pagepower .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.pagepower .left {
    margin-left: 50px;
}

.pagepower .right {
    margin-right: 50px;
}

.pagepower_img {
    margin-top: 10px;
}

.p6_builder {
    padding: 15px;
    margin-bottom: 30px;
}

.p7_img {
    padding: 15px 15px 0px;
}

.p8_left {
    margin-left: 50px;
}

.p8_right {
    margin-right: 50px;
}

.pagecourtry .title {
    font-size: 16px;
    color: #1d58ae;
    font-weight: 700;
    line-height: 30px;
}

.pagecourtry .desc {
    font-size: 12px;
    color: #666666;
}

.pagetbox_10000 {
    margin-bottom: 40px;
}

.pagecase-img {
    width: 180px;
}

.pagecase-desc {
    font-size: 14px;
    color: #666666;
    margin: 30px 0 40px 0;
    line-height: 24px;
}

.pagevideo-desc {
    font-size: 12px;
    color: #777;
    margin: 0px 40px 40px 0;
    line-height: 22px;
}

.pagevideo-img {
    width: 90%;
    margin: 0 auto;
}

.pagevideo-img img {
    border-radius: 10px;
    box-shadow: 0px 16px 64px rgb(142 165 233 / 10%);
    -moz-box-shadow: 0px 16px 64px rgba(142 165 233, .10);
    -webkit-box-shadow: 0px 16px 64px rgb(142 165 233 / 10%)
}

.videoboxson {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.videoboxparent {
    overflow: hidden;
}

.pagecaselogo {
    padding-left: 0px;
    padding-bottom: 15px;
}

.pagecaselogo-img {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px 15px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0 4px 16px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 4%);

}

.logo_display {
    display: none;
}

.pagecaselogolist {
    margin: 0px 50px;
}

.pagecaselogolist-more {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.pagemain-arrow {
    padding-bottom: 20px !important;
}

/* 
-------------  公用样式  -------------
*/




.homebner_img {
    display: none;
}

.pagemain {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 88px 0px;
}

.pagemain2 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 30px 0px 88px 0px;
}

.pagemain3 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 40px 0px 88px 0px;
}

.pageother {
    padding-bottom: 0px !important;
}

.pagemainhome {
    width: 100%;
    height: 700px;
}

.pagemainbanner {
    width: 100%;
    height: 600px;
}

.bg_homebner {
    background-size: auto 700px;
}

.bg_secondbner {
    background-size: auto 600px !important;
}

.pagemainbanner2 {
    width: 100%;
    height: 380px;
}

.pagemain2 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.pagemain3 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 88px 0px 0px 0px;
}

.pagemain4 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 88px 0px;
}

.pagemain_h_p7 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 150px 0px 120px;
}

.nav-tabs li a i {
    font-style: normal;
}

.ilightbox-holder.dark {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.ilightbox-holder {
    display: block !important;
}

.skipmenu a i {
    font-style: normal;
}

.nav-tabs>li>a:hover {
    background: none;
}

.skipmenu {
    background-color: #f8fbfe !important;
}

.isStuck {
    background-color: #ffffff !important;
    box-shadow: 0px 16px 32px rgb(48 92 218 / 12%);
    -moz-box-shadow: 0px 16px 32px rgba(48, 92, 218, .12);
    -webkit-box-shadow: 0px 16px 32px rgb(48 92 218 / 12%);
}


/* 
-------------  tabs  -------------
*/

.tabcasebox {
    display: none;
    padding: 30px 30px 50px 30px;
    overflow: hidden;
}

.current {
    display: block;
    animation: fade-in;
    animation-duration: 1.5s;
    -webkit-animation: fade-in 1.5s;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    /*初始状态 透明度为0*/
    100% {
        opacity: 1;
    }

    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tabactive {}

.tabactive a {
    color: #00589e !important;
    border-bottom: 1px solid #00589e !important;
}

.tabslist {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 20px 0px 0px;
}

.tabslist ul {
    padding: 0;
    margin: 0;
}

.tabslist ul li {
    list-style: none;
    float: left;
}

.tabslist ul li a {
    width: auto;
    min-height: 1px;
    display: block;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 0px 12px 5px;
    border-bottom: 1px solid #f4f8fd;
    outline: none;
}

.tabslist ul li a:hover {
    color: #00589e;
    border-bottom: 1px solid #f4f8fd;
}

#tabscontent {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin: 0 auto;
}

.tabslistline {
    display: block;
    float: left;
    width: 1px;
    height: 10px;
    background-color: #dddddd;
    margin: 0px 10px;
}

.tabslist-caselogo {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
    padding: 0px 25px;
    background-color: #fff;
}

.tabslist-caselogo img {
    max-height: auto;
}

.col-case {
    width: 15.4%;
    margin: 0.6% 0.6%;
    padding: 0;
}

/* 
-------------  首页p1 信创环境  -------------
*/

/* 
-------------  首页p1 信创环境结束  -------------
*/
.pagehome-integrateimg {
    width: 100%;
    min-height: 1px;
    /* overflow: hidden; */
    margin-top: 15px;
    margin-bottom: 40px;
    background-color: #f3f9fb;
    box-shadow: 0px 12px 24px rgb(48 92 218 / 4%);
    -moz-box-shadow: 0px 12px 24px rgba(48, 92, 218, .04);
    -webkit-box-shadow: 0px 12px 24px rgb(48 92 218 / 4%);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* 
-------------  首页p3 信创安全  -------------
*/

.XC_safe_left {
    float: left;
    width: 35%;
    margin-bottom: 15px;
}

.XC_safe_center {
    float: left;
    width: 30%;
    margin-bottom: 15px;
}

.XC_safe_right {
    float: left;
    width: 35%;
    margin-bottom: 15px;
}

.XC_safe_img {
    width: 70%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.XC_safe_mbox {
    display: none;
}

.XC_safe_titleR {
    border-right: 2px solid #0058ad;
    padding-right: 13px;
}

.XC_safe_textR {
    padding-right: 15px;
    padding-left: 120px;
}

.XC_safe_interval {
    width: auto;
    height: 40px;
    overflow: hidden;
}

.XC_safe_titleL {
    border-left: 2px solid #0058ad;
    padding-left: 13px;
}

.XC_safe_textL {
    padding-left: 15px;
    padding-right: 120px;
}

/* 
-------------  首页p2 信创场景 -------------
*/


/* 
-------------  首页p4 信创技术  -------------
*/
/* .col-texing{
    width:20%;
    padding:0px !important;
    margin:0px;
}
.home_change_box{
    width: auto;
    height: 350px;
    display: flex;
    vertical-align: center;
    align-items: center;
} */
.question-box {
    background-color: #fff;
    padding: 25px;
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 6px;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0 4px 16px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 4%);

}

.question_icon {
    background: url(./../images/home/icon_1.webp);
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.question-box:hover {
    background-color: #246dd8;
}

.question-box .icon {
    width: 35px;
    height: 35px;
    float: left;
    display: inline-block;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.question-box .icon1 {
    background: url(./../images/home/icon_1.webp);
}

.question-box .icon2 {
    background: url(./../images/home/icon_2.webp);
}

.question-box .icon3 {

    background: url(./../images/home/icon_3.webp);
}

.question-box .icon4 {
    background: url(./../images/home/icon_4.webp);
}

.question-box .icon5 {

    background: url(./../images/home/icon_5.webp);
}

.question-box .icon6 {
    background: url(./../images/home/icon_6.webp);
}

.question-box:hover .icon1 {
    background: url(./../images/home/icon_1_w.webp);
}

.question-box:hover .icon2 {
    background: url(./../images/home/icon_2_w.webp);
}

.question-box:hover .icon3 {
    background: url(./../images/home/icon_3_w.webp);
}

.question-box:hover .icon4 {
    background: url(./../images/home/icon_4_w.webp);
}

.question-box:hover .icon5 {
    background: url(./../images/home/icon_5_w.webp);
}

.question-box:hover .icon6 {
    background: url(./../images/home/icon_6_w.webp);
}

.question-box:hover .content .title {
    color: #fff;
}

.question-box:hover .content .desc {
    color: rgb(198 219 255);
}

.question-box .icon img {
    height: 30px;
}

.question-box .content {
    width: 87%;
    float: right;
    display: inline-block;
}

.question-box .content .title {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.question-box .content .desc {
    font-size: 12px;
    height: 40px;
    color: #777;
    line-height: 20px;
    margin: 10px 0;
}

.home_color1 {
    background-color: #edf1f7;
}

.pagehome-eletype-ico {
    width: 36px;
    height: 36px;
    margin-bottom: 15px;
    margin-top: 15px;
}


/* 
-------------  首页p4 信创技术  -------------
*/
/* 
-------------  全国页面  -------------
*/
.countryCity {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 40px 0px 0px 0px;
}

.maplistBox {
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    padding: 24px;
    background-color: #f0f5ff;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.maplistBox:hover {
    background-color: #ffffff;
    box-shadow: 0px 8px 48px rgba(48, 92, 218, 0.16);
    -moz-box-shadow: 0px 8px 48px rgba(48, 92, 218, 0.16);
    -webkit-box-shadow: 0px 8px 48px rgba(48, 92, 218, 0.16);
}

.maplistBox:hover .imgmap1 {
    display: none;
}

.maplistBox:hover .imgmap2 {
    display: block;
}

.maplistnamebox {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    position: absolute;
    top: 24px;
}

.maplistname {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    display: block;
}

.maplistdata {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    display: block;
}

.maplistcity {
    width: auto;
    min-height: 1px;
    padding: 0px 100px 0px 120px;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 8px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.maplistcity2 {
    -webkit-line-clamp: 4;
    height: 90px;
}

.maplistmap {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    position: absolute;
    top: 24px;
}

.maplist_t_localeft {
    left: 24px;
}

.maplist_t_locaright {
    right: 24px;
}

.maplist_img_localeft {
    left: 20px;
}

.maplist_img_locaright {
    right: 20px;
}

.maplistmap img {
    width: 64px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.maplistmap .imgmap1 {
    display: block;
}

.maplistmap .imgmap2 {
    display: none;
}

.maplistmap2 {
    width: auto;
}

.maplistmap img {
    width: 48px;
}

.tabbox {
    display: none;
}

.tabbox_active {
    display: block;
}

.current {
    display: block;
    animation: fadeIn 0.4s linear none;
}

.current2 a {
    width: 100% !important;
    min-height: 1px !important;
    overflow: hidden !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 48px !important;
    color: #00328e !important;
    border-bottom: 1px solid #00328e !important;
    background: none !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
    }
}

/* 
-------------  解决方案  -------------
*/
.bright_spot-box {
    background-color: rgb(236, 244, 251);
    padding: 30px;
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 6px;
}

/* .bright_spot-box:hover {
    box-shadow: 0px 16px 64px rgb(48 92 218 / 12%);
    -moz-box-shadow: 0px 16px 64px rgba(48, 92, 218, .12);
    -webkit-box-shadow: 0px 16px 64px rgb(48 92 218 / 12%);
} */
.bright_spot-box .title {
    font-weight: bold;
    font-size: 17px;
    color: #333;
}

.bright_spot-box .title span {
    color: #1466c3;
}

.bright_spot-box .desc {
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    color: #777;
    font-size: 12px;
}

.arrowImg {
    margin: 20px auto;
    display: block;
    height: 50px;
}

.solutions-box {
    display: flex;
    min-height: 1px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 15px;
    margin-bottom: 64px;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(120 180 210 / 4%);
    -moz-box-shadow: 0 4px 16px rgb(120 180 210 / 4%);
    -webkit-box-shadow: 0 4px 16px rgb(120 180 210 / 4%);
}

/* .solutions-box:hover {
    box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
    -moz-box-shadow:0 8px 16px 8px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
} */

.solutions-leftbox {
    /* border-radius: 8px; */
    overflow: overlay;
    background-color: #ecf4fb;
}

.solutions-rightbox {
    padding: 40px 30px;
    background-color: #fff;
    /* border-radius: 8px; */
}

.solutions-leftbox-content {
    padding: 30px 24px 20px;
}

.solutions-leftbox-content .text1 {}

.solutions-leftbox-content .text2 {}

.solutions-leftbox-content .text1 .title {
    font-size: 20px;
    font-weight: bold;
    color: #110428;
}

.solutions-leftbox-content .text1 .title::after {
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    background-color: #0171ef;
}

.solutions-leftbox-content .text1 .desc {
    margin-top: 5px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.solutions-leftbox-content .text2 .title {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
}

.solutions-leftbox-content .text2 .desc {
    margin-bottom: 12px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

/* 
-------------  结局方案 结束 -------------
*/

/* 
-------------  应用场景  -------------
*/
.scene-box {
    overflow: hidden;
    padding: 50px 0;
}

.scene-box-first {
    overflow: hidden;
    padding: 0px 0 50px;
}

.scene-leftbox {
    padding-top: 3%;
}

.scene-rightbox {}

.scene-leftbox .title {
    font-size: 24px;
}

.scene-leftbox .desc {
    font-size: 13px;
}

.text_box_left {
    padding-right: 50px;
}

.text_box_right {
    padding-left: 50px;
}

.scene-leftbox .title {
    font-size: 22px;
    color: #110428;
    font-weight: bold;
}

.scene-leftbox .title::after {
    content: "";
    display: block;
    height: 3px;
    width: 44px;
    background-color: #0171ef;
}

.scene-leftbox .desc {
    font-size: 12px;
    color: #666;
}

.scene-leftbox .desc ul {
    list-style: none;
    padding-left: 0px;
}

.scene-leftbox .desc ul li {
    position: relative;
    line-height: 20px;
    padding-left: 20px;
    margin: 2px 0px;
}

.scene-leftbox .desc ul li::before {
    content: "·";
    left: 0;
    position: absolute;
    color: #666;
    font-size: 18px;
}

.scene-rightbox .scene-rightbox-img {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 16px 64px rgb(142 165 233 / 10%);
    -moz-box-shadow: 0px 16px 64px rgba(142 165 233, .10);
    -webkit-box-shadow: 0px 16px 64px rgb(142 165 233 / 10%)
}

.scene-rightbox .float-left .scene-rightbox-img {
    float: left;
}

.scene-rightbox .float-right .scene-rightbox-img {
    float: right;
}

.solutions_industry {
    margin-bottom: 30px;
}

.message-card {
    background: #ffffff;
    /* cursor: pointer; */
    position: relative;
    border-radius: 6px;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0 4px 16px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 4%);

}

.pagehome-eletype-scene {
    height: 100%;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 28px;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.pagehome-eletype-scene span {
    display: block;
}

.message-mask {
    /* display: none; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
    z-index: 99;
    height: 150px;
    transition: height 0.2s linear;
}

.pagehome-eletype-3title {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 12px;
}

.pagehome-eletype-3desc {
    height: 48px;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0px;
}

.pagehome-eletype-sceneadorn {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}

.message-card:hover .message-mask {
    height: 100%;
}

.message-card:hover .pagehome-eletype-3desc.move {
    animation: growUp 0.2s linear forwards;
}

.solution_imgbox img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

@keyframes growUp {
    0% {
        height: 48px;
    }

    50% {
        height: 90%;
    }

    100% {
        height: 100%;
    }
}

/* AI 应用部分 */
.ai-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
}

.ai-container .text-box {
    padding: 10px 15px 20px;
    display: flex;
    flex-direction: column;
}

.text-box .title {
    font-size: 22px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: -12px;
}

.text-box .title::before {
    content: "";
    display: inline-block;
    height: 90%;
    width: 3px;
    border-radius: 4px;
    background-color: #107cdd;
}

.text-box .desclist {
    position: relative;
    margin-top: 48px;
    max-width: 85%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-box .desclist .desc-item {
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 2;
}

.desclist .desc-item .t {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
}

.desclist .desc-item .t::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 14px;
    height: 14px;
    background-image: url("/images/ai/t-icon.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.desclist .desc-item .d {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    height: 0px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s linear;
}

.desclist .desc-line {
    position: absolute;
    left: 10px;
    top: 6px;
    height: 100%;
    width: 1px;
    background-color: #d8ebff;
    z-index: 1;
}

.desc-item.active .t {
    color: #0067db;
    font-size:15px;
}
.desc-item.active .d {
    color: #000;
}

.desc-item.active .t::before {
    background-image: url("/images/ai/t-active.png");
}

.desc-item.active .d {
    height: 40px;
}

.ai-container .img-box img {
    display: none;
}

.ai-container .img-box img.active {
    display: block;
}

.value-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.value-box .value-item {
    padding: 28px 30px;
    background-color: #f8fbfe;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.value-item .value-icon {
    border-radius: 6px;
    width: 32px;
    height: 32px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(to bottom, #9ddfff, #38a5ff); */
    background-color: #fff;
}

.value-item .value-title {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}

.value-item .value-desc {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.value-item:hover {
    transform: translateY(-8px);
}
/* 
-------------  应用场景 结束 -------------
*/
/* 
-------------  技术特点  -------------
*/
.skipMenus {
    width: 100%;
    background-color: #f8fbfe;
    padding: 10px 0 4px;
    position: relative;
    z-index: 90;
}

.fixedtool-menu {
    display: flex;
    flex-wrap: wrap;
}

.fixedtool-menu .fixedtool-menu-box {
    /* flex:1; */
    width: 5.55%;
    /* margin:0px 0.33%; */
    /* padding-bottom: 10px; */
}

.fixedtool-menu .fixedtool-menu-box:nth-child(8n) {
    padding-right: 0px;
}

.fixedtool-menu .fixedtool-menu-box a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 36px;
    /* border: 1px solid #eaeaea; */
    border-radius: 2px 2px 0 0;

}

.fixedtool-menu .fixedtool-menu-box a.active {
    color: #fff;
    background-color: #0077cf;
    /* border: 1px solid #0077cf; */
}

.fixedtool-box {
    background-color: #fff;
    padding: 4%;
    margin-bottom: 40px;
    border-radius: 10px;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0 4px 16px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
}

/* .fixedtool-box:hover{
    box-shadow: 0 8px 16px 8px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 8%);
} */
.fixedtool-box .icon {
    display: inline-block;
    padding: 2px 8px;
    background-image: linear-gradient(to right, #4dcbc7, #4ab6f5);
    color: #fff;
    font-size: 12px;
    margin-top: 40px;
    border-radius: 4px;
}

.fixedtool-box .title {
    font-weight: bold;
    font-size: 22px;
    color: #110428;
    margin-top: 10px;
    margin-bottom: 20px;
}

.fixedtool-box .desc {
    width: 90%;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.lc-video-box {
    background-color: #eef5fb;
    border-radius: 6px;
    overflow: hidden;
}

.lc-video-box .rightbox {
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
    padding-left: 16px;
}

.lc-video-box .rightbox .tag {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}

.lc-video-box .rightbox .title {
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
}

.lc-video-box .rightbox .title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 4px;
    width: 36px;
    border-radius: 4px;
    background-color: #1d58ae;
}

.lc-video-box .rightbox .desc {
    width: 90%;
    font-size: 13px;
    line-height: 22px;
    color: #999;
    margin-top: 36px;
}

.lc-video-box .rightbox a {
    margin-top: 32px;
    width: 120px;
    color: #333;
    border-radius: 6px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #999;
}

.lc-video-box .rightbox a:hover {
    background-color: #1d58ae;
    color: #fff;
}

/* 
-------------  技术特点结束  -------------
*/

/* 
-------------  关于我们  -------------
*/

.abouts-box1 {
    background-color: #fff;
    border-radius: 6px;
    padding: 5%;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);

}

.abouts-box1:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
}

.abouts-box1 img {
    display: block;
    margin: 0 auto;
    width: 30%;
}

.abouts-box1 .title {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 10px;
    border-top: 1px solid #eaeaea;
}

.abouts-box1 .desc {
    text-align: left;
    padding: 0 30px;
    height: 120px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.abouts-bgi {
    background: url(./../images/abouts/company_bg.webp) center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* background-attachment: fixed; */
}

.abouts-box2 {
    margin-bottom: 30px;
}

.abouts-box2 .img1 {
    width: 95px;
    margin-bottom: 5px;
}

.abouts-box2 .img2 {
    width: 120px;
}

.abouts-box2 .title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.abouts-box2 .desc {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

.abouts-box3 {
    background-color: #fff;
    padding: 40px 20px 40px 60px;
    border-radius: 6px;
    overflow: hidden;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
}

.abouts-box3-leftbox {
    float: left;
    width: 30%;
}

.abouts-box3-rightbox {
    float: right;
    width: 70%;
}

.abouts-box3 .tag {
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    line-height: 24px;
    margin-bottom: 30px;
}

.abouts-box3 .tag::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #0171ef;
}

.abouts-box3 .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
}

.abouts-box3 .desc {
    width: 70%;
    font-size: 12px;
    color: #777;
    line-height: 20px;
}

.abouts-box3 .text:not(:last-child) {
    width: 80%;
    border-bottom: 1px solid #eaeaea
}

.abouts-box3 .number {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.abouts-box3 .text1 {
    font-size: 14px;
    color: #000;
}

.abouts-box3 .text2 {
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
}

.abouts-box4 {
    width: 25%;
    float: left;
}

.abouts-box4 .icon {
    width: 35px;
    margin-left: -5px;
}

.abouts-box4 .desc {
    width: 80%;
    height: 140px;
}

.abouts-weaver .abouts-box2 img {
    margin-left: -20px;
}

.abouts-weaver .abouts-box2 .title {
    color: #000;
}

.abouts-weaver .abouts-box2 .desc {
    color: rgba(0, 0, 0, .7);
}

.abouts-weaver .abouts-box3 .tag::after {
    background-color: #00993d;
}

/* 
-------------  关于我们结束  -------------
*/


.skip_color {
    background-color: #ffffff !important;
}

.ecology_col {
    width: 16.666%;
    float: left;
    padding: 0px 8px;
}

.ecology_img_box {
    width: 70%;
    margin: 0 auto;
}

.ecology_col_box {
    width: 90%;
    margin: 0 auto;
}

.ecology_pic_box {
    width: 100%;
    min-height: 1px;
}

.ecology_pic_box img {
    width: 100%;
    min-height: 1px;
    box-shadow: 0px 16px 64px rgb(48 92 218 / 20%);
    -moz-box-shadow: 0px 16px 64px rgba(48, 92, 218, .20);
    -webkit-box-shadow: 0px 16px 64px rgb(48 92 218 / 20%);

}

.XC_environment4 {
    margin-bottom: 50px;
}

.tabscontent {
    float: left;
    width: 80%;
}

.pagetbox_bottom {
    margin-bottom: 20px;
}

.e-bottom {
    margin-bottom: 30px;
}

.ecology_laboratory {
    width: 70%;
    float: left;
}

.ecology_laboratory2 {
    width: 30%;
    float: left;
    padding: 0px 0px 0px 50px;
}

.ecology_laboratory2 img {
    width: auto;
    height: 207px;
}

.ecology-eletype-1title {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
}

.ecology_ico_box {
    width: 25px;
    float: left;
    margin-top: 4px;
    margin-right: 0px;
}

.ecology_laboratory {
    margin-bottom: 60px;
}

.ecology_laboratory_box {
    width: 90%;
    margin: 0 auto;
}

.col-md-scene-mobile {
    display: none;
}

.ecology_honor_box_mobile {
    display: none;
}

.ecology_honor_box_pc {
    display: block;
}

.ecology_col_pc {
    width: 100%;
    float: left;
}

.ecology_honor_box_text {
    font-size: 13px;
    color: #333;
    line-height: 24px;
    margin: 0px 0px 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_configure {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.h_configurebox {
    width: 90%;
    margin: 0 auto;
}

.h_configuremain {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.h_configure_vodeos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.h_configure_vodeos .video-back {
    width: 100%;
    height: 100%;
    display: block;
}

.vidbacking-active-block-back {
    width: 100% !important;
    position: initial !important;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(0%) translateY(0%) !important;
}


.home_gif_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.home_gif_box_mobile {
    display: none;
}

.col-gif-box {
    display: none;
}

/* 
------------- 触碰改变 -------------
*/

.dis {
    display: block
}

.undis {
    display: none
}

#tabsnavBox {
    width: 95%;
    min-height: 1px;
    overflow: hidden;
    margin: 0 auto;
    border-left: 1px solid #cecece;
}

#tabsnavBox ul {
    padding: 0;
    margin: 0 auto;
    width: 20%;
    float: left;
    display: block;
}

#tabsnavBox ul li {
    list-style: none;
    margin: 0px 0px 13%;
}

.tabsnav {
    width: 100%;
    margin: 0 auto;
    height: 26px;
}

.tabsnav li {
    float: left;
    width: 100%;
    height: 30px;
    padding: 0px;
    display: block;
}

.tabsnav li a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #f4f8fd;
}

.tabsnav li.nav_current a {
    color: #107eec;
    border-left: 2px solid #107eec;
    font-weight: bold;
    font-size: 18px;
}

.tabsnav li.nav_link a {
    color: #333;
}

/* 
------------- 生态环境 触碰改变证书 -------------
*/


/* 
------------- 解决方案 -------------
*/



/* 
------------- 功能 -------------
*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.functions-bigimg {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0 4px 16px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 4%);

}

.functions-box:not(:last-child) {
    overflow: hidden;
    position: relative;
    min-height: 1px;
    padding: 60px 0;
}

.functions-box:last-child {
    overflow: hidden;
    position: relative;
    min-height: 1px;
    padding-top: 60px;
}

.functions-box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
}

.functions-box-content {
    /* padding-right: 5%; */
}

.functions-box-content .box1 {}

.functions-box-content .box2 {
    overflow: hidden;
    margin-top: 30px;
    height: 400px;
}

.functions-box-content .box3 {
    overflow: hidden;
    margin-top: 30px;
}

.functions-box-content .box1 .title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 5px;
}

.functions-box-content .box1 .title::after {
    content: "";
    display: block;
    height: 4px;
    width: 44px;
    background-color: #0171ef;
    margin-top: 4px;
}

.functions-box-content .box1 .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
}

.functions-box-content .box3 .title {
    font-size: 15px;
    color: #1466c3;
    font-weight: bold;
}

.functions-box-content .box3 .desc {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    margin-top: 8px;
}

.functions-box-content .box2 .pline {
    overflow: hidden;
    padding: 12px 20px;
}

.functions-box-content .box2 .active {
    padding: 20px !important;
}

.functions-box-content .box2 .pline .icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    float: left;
    border-radius: 6px;
    padding: 5px;
    background-color: #fff;
}

.functions-box-content .box2 .active {
    background-color: #f2f7ff !important;
    border-radius: 6px;
}

.functions-box-content .box2 .active .icon {
    background-color: #105de6;
}

.functions-box-content .box2 .icon img {
    display: block;
    margin: 0 auto;
}

.functions-box-content .box2 .icon .img1 {
    display: block;
}

.functions-box-content .box2 .icon .img2 {
    display: none;
}

.functions-box-content .box2 .active .icon .img1 {
    display: none;
}

.functions-box-content .box2 .active .icon .img2 {
    display: block;
}

.functions-box-content .box2 .box2-sonbox {
    float: right;
    width: 88%;
}

.functions-box-content .box2 .pline .box2-sonbox .title {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}

.functions-box-content .box2 .box2-sonbox .desc {
    display: none;
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    margin-top: 8px;
}

.functions-box-content .box2 .active .box2-sonbox .title {
    margin-top: 0;
    color: #1466c3;
}

.functions-box-content .box2 .active .box2-sonbox .desc {
    display: block;
}

.functions-box .changeimg {
    width: 90%;
    margin-top: 4%;
    display: none;
    border-radius: 10px;
    box-shadow: 4px 0px 64px rgb(22 51 78 / 10%);
    -moz-box-shadow: 4px 0px 64px rgb(22 51 78 / 0.1);
    -webkit-box-shadow: 4px 0px 64px rgb(22 51 78 / 10%);
}

.functions-box .showimg {
    display: block;
}

.functions-box .float-left .changeimg {
    float: left;
}

.functions-box .float-right .changeimg {
    float: right;
}

/* hover */
/* .functions-box-content .box2 .pline:hover {
    padding: 20px;
}
.functions-box-content .box2 .pline:hover {
    background-color: #f2f7ff;
    border-radius: 6px;
}
.functions-box-content .box2 .pline:hover .icon {
    background-color: #105de6;
}
.functions-box-content .box2 .pline:hover .icon .img1{
    display: none;
}
.functions-box-content .box2 .pline:hover .icon .img2{
    display: block;
}
.functions-box-content .box2 .pline:hover .box2-sonbox .title {
    color:#1466c3;
}
.functions-box-content .box2 .pline:hover .box2-sonbox .desc {
    display: block;
} */
/* 
-------------  案例  -------------
*/
.typicalCase-box {
    background-color: #fff;
    padding: 30px 30px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 16px rgba(89, 109, 165, 0.1);
    -moz-box-shadow: 0px 4px 16px rgb(89, 109, 165, 0.1);
    -webkit-box-shadow: 0px 4px 16px rgb(89, 109, 165, 0.1);
    border-radius: 6px;
    transition: all .3s;
}

.typicalCase-box:hover {
    transform: translateY(-10px);
    transition: .3s;
    background-color: #fff;
}

.typicalCase-box img {
    width: 85%;
}

.typicalCase-box .title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 30px 0 20px;
}

.typicalCase-box .desc {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    height: 120px;
}

.typicalCase-box span {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}

.industryCase-box {}

.industryCase {}

.industryCase-box::before {
    content: "";
    display: block;
    background-color: #e5eaee;
    height: 1px;
    margin-bottom: 20px;
}

.industryCase-box-leftbox .title {
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    padding-left: 30px;
}

.industryCase-box-leftbox .title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    height: 4px;
    width: 20px;
    background-image: linear-gradient(to right, #49ccc4, #4ab7f3)
}

.industryCase-box-rightbox {
    padding-left: 0px;
    overflow: hidden;
}

.industryCase-box-rightbox .logobox {
    width: 16.6%;
    float: left;
    padding-left: 15px;
    margin-bottom: 15px;
}

.industryCase-box-rightbox .logobox img {
    border: 1px solid rgb(229, 234, 238);
    background-color: #fff;
    padding: 0 15px;
    border-radius: 2px;
}

.caselist_mainbox {
    width: 100%;
    min-height: 1px;
    padding: 28px;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
    -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
    -webkit-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
}

.caselist_mainbox span {
    display: block;
}

.caselist_mainbox:hover {
    box-shadow: 16px 0px 64px rgba(130 160 189, 0.36);
    -moz-box-shadow: 16px 0px 64px rgb(130 160 189 / 36%);
    -webkit-box-shadow: 16px 0px 64px rgb(130 160 189 / 36%);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.caselist_mainimg {
    width: 100%;
    min-height: 1px;
}

.caselist_mainimg img {
    height: 40px;
    max-height: 40px;
}

.caselist_maintext {
    width: 100%;
    min-height: 1px;
    margin-bottom: 20px;
}

.caselist_mainttitle {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 8px;
}

.caselist_maintdesc {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    height: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.caselist_mainmore {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    font-weight: bold;
}

.pagehome-eletype-btn2 {
    width: 86px;
    margin-top: 0px;
    min-height: 1px;
    display: block;
    font-size: 11px;
    line-height: 30px;
    text-align: center;
    color: #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #eaeaea;
}

.pagehome-eletype-btn2:hover {
    background-color: #197dc4;
    color: #fff;
}

/* 
-------------  生态伙伴  -------------
*/
.cooperation-box1 {
    border-radius: 6px;
    background-color: #fff;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0 4px 16px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
}

.cooperation-box1:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
}

.cooperation-box1 .parterImg img {
    border-radius: 6px 6px 0 0;
}

.cooperation-box1 .apply {
    display: none;
    /* display: inline-block; */
    color: #0f7add;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #0f7add;
}

.cooperation-box1 .apply:hover {
    color: #fff;
    background-color: #0f7add;
}

.cooperation-box3 {
    border-radius: 6px;
    background-color: #fff;
    padding: 30px;
}

.cooperation-box3 .title {
    color: #110428;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 5px;
}

.cooperation-box3 .title .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: 5px;
}

.cooperation-box3 .title span {
    color: #0f7add;
}

.cooperation-box3 .desc {
    height: 60px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.cooperation-box2 {
    border-radius: 6px;
    background-color: #fff;
    padding: 30px;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0 4px 16px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
}

.cooperation-box2:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
}

.cooperation-box2 .title {
    color: #110428;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.cooperation-box2 .title .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: 5px;
}

.cooperation-box2 .title span {
    color: #0f7add;
}

.cooperation-box2 .desc {
    height: 60px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.cooperation-box-down {
    /* margin-top: 60px; */
    width: 25%;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

.cooperation-box-down .title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.cooperation-box-down .desc {
    font-size: 13px;
    color: #666;
}

.erweima {
    margin: 15px 0px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
}

/* 
-------------  生态伙伴  end-------------
*/





/* 
-------------  footer 更改-------------
*/
/*
 #footer {
    background-color: #14449f !important;
}
.footer_btnlink2 a{
    background-image:none !important;
    background-color:#14449f !important;
    border:1px solid #226cb7 !important;
}
.footer_aboutlinks{
    border-image:none !important;
    border-top: 1px solid #226cb7 !important;
    border-bottom: 1px solid #226cb7 !important;
}
.footer_aboutus_boxtel{
    border-bottom:none !important;
} */
#footer {
    background-color: #0e3d9d !important;
}

/* .footer_btnlink2 a{
    background-image:none !important;
    background-color:#030312 !important;
    border:1px solid rgb(173 173 173 / 38%) !important;
} */
/* .footer_aboutlinks{
    border-image:none !important;
    border-top:1px solid rgb(173 173 173 / 38%) !important;
    border-bottom: 1px solid rgb(173 173 173 / 38%) !important;
} */

/* 
-------------  footer 更改-------------
*/

.pagetbox-desc-m {
    display: none;
}

.bgcolor-submit {
    background-color: #164db4;
}

.button_more {
    box-shadow: none;
    color: #696f87;
    border: 1px solid rgba(0, 80, 157, .3) !important;
}

.button_more:hover {
    color: #ffffff;
    /* background-image: linear-gradient(to right, #215ba2, #328443); */
    background-color: #236cd7;
    border: 1px solid #236cd7 !important;

}

.submit_box {
    width: 90%;
    margin: 0 auto;
}

.input_box {
    position: relative;
    width: 20%;
    float: left;
    margin: 0px 0.5% 8px;
}

.box_size {
    width: 28%;
}

.input_box .input {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 4px;
    text-indent: 12px;
    background: #154db4;
    color: #fff;
    outline: none;

}

.input_box input,
select {
    width: 100%;
    font-size: 12px !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .48);

}

.input_box a {
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    opacity: 0.5;
    display: block;
    height: 44px;
    line-height: 44px;
    border-left: 1px solid rgba(255, 255, 255, .48);
    font-size: 12px;
}

.getCode:hover {
    color: #fff;
}

.form_t3 {
    padding-top: 10px;
    font-size: 12px;
    color: #333333;
    margin: 0 1%;
}

.form_t3 a {
    font-size: 12px;
    color: #fff;
}

/* .submit {
    display: block;
    height: 48px;
    background-color: #3067c7;
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    margin:20px 1% 20px 1%;
} */

.submit_button {
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}

.submit {
    display: block;
    height: 44px;
    background-color: #107eec;
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    border-radius: 6px;
}

.title_color {
    color: #fff;
    line-height: 26px;
    font-size: 26px;
}

.title_color2 {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
}

.pagemain_submit {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 60px 0px 50px;
}

.pagetbox_submit {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

#formsubmit {
    overflow: hidden;
}



.ai-tabs {
    margin: 0 auto;
    /* padding: 0 15%; */
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ai-tabs::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -12px;
    height: 1px;
    background: rgb(51 48 48 / 12%);
    ;
}

.ai-tabs .tabs-item {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.ai-tabs .tabs-item .tabs-item-icon {
    width: 20px;
    height: 20px;
    background-image: url("/images/home/home-ai-icon.png");
    background-size: 800% 200%;
    background-repeat: no-repeat;
}

.ai-tabs .tabs-item:nth-child(1) .tabs-item-icon {
    background-position: 0 0;
}

.ai-tabs .tabs-item:nth-child(2) .tabs-item-icon {
    background-position: 14% 0;
}

.ai-tabs .tabs-item:nth-child(3) .tabs-item-icon {
    background-position: 28% 0;
}

.ai-tabs .tabs-item:nth-child(4) .tabs-item-icon {
    background-position: 42% 0;
}

.ai-tabs .tabs-item:nth-child(5) .tabs-item-icon {
    background-position: 56% 0;
}

.ai-tabs .tabs-item:nth-child(6) .tabs-item-icon {
    background-position: 70% 0;
}

.ai-tabs .tabs-item:nth-child(7) .tabs-item-icon {
    background-position: 84% 0;
}

.ai-tabs .tabs-item:nth-child(8) .tabs-item-icon {
    background-position: 100% 0;
}


.ai-tabs .tabs-item .tabs-item-title-text {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.ai-tabs .tabs-item.active::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 2px;
    bottom: -12px;
    border-radius: 4px;
    background-color: #0171ef;
}

.ai-tabs .tabs-item.active .tabs-item-icon {
    background-position-y: 100%;
}

.ai-tabs .tabs-item.active .tabs-item-title-text {
    color: #3e85eb;
}

.ai-content {
    margin-top: 36px;
}

.ai-content-item {
    display: none;
    background: linear-gradient(to top, #fff, #ECF3FD);
    border-radius: 8px;
    padding: 48px 60px;
    grid-template-columns: 4fr 8fr;
    gap: 80px;
}

.ai-content-item.active {
    display: grid;
}

.ai-content-item .textbox {
    width: 100%;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.ai-content-item .textbox .title {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
}

.ai-content-item .textbox .desc {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.ai-content-item .moreBtn {
    width: auto;
    margin-top: 48px;
}

.ai-content-item .moreBtn a {
    /* width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 48px 0px rgba(23, 74, 204, 0.12);
    background-color: #0B6FE3;
    color: #ffffff; */
}

.ai-content-item .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagemore-btn {
    margin-top: 48px;
}

.bgcolor-submit {
    background-color: #1947a6;
    /* background: url(./../images/second_banner_footer.jpg) center bottom #02021c; */
    /* background-repeat: no-repeat;
    background-size: auto 480px; */
}

.input_box .input {
    background: transparent;
    border: 1px solid rgb(173 173 173 / 40%);
}

.input_box .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.input_box .input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.input_box .input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.input_box a {
    border-left: 1px solid rgba(173, 173, 173, 0.4);
}