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样式  -------------
*/
.col-5 {
    width: 20%;
}

.col-8 {
    float: left;
    margin: 0 1%;
    width: 10.5%;
}

.product-box .mobile_button {
    display: none;
}

.bg_functions {
    background: url(/images/3_functions/function_banner.webp) right top #1f2d48;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_products-1 {
    background: url(/images/2_products/product_banner.webp) right top #1c2a45;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_products-2 {
    background: url(/images/2_products/product_banner.webp) right top #1c2a45;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_schemes {
    background: url(/images/4_schemes/scheme_banner.webp) right top #10223f;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_ai {
    background: url(/images/ai/ai_banner.webp) right top #10223f;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_technology {
    background: url(/images/5_technology/tech_banner.webp) center top #0f2c69;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_caselist {
    background: url(/images/6_case/c_banner.webp) center top #0a328a;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_cooperation {
    background: url(/images/cooperation/c_banner.webp) center top #021c57;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_abouts {
    background: url(/images/abouts/a_banner.webp) center top #0c0527;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_countrywide {
    background: url(/images/map/m_banner.webp) center top #0c121e;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-attachment: fixed; */
}

.bg_homebner {
    background-repeat: no-repeat;
    background-size: auto 700px;
}

.bg_homebner_1 {
    background: url(/images/home/home_banner_1.webp) 70% top #06144d;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.bg_homebner_2 {
    background: url(/images/home/home_banner_2.webp) 70% top #06144d;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.bg_homebner_3 {
    background: url(/images/home/home_banner_3.webp) 70% top #06144d;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.bg_pagetype_bnerhome {
    background-color: #06144d;
    position: relative;
}

.bg_pagetype_bnerhome_video {
    background-color: #071543;
}

.bg_pagetype_bnerhome_video.mac {
    background-color: #05144d;
}

.home_banner_video {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.home_banner_video1 {
    z-index: -1;
}

.home_banner_video2 {
    z-index: -2;
}

.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 {
    width: 100%;
    min-height: 1px;
    position: relative;
    /* overflow: hidden; */
}

.hbannerbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.sbannerbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.hbannertext {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: left;
    margin: 10px 0 25px;
}

.banner_title_logo {
    display: none;
}

.sectionnav {
    width: 100%;
    padding: 5px 0px;
    background-color: #F6FAFF;
}

.hbannertext span {
    display: block;
}

.hbannertext-title {
    font-size: 50px;
    line-height: 64px;
    color: #ffffff;
    font-weight: bold;
}

.hbannertext-title br {
    display: none;
}

.hbannertext-subtitle {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
}

.hbannertext-desc1 {
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
    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: linear-gradient(to right, #105DEA, #299512);
    padding: 0px 20px;
    line-height: 40px;
    font-size: 12px;
    color: #ffffff;
    border: none;
    position: relative;
    z-index: 0;
}

.hbanner-otherinfo-form button::before {
    content: '';
    position: absolute;
    border-radius: 6px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(to right, #0b50cf, #1f8608);
    transition: all .5s;
}

.hbanner-otherinfo-form button:hover::before {
    opacity: 1;
}

.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: 40px;
    font-size: 12px;
    color: #ffffff;
    background-color: transparent;
    margin-left: 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .3) !important;
}

.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: #03031d;
    background-color: #fff;
}

.btn_public_tiyan2:hover a {
    color: #ffffff;
    background-image: linear-gradient(to right, #105DEA, #299512);
}

.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;
}

#ptelnum::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 0.4;
}

#ptelnum::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.4;
}

#ptelnum::placeholder {
    color: #fff;
    opacity: 0.4;
}

#name::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 0.5;
}

#name::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.5;
}

#name::placeholder {
    color: #fff;
    opacity: 0.5;
}


#company::-webkit-input-placeholder {
    /* Edge */
    /* color: #d1dbf6; */
    color: #fff;
    opacity: 0.5;
}

#company::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.5;
}

#company::placeholder {
    color: #fff;
    opacity: 0.5;
}

#mobile::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 0.5;
}

#mobile::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.5;
}

#mobile::placeholder {
    color: #fff;
    opacity: 0.5;
}

#code::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 0.5;
}

#code::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.5;
}

#code::placeholder {
    color: #fff;
    opacity: 0.5;
}

/* 
-------------  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 {
    height: 100%;
    width: 100%;
    min-height: 1px;
    /* overflow: hidden; */
}


.banner>.container {
    height: 100%;
    display: flex;
    align-items: center;
}

.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-top: 4px;
}

.sbannertext-title i {
    font-style: normal;
}

.sbannertext-subtitle {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}

.sbannertext-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, .5);
    margin: 10px 0px 0px;
}

.sbannertext-desc i {
    font-style: normal;
}

.sbannertext-desc l {
    font-style: normal;
    display: none;
}

/* 
-------------  二级页面banner   -------------
*/
.map_m_display {
    display: none !important;
}

.map_pc_display {
    display: block;
}

.pagetbox {
    width: 100%;
    text-align: center;
    min-height: 1px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 60px;
}

.pagetbox span {
    width: 100%;
    display: block;
}

.pagetbox_2 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 30px;
}

.pagetbox_video {
    margin-bottom: 20px !important;
}

.coo_leftbox::after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background-color: #0077FF;
    margin-top: 8px;
}

/* .pagetbox::after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background-color: #0077FF;
    margin-top: 8px;
}

.pagetbox_other::after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background-color: #0DCEA9;
} */

/* .pagetbox span {
    display: block;
    width: 72%;
} */

.pagetbox-tag {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    display: none !important;
}

.pagetbox-tag i {
    display: block;
    font-style: normal;
}

.pagetbox-title {
    font-size: 28px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}

.pagetbox-title_2 {
    display: inline !important;
    font-size: 24px;
    line-height: 28px;
    color: rgb(6, 6, 6);
    font-weight: bold;
}

.pagetbox-title_2::after {
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    background-color: #0171ef;
    margin: 4px 0;
}

.pagetbox_m {
    margin-bottom: 60px;
    text-align: center;
}

.pagetbox_m_tag {
    font-size: 14px;
    line-height: 22px;
    color: rgba(51, 51, 51, .6);
    font-weight: bold;
}

.pagetbox_m_title {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 8px;
}

.pagetbox_m_title span {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
}

.pagetbox_m_title_2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    padding-bottom: 8px;
    padding-top: 30px;
    background-color: #fff;
}

.pagetbox_m_title_3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    padding-bottom: 8px;
    padding-top: 0px;
    background-color: #fff;
}

.pagetbox_m_desc {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.function_diagram img {
    display: block;
    vertical-align: middle;
    margin: 40px auto 0;
    width: 80%;
    /* box-shadow: 12px 0px 64px rgb(0 80 157 / 12%);
    -moz-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
    -webkit-box-shadow: 12px 0px 64px rgb(0 80 157 / 12%);
    border-radius: 24px; */
}

.function_diagram2 img {
    vertical-align: middle;
    margin: 60px auto 10px;
    width: 88%;
}

.function_diagram_gif img {
    display: block;
    vertical-align: middle;
    border-radius: 12px;
    margin: 60px auto 20px;
    width: 70%;
    box-shadow: 12px 0px 64px rgb(35 68 100 / 12%);
    -moz-box-shadow: 12px 0px 64px rgba(35, 68, 100, 0.12);
    -webkit-box-shadow: 12px 0px 64px rgb(35 68 100 / 12%);
}

.scheme_diagram img {
    display: block;
    margin: 50px auto;
    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%);
    border-radius: 10px;
    width: 85%;
}

.schemelink_box {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border-top: 1px rgba(204, 205, 206, 0.2);
    padding-bottom: 24px;
}

.sche-line {
    height: 1px;
    width: 100%;
    height: 1px;
    margin: 60px 0;
    background-color: rgba(212, 212, 212, 0.5);
}


.product_leftbox {
    padding: 80px 30px;
    text-align: left;
}

.product_leftbox .title {
    font-size: 22px;
    line-height: 26px;
    color: #1d56bd;
    font-weight: bold;
}

.product_leftbox .desc {
    font-size: 12px;
    color: #666;
    margin: 16px 0 32px 0;
    width: 90%;
}

.product_rightbox img {
    margin-bottom: 20px;
}

.product_leftbox .linkfree a {
    margin-top: 10px;
    font-size: 12px;
    background-color: #d3ecff;
    color: #666;
    padding: 12px 30px;
    border-radius: 6px;
}

.product_leftbox .linkfree a:hover {
    font-size: 12px;
    color: #587fa5;
    background-color: #ffffff;
    box-shadow: 16px 0px 64px rgb(0 80 157 / 20%);
    -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.20);
    -webkit-box-shadow: 16px 0px 64px rgb(0 80 157 / 20%);
}

.product-box .linkfree a {
    font-size: 12px;
    background-color: #d3ecff;
    color: #666;
    padding: 12px 30px;
    border-radius: 6px;
}

.product-box .linkfree a:hover {
    font-size: 12px;
    color: #587fa5;
    background-color: #ffffff;
    box-shadow: 16px 0px 64px rgb(0 80 157 / 20%);
    -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.20);
    -webkit-box-shadow: 16px 0px 64px rgb(0 80 157 / 20%);
}


.scheme .linkfree {
    margin: 0 auto 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.scheme .linkfree a {
    font-size: 12px;
    background-color: #d3ecff;
    color: #666;
    padding: 12px 30px;
    border-radius: 6px;
}

.scheme .linkfree a:hover {
    font-size: 12px;
    color: #587fa5;
    background-color: #ffffff;
    box-shadow: 16px 0px 64px rgb(0 80 157 / 20%);
    -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.20);
    -webkit-box-shadow: 16px 0px 64px rgb(0 80 157 / 20%);
}

/* .product_rightbox .linkfree a:hover span{
   padding-left: 6px;
   transition: all 0.5s;
} */
.product_rightbox img {
    border-radius: 8px;
    /* box-shadow: 10px 1px 24px rgb(0 80 157 / 6%);
    -moz-box-shadow: 10px 1px 24px rgba(0, 80, 157, 0.06);
    -webkit-box-shadow: 10px 1px 24px rgb(0 80 157 / 6%); */
}




.scheme_leftbox {
    padding: 80px 30px;
}

.scheme_leftbox .title {
    font-size: 22px;
    color: #1d56bd;
    font-weight: bold;
}

.scheme_leftbox .desc {
    font-size: 12px;
    color: #666;
    margin: 16px 0 32px 0;
    width: 90%;
}

.scheme_leftbox .linkfree a {
    font-size: 12px;
    background-color: #d3ecff;
    color: #666;
    /* border:1px solid rgba(0, 39, 157, 0.2); */
    padding: 12px 30px;
    border-radius: 6px;
}

.scheme_leftbox .linkfree a:hover {
    font-size: 12px;
    color: #587fa5;
    background-color: #ffffff;
    box-shadow: 16px 0px 64px rgb(0 80 157 / 20%);
    -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.20);
    -webkit-box-shadow: 16px 0px 64px rgb(0 80 157 / 20%);
}

/* .scheme_rightbox .linkfree a:hover span{
   padding-left: 6px;
   transition: all 0.5s;
} */
.scheme_rightbox img {
    border-radius: 8px;
    /* box-shadow: 10px 1px 24px rgb(0 80 157 / 6%);
    -moz-box-shadow: 10px 1px 24px rgba(0, 80, 157, 0.06);
    -webkit-box-shadow: 10px 1px 24px rgb(0 80 157 / 6%); */
}

.pagetbox-title i {
    display: block;
    font-style: normal;
}

.pagetbox-desc {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 4px;
    padding-top: 4px;
}

.pagetbox-desc_m i {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 4px;
    text-align: center;
}

.pagetbox-desc i {
    font-style: normal;
}

.pagetbox-sub-title {
    font-size: 32px;
    line-height: 34px;
    color: #00328e;
    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-bottom: 30px;
}

.pagelife-cycle img {
    width: 85%;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 16px;
    /* 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%);  */
}

.pagelife-cycle-bg {
    background-color: #f7f8fb;
    padding: 40px 0;
    margin-bottom: 60px;
}

.pagelife-cycle-bg img {
    width: 85%;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    /* box-shadow: 1px 1px 24px rgba(174, 184, 211, 0.1);
    border-radius: 24px; */
}

.pagelife-cycle-bg .desc .icon img {
    width: 20px;
    display: inline-block;
    float: left;
    padding: 4px;
}

.pagelife-cycle-bg .desc ul {
    list-style: none;
    padding-left: 20px;
}

.pagelife-cycle-bg .desc ul li {
    height: 30px;
}

.pagelife-cycle-bg .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.pagemap {
    width: 75%;
    display: block;
    margin: 60px auto 60px;
}

.pageimg .img4 {
    display: block;
    width: 68%;
    margin: 0 auto;
    padding: 0 0 60px;
}

.pageimg .img1 {
    width: 65%;
    margin: 20px auto 0;
    display: block;
    vertical-align: middle;
}

.pageimg .img2 {
    width: 90%;
    margin: 10px auto;
    display: block;
    vertical-align: middle;
}

.pageimg .img3 {
    margin: -40px auto 60px;
    width: 90%;
}

.tech-leftbox {
    overflow: hidden;
}

.pageimg .img5 {
    width: 58%;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.pageimg .img6 {
    width: 65%;
    margin: 0 auto 80px;
    display: block;
    vertical-align: middle;
}

.pageimg .img7 {
    width: 90%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.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;
}

.pagecontent2 {
    width: 100%;
    min-height: 1px;
    display: inline-block;
}

.function_box {
    width: 33.33%;
    float: left;
    border: 0.5px solid rgba(255, 255, 255, .06);
    min-height: 1px;
    overflow: hidden;
    padding: 25px;
    padding-left: 40px;
}

.function_box:nth-child(3n+1) {
    padding-left: 0px;
    border-left: none;
}

.function_box:nth-child(3n) {
    padding-right: 0px;
    border-right: none;
}

.function_box_before {
    border-top: none;
}

.function_box_after {
    border-bottom: none;
}

.function_box .icon {
    float: left;
    display: inline-block;
}

.function_box .icon img {
    height: 25px;
}

.function_box .content {
    width: 85%;
    float: right;
    display: inline-block;
}

.function_box .content .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
    margin-bottom: 6px;
}

.function_box .content .desc {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    height: 26px;
}

.pageclient {
    text-align: center;
    margin-bottom: 0px;
}

.pageclient_type {
    display: inline-block;
}

.pageclient_type .icon {
    display: inline-block;
    /* border-radius:6px;
    background-color:#ffffff; */
    height: 60px;
    width: 60px;
    padding: 8%;
}

.pageclient_type span {
    display: inline-block;
    margin: 0 40px 0 0px;
    color: #666666;
    font-size: 14px;
}

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

.flex-box2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
}

.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;
}

.pagecourtry {
    margin: 20px 0;
}

.pagecourtry .title {
    font-size: 16px;
    color: #1d58ae;
    font-weight: 700;
}

.pagecourtry .desc {
    font-size: 12px;
    color: #666666;
}

.pagecase-img {
    width: 40%;
}

.pagecase-desc {
    font-size: 14px;
    color: #666666;
    margin: 40px 0 60px 0;
}

.pagevideo-desc {
    font-size: 12px;
    color: #999999;
    margin: 0px 40px 30px 0;
    line-height: 22px;
}

.pagevideo-img {
    width: 85%;
    margin: 0 auto;
}

.pagevideo-img img {
    border-radius: 10px;
}

.videoboxson .pagetbox {
    margin-top: 50px;
}

.videoboxson {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pagecaselogo {
    padding-left: 0px;
    padding-bottom: 15px;
}

.pagecaselogo-img {
    width: 90px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2px;
    border: 1px solid #EFEFEF;
}

.pagecaselogolist-more {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.case_detail {
    width: 80%;
    margin-bottom: 30px;
    border-radius: 8px;
    /* box-shadow: 12px 0px 64px rgba(75, 89, 102, 0.12);
    -moz-box-shadow: 12px 0px 64px rgba(75, 89, 102, 0.12);
    -webkit-box-shadow: 12px 0px 64px rgb(75 89 103 / 12%); */
}

.casedetailbox3 {
    padding: 20px;
    margin-bottom: 16px;
    background-color: #dbeaff54;
    transition: all .3s;
}

.casedetailbox3 .title {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.casedetailbox3 .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    height: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pagemain-arrow {
    padding-bottom: 20px !important;
}

/* 
-------------  公用样式  -------------
*/







.homebner_img {
    display: none;
}

.pagemain {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 100px 0px;
}

.pagemain2 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 30px 0px 88px 0px;
}

.pageother {
    padding-bottom: 0px !important;
}

.pagemainhome {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.pagemainbanner {
    width: 100%;
    height: 640px;
}

.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;
}

.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%);
}

/* 
-------------  swiper  -------------
*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.padding-40 {
    padding: 60px 0 70px;
}

.mySwiper1-title .swiper-wrapper,
.mySwiper2-title .swiper-wrapper,
.mySwiper3-title .swiper-wrapper,
.mySwiper4-title .swiper-wrapper,
.mySwiper5-title .swiper-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper1-title .swiper-slide,
.mySwiper2-title .swiper-slide,
.mySwiper3-title .swiper-slide,
.mySwiper4-title .swiper-slide,
.mySwiper5-title .swiper-slide {
    width: auto !important;
    height: 100%;
    opacity: 0.9;
    cursor: pointer;
    padding: 0px 10px;
    font-size: 12px;
    margin-top: 0px !important;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
    /* background: #fff; */
    border-radius: 4px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mySwiper1-title .swiper-slide-thumb-active,
.mySwiper2-title .swiper-slide-thumb-active,
.mySwiper3-title .swiper-slide-thumb-active,
.mySwiper4-title .swiper-slide-thumb-active,
.mySwiper5-title .swiper-slide-thumb-active {
    opacity: 1;
    background: #1d56bd !important;
    color: #fff;
}

.swiper-pagination-bullet {
    display: inline-block !important;
    height: 4px !important;
    width: 30px !important;
    border-radius: 4px !important;
    background-color: #95a7b2 !important;
}

.swiper-pagination-bullet-active {
    background-color: #1d56bd !important;
}

/* 
-------------  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-bgc {
    width: 23%;
    float: left;
    margin: 1%;
    padding: 0px;
    background-color: #fff;
    transition: all 0.3s;
}

.col-texing-box {
    padding-top: 30px;
    height: 260px;
}

.question-bgc:nth-child(2n) {
    background-color: rgb(232 237 243 / 50%);
}

.tech {
    margin: 40px 0 10px;
}

.tech_all_box {
    background-color: rgb(236, 244, 251);
    padding: 25px;
    min-height: 1px;
    overflow: hidden;
    margin-top: 20px;
    transition: 0.5s;
    cursor: pointer;
}

.tech_all_box .icon {
    float: left;
    display: inline-block;
}

.tech_all_box .content {
    width: 85%;
    display: inline-block;
    padding-left: 15px;
}

.tech_all_box .icon img {
    height: 28px;
}

.tech_all_box .title {
    font-weight: bold;
    font-size: 17px;
    color: #333;

}

/* .tech_all_box .title span {
    color: #1466c3;
} */

.tech_all_box .desc {
    display: inline-block;
    height: 40px;
    line-height: 20px;
    margin-top: 6px;
    color: #666;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tech-texing-box {
    overflow: hidden;
    margin-bottom: 60px;
}

.tech-box {
    position: relative;
    padding-top: 60px;
}

.tech-bgc .icon {
    margin-bottom: 10px;
    display: inline-block;
}

.tech-bgc .icon img {
    height: 25px;
}

.tech-bgc .icon .img1 {
    display: block;
}

.tech-bgc .icon .img2 {
    display: none;
}

.tech-bgc .content {
    width: 100%;
    float: right;
    display: inline-block;
}

.tech-bgc .content .title {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.tech-bgc .content .desc {
    font-size: 12px;
    /* height: 40px; */
    color: #999999;
    margin: 10px 0;
}


/* .tech-box::after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 60px;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: rgb(227, 223, 223);
} */
.tech-bgc {
    height: 210px;
    width: 25%;
    float: left;
    padding: 15px 0;
    background-color: rgba(247, 248, 249, .6);
}

.tech-bgc:nth-child(2n) {
    background-color: rgba(237, 241, 247, .9);
}

.tech-rightbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tech_diagram {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}

.question-box {
    padding: 30px 45px 15px;
    min-height: 1px;
    overflow: hidden;
}

.question-bgc .icon {
    margin-bottom: 6px;
    display: inline-block;
}

.question-bgc .icon img {
    height: 26px;
}

.question-bgc .icon .img1 {
    display: block;
}

.question-bgc .icon .img2 {
    display: none;
}

.question-bgc .content {
    width: 100%;
    float: right;
    display: inline-block;
}

.question-bgc .content .title {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.question-bgc .content .desc {
    font-size: 12px;
    color: #999;
    margin: -4px 0;
}

.question-box .content .desc ul {
    list-style: none;
    padding-left: 0;
}

.question-box .content .desc ul li span {
    font-weight: 400;
    margin-right: 5px;
}

.question-box .content .desc ul li {
    line-height: 20px;
}

.home_color1 {
    background-color: #edf1f7;
}

.pagehome-eletype-ico {
    width: 36px;
    height: 36px;
    margin-bottom: 15px;
    margin-top: 15px;
}


/* 
-------------  首页p4 信创技术  -------------
*/

/* 
-------------  解决方案  -------------
*/
.line {
    border-left: 1px dotted rgba(112, 105, 105, 0.2)
}

.advance-box {
    text-align: left;
    padding: 0 5%;
}

.advance-box .title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: rgb(47, 47, 47);
    /* background-color: #0077FF; */
    padding: 2px 20px;
    margin: 0 32%;
    border-radius: 4px;
}

.advance-box .desc {
    font-size: 12px;
    color: #666;
    margin: 10px 0 35px 0;
}

.advance-box .content_img img {
    width: 85%;
    display: block;
    margin: 0 auto;
}

.bright_spot-box {
    background-color: rgb(242, 246, 250);
    padding: 30px;
    border-radius: 6px;
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.5s;
}

.bright_spot-box .content {
    width: 100%;
    /* display: inline-block; */
    padding-left: 40px;
}

.bright_spot-box .title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.bright_spot-box .desc {
    display: inline-block;
    margin-top: 10px;
    color: #999;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bright_spot-box .desc.line3 {
    height: 60px;
    -webkit-line-clamp: 3;
}

.bright_spot-box .icon {
    float: left;
    display: inline-block;
}

.bright_spot-box .icon .icon_highlight {
    display: none;
}

.bright_spot-box .icon img {
    width: 30px;
}

.solutions-box {
    min-height: 1px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 15px;
    margin-bottom: 50px;
    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%)
}

.solutions-leftbox {
    padding: 2%;
    padding-top: 3%;
    /* border-radius: 8px; */
    overflow: overlay;
    background-color: #ecf4fb;
}

.solutions-rightbox {
    padding: 60px 50px;
    background-color: #fff;
    /* border-radius: 8px; */
}

.solutions-leftbox-content {
    padding-left: 15px;
}

.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: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.solutions-leftbox-content .text2 .title {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.solutions-leftbox-content .text2 .desc {
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

/* 
-------------  结局方案 结束 -------------
*/

/* 
-------------  应用场景  -------------
*/
.scene-box {
    overflow: hidden;
    padding: 50px 0;
}

.scene-leftbox {
    padding-top: 3%;
}

.scene-rightbox {}

.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: 22px;
    padding-left: 20px;
}

.scene-leftbox .desc ul li::before {
    content: "·";
    left: 0;
    position: absolute;
    color: #666;
    font-size: 18px;
}

.scene-rightbox .scene-rightbox-img {
    width: 95%;
    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;
}

.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%;
    }
}

/* 
-------------  应用场景 结束 -------------
*/
/* 
-------------  技术特点  -------------
*/
.skipMenus {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 10px;
    position: relative;
    z-index: 90;
}

.fixedtool-menu {
    display: flex;
    flex-wrap: wrap;
}

.fixedtool-menu .fixedtool-menu-box {
    /* flex:1; */
    width: 12.5%;
    padding-right: 15px;
    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: 30px;
    border: 1px solid #eaeaea;
}

.fixedtool-menu .fixedtool-menu-box a.active {
    color: #fff;
    background-color: #0077cf;
}


.fixedtool-box {
    background-color: #fff;
    padding: 4%;
    margin-bottom: 40px;
}

.fixedtool-box .icon {
    display: inline-block;
    padding: 0 5px;
    background-image: linear-gradient(to right, #4dcbc7, #4ab6f5);
    color: #fff;
    font-size: 10px;
    margin-top: 30px;
}

.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;
}

/* 
-------------  技术特点结束  -------------
*/

/* 
-------------  关于我们  -------------
*/

.abouts-box1 {
    background-color: #fff;
    border-radius: 6px;
    padding: 5%;
    text-align: center;
    box-shadow: 0 8px 16px 8px rgba(110, 130, 205, 0.03);
}

.abouts-box1:hover {
    transform: translateY(-8px);
    transition: 0.5s;
    box-shadow: 0 8px 16px 8px rgba(110, 130, 205, 0.06);
}

.abouts-box1 img {
    display: block;
    margin: 0 auto;
    height: 60px;
}

.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/img_2.webp) center top;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-attachment: scroll;
}

.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: 600;
}

.abouts-box2 .desc {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

.aboutusbox_tag {
    font-size: 14px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
}

.aboutusbox_tag_2 {
    font-size: 14px;
    line-height: 12px;
    color: rgba(51, 51, 51, .6);
    font-weight: bold;
}

.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 .tag {
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    line-height: 24px;
    margin-bottom: 30px;
}

.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-rightbox {
    float: right;
    width: 70%;
}

.abouts-box4 {
    width: 25%;
    float: left;
}

.abouts-box4 .icon {
    width: 35px;
    margin-left: -5px;
}

.abouts-box4 .desc {
    width: 80%;
    height: 140px;
}

.abouts-box3 .tag::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #0171ef;
}

/* .abouts-box3 {
    text-align: left;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 30px 0;
}
.abouts-box3 .content {
    padding:0 60px 0 60px;
    border-radius: 6px;
    overflow: hidden;
}
.abouts-box3 .title {
    display: inline-block;
    font-size: 48px;
    color: #0077ff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif !important;
}
.abouts-box3 .add {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}
.abouts-box3 .add span {
    display: block;
    font-size: 24px;
    color: #0077ff;
}
.abouts-box3 .desc {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-bottom: 20px;
}


.abouts-box3 .text1{
    font-size: 14px;
    color: #000;
}
.abouts-box3 .text2{
    font-size: 12px;
    color: rgba(0,0,0,.7);
} */
.abouts-box3 .number {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.abouts-box3 .text:not(:last-child) {
    width: 80%;
    border-bottom: 1px solid #eaeaea
}

.abouts-box5 {
    padding: 30px 0;
    overflow: hidden;
}

.abouts-weaver .abouts-box2 img {
    margin-left: -20px;
}

.abouts-weaver .abouts-box2 .title {
    color: #000;
}

.abouts-weaver .abouts-box2 .desc {
    color: #999999;
    margin-bottom: 4px;
}

.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;
}

.function-box .box1 {
    padding-top: 20%;
}

.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;
}

.function-box-content .box1 .icon {
    display: inline-block;
    padding: 2px 8px;
    background-image: linear-gradient(to right, #0984f6, #4ab6f5);
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
    border-radius: 4px;
}

.function-box-content .box1 .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.function-box-content .box1 .desc {
    font-size: 12px;
    color: #666;
    margin: 16px 0 32px 0;
    width: 95%;
}

.function-box:not(:last-child) {
    overflow: hidden;
    position: relative;
    min-height: 1px;
}

.function-box:last-child {
    overflow: hidden;
    position: relative;
    min-height: 1px;
}

.function-box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
}

.pagecasebox {
    width: 12.5%;
    float: left;
    padding: 0 8px 5px;
}

.pagecasebox .title {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 10px 0 15px;
}

.pagecasebox .pagecaselogo {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 8px;
    background: #fff;
    border-radius: 4px;
}

.product-box {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.product-box_other {
    margin: 60px 0;
}

.product-box-content {
    padding: 15% 0 5% 0;
}

.product-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
}

.product-box:last-child:after {
    display: none;
}

.product-box-content .box1 .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.product-box-content .box1 .title::after {
    content: "";
    display: block;
    height: 3px;
    width: 42px;
    background-color: #0077FF;
    margin-top: 4px;
}

.product-box-content .box1 .desc {
    font-size: 12px;
    color: #333333;
    margin: 10px 0 10px 0;
    width: 90%;
}

.product-box-content .box1 .desc1 {
    font-size: 14px;
    color: #333333;
    margin: 16px 0 32px 0;
}

.product-box-content_other .box1 .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.product-box-content_other .box1 .title:after {
    content: "";
    display: block;
    height: 3px;
    width: 42px;
    background-color: #0077FF;
    margin-top: 4px;
}

.product-box-content_other .box1 .desc {
    font-size: 14px;
    color: #333333;
    margin: 16px 0 32px 0;
    width: 90%;
}

.product-box-content_other .box1 .desc1 {
    font-size: 14px;
    color: #333333;
    margin: 16px 0 32px 0;
}

.product-box-content .box2 .icon img {
    width: 12px;
    display: inline-block;
    float: left;
    padding: 4px 0px;
}

.product-box-content .box2 {
    width: 90%;
    padding: 6px 10px 20px 0px;
    /* background-color: rgba(242,243,247,.5); */
    border-radius: 8px;
}

.product-box-content .box2 .desc ul {
    list-style: none;
    padding-left: 0px;
}

.product-box-content .box2-sonbox {
    list-style: none;
    padding-left: 20px;
    text-align: left；
}

.product-box-content .changeimg {
    box-shadow: -4px 16px 64px rgb(142 165 233 / 10%);
    -moz-box-shadow: -4px 16px 64px rgba(142 165 233, .10);
    -webkit-box-shadow: -4px 16px 64px rgb(142 165 233 / 10%);
}



.product-box-content .box2 .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 8px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product-box-content_other .box5 {
    overflow: hidden;
    margin: 30px 0 50px;
}

.product-box-content_other .box5 .icon {
    float: left;
    width: 33.33%;
    text-align: center;
}

.product-box-content_other .box5 .icon img {
    width: 20px;
    display: inline-block;
    padding: 4px;
}

.product-box-content_other .box5 .desc {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
}

.product-box .changeimg {
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 4px 0px 24px rgb(5 97 182 / 6%);
    -moz-box-shadow: 4px 0px 24px rgb(5 97 182 / 0.06);
    -webkit-box-shadow: 4px 0px 24px rgb(5 97 182 / 6%);
}

.product-box .changeimg_noshadow {
    margin: 30px 0;
}

.product-box .changeimg_noshadow:first-child {
    margin: 0 0 30px;
}

.function-box {
    overflow: hidden;
    position: relative;
}

.function-box .changeimg {
    width: 95%;
    border-radius: 8px;
    box-shadow: 4px 0px 24px rgb(5 97 182 / 6%);
    -moz-box-shadow: 4px 0px 24px rgb(5 97 182 / 0.06);
    -webkit-box-shadow: 4px 0px 24px rgb(5 97 182 / 6%);
}

.function-box .changeimg:not(:last-child；first-child) {
    margin: 60px 0;
}

.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;
}

.functions-box-content .box1 .title::after {
    content: "";
    display: block;
    height: 3px;
    width: 42px;
    background-color: #0077FF;
    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: 13px;
    color: #666666;
    line-height: 18px;
    margin-top: 8px;
}

.functions-box-content .box2 .pline {
    overflow: hidden;
    padding: 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;
}

.functions-box-content .box2 .active {
    background-color: #f2f7ff;
    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: 85%;
}

.functions-box-content .box2 .pline .box2-sonbox .title {
    font-size: 15px;
    color: #666666;
    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: 95%;
    margin-top: 4%;
    display: none;
    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%)
}

.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;
    margin-bottom: 30px;
    margin-bottom: 30px;
    transition: 0.5s;
    box-shadow: 1px 1px 24px rgb(0 80 157 / 4%);
    -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.04);
    -webkit-box-shadow: 16px 0px 64px rgb(0 80 157 / 4%);
}

.typicalCase-box2 {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
    transition: 0.5s;
    box-shadow: 1px 1px 24px rgb(0 80 157 / 4%);
    -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.04);
    -webkit-box-shadow: 16px 0px 64px rgb(0 80 157 / 4%);
}

.typicalCase-box img {
    height: 42px;
}

.typicalCase-box2 img {
    height: auto;
}

.typicalCase-box .title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 20px 0 10px;
}

.typicalCase-box .desc {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    height: 100px;
}

.typicalCase-box span {
    color: #c6c4c4;
    font-size: 16px;
    line-height: 20px;
}

.casedetail {
    padding-top: 60px;
}

.casedetailbox {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.casedetailbox:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(212, 212, 212, 0.6)
}

.casedetailbox .text:not(:last-child) {
    margin-bottom: 20px;
}

.casedetailbox .casedetailimg {
    display: flex;
    justify-content: center;
    height: 90px;
    padding: 18px;
    background-color: #fff;
    box-shadow: 0px 16px 64px rgb(142 165 233 / 12%);
    -moz-box-shadow: 0px 16px 64px rgba(142 165 233, .12);
    -webkit-box-shadow: 0px 16px 64px rgb(142 165 233 / 12%);
}

.casedetailbox .casedetailimg img {
    width: 125px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}

.casedetailbox .name {
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-top: 16px;
}

.casedetailbox .text .title {
    display: inline-block;
    font-size: 14px;
    color: #333;
    background-color: rgba(175, 185, 203, 0.1);
    padding: 4px 20px;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 12px;
}

.casedetailbox .text .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.casedetailbox .icon img {
    width: 20px;
    display: inline-block;
    float: left;
    padding: 4px;
}

.casedetailbox .text .desc {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    font-weight: bold;
}

.casedetailbox .text .desc_2 {
    display: block;
    font-size: 12px;
    color: rgb(146, 145, 145);
    line-height: 18px;
    font-weight: normal;
    margin-top: 2px;
}

.casedetailbox .text .desc_3 {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
    font-weight: bold;
}

.casedetailbox .text .desc ul {
    list-style: none;
    padding: 1px 0;
}

.casedetailbox .desc ul li {
    margin-bottom: 10px;
}

.casedetailbox2 {
    padding: 20px;
    margin-bottom: 16px;
    background-color: #ebf3fa;
    transition: all .3s;
    box-shadow: 0 4px 16px rgb(0 0 0 / 4%);
}


.casedetailbox2 .title {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.casedetailbox2 .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    height: 65px;
}

.casescene-box {
    background-color: rgb(255, 255, 255);
    padding: 30px 40px 30px 50px;
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 16px 64px rgb(142 165 233 / 12%);
    -moz-box-shadow: 0px 16px 64px rgba(142 165 233, .12);
    -webkit-box-shadow: 0px 16px 64px rgb(142 165 233 / 12%);
}

.casescene-box .title {
    display: inline-block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: #246dd8;
    padding: 4px 20px;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 12px;
}

.casescene-box .desc {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    /* font-weight: bold; */
    margin-bottom: 8px;
}

.casescene-box .list {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

/* 
-------------  生态伙伴  -------------
*/
.cooperation_box {
    background-color: #fff;
    box-shadow: 0px 16px 64px rgb(142 165 233 / 8%);
    -moz-box-shadow: 0px 16px 64px rgba(142 165 233, .08);
    -webkit-box-shadow: 0px 16px 64px rgb(142 165 233 / 8%);
    border-radius: 10px;
}

.cooperation_box img {
    display: block;
    vertical-align: middle;
    margin: 30px auto;
}

.cooperation_box_2 {
    background: url(/images/cooperation/coo.webp) center right;
    background-repeat: no-repeat;
    height: 240px;
    background-size: auto 240px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.cooperation_box_2 .left {
    -moz-box-shadow: 0 0 6px #CCC;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    float: left;
    width: auto;
    overflow: hidden;
    background-color: #001c47;
    padding: 40px;
    color: #fff;
    height: 240px;
    width: 30%;
    min-width: 330px;
    border-radius: 10px 0px 0px 10px;
}

.cooperation_box_2 .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 20px 0px 10px;
}

.cooperation_box_2 .desc1 {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px;
}

.cooperation_box_2 .desc2 {
    font-size: 12px;
    line-height: 18px;
    opacity: 0.5;
}

.cooperation_box_2 .right {
    float: right;
    width: 220px;
    overflow: hidden;
    padding: 50px 40px;
}

.cooperation_box_2 .right img {
    border-radius: 6px;
}

.cooperation_box_3 {
    display: block;
}

.cooperation_box_3 img {
    width: 25%;
    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-------------
*/
/* 
-------------  全国页面  -------------
*/
.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;
    }
}




/* 
-------------  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: #ffffff !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, #105DEA, #299512);
}

.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;
}

.submit:hover {
    background-color: #096fd4;
    transition: 0.5s;
}

.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;
}

.centerpd .btnpublic {
    margin-top: 15px;
}







.bgcolor-submit {
    background-color: #1344a9;
    /* 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);
}

/* banner-swiper样式 */
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0886ed !important;
}

.mySwiper-banner .swiper-button-prev {
    background-image: url(/images/swiper/left.webp);
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 20px;
}

.mySwiper-banner .swiper-button-prev:hover {
    background-image: url(/images/swiper/left_hover.webp);
}

.mySwiper-banner .swiper-button-next {
    background-image: url(/images/swiper/right.webp);
    background-size: 100%;
    width: 40px;
    height: 40px;
    right: 20px;
}

.mySwiper-banner .swiper-button-next:hover {
    background-image: url(/images/swiper/right_hover.webp);
}

.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;
}

/* 产品详情页 */
.flexRow {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.flexRow>div {
    margin-bottom: 16px;
}

#prodetails,
#schdetails {
    min-height: 1000px;
}

.pro-detail-banner {
    background-color: #03144c;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.details-need-box {
    height: 100%;
    background-color: rgb(242, 246, 250);
    padding: 30px;
    border-radius: 6px;
    min-height: 1px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.details-need-box .iconbox {
    width: 28px;
    height: 28px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.details-need-box .iconbox i {
    color: rgb(28 86 188);
    font-size: 20px;
}

.details-need-box .title {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 12px;
}

.details-need-box .desc {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.detail-scene-box {
    padding: 50px 0 60px;
    overflow: hidden;
}

.detail-scene-box:nth-child(2n) {
    background: url(/images/bg_subbgleft.webp) left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.detail-scene-box:nth-child(2n+1) {
    background: url(/images/bg_subbgright.webp) right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.detail-scene-box-leftbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detail-scene-box-leftbox .title {
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    font-weight: 600;
}

.detail-scene-box-leftbox .subtitle {
    font-size: 12px;
    line-height: 20px;
    color: #888888;
}

.detail-scene-box-leftbox .desc {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-right: 20%;
    margin-top: 20px;
}

.detail-scene-box-rightbox {
    margin: 50px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
    -moz-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
    -webkit-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
}

.detail-scene-box-leftbox .moreBtn {
    margin-top: 36px;
}

.detail-scene-box-leftbox .moreBtn a {
    display: inline-block;
    padding: 0px 32px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 40px;
    color: #333;
    background-color: #d3ecff;
}

.detail-scene-box-leftbox .moreBtn a:hover {
    color: #fff;
    background-color: #1344a9;
}

/* 技术低代码 */

.lc-video-box {
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.lc-video-box .right-box {
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
    padding-left: 16px;
}

.lc-video-box .right-box .tag {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}

.lc-video-box .right-box .title {
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
}

.lc-video-box .right-box .title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 4px;
    width: 36px;
    border-radius: 4px;
    background-color: #1d58ae;
}

.lc-video-box .right-box .desc {
    width: 90%;
    font-size: 13px;
    line-height: 22px;
    color: #999;
    margin-top: 36px;
}

.lc-video-box .right-box 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 .right-box a:hover {
    background-color: #1d58ae;
    color: #fff;
}

.value-icon {
    position: absolute;
    left: 20px;
    top: 26px;
    width: 30px;
    text-align: left;
}

.value-icon img {
    width: 100%;
}

.value-content {
    width: 100%;
    margin: 0 auto;
}

.value-title {
    width: auto;
    padding: 23% 0px 20px 0px;
    color: #000;
    font-size: 18px;
}

.value-title2 {
    width: auto;
    padding: 20px 0px 80px 0px;
    text-align: center;
    color: #000;
    font-size: 20px;
}

.value-title2 .t2 {
    padding-top: 6px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #666;
}

.value-title2 .t3 {
    padding-top: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.value-title .t3 {
    padding-top: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.value-title2 span {
    display: block;
}

.value-title span {
    display: block;
}

.value-title .t2 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.value-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0px;
}

.value-img {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.value-img img {
    max-width: 500px;
    width: 100%;
}

.ai-tabs {
    margin: 0 auto;
    padding: 0 4%;
    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: 18px;
    height: 18px;
    background-image: url("/images/ai/home-ai-icon.webp");
    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: #1449BF;
}

.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: 28px;
    line-height: 36px;
    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: 64px;
}

.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;
}

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

.ai_value_item {
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding: 32px 28px 40px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.3s linear;
}


.ai_value_item:hover {
    box-shadow: 0px 16px 64px rgb(142 165 233 / 12%);
    -moz-box-shadow: 0px 16px 64px rgba(142, 165, 233, .12);
    -webkit-box-shadow: 0px 16px 64px rgb(142 165 233 / 12%);
}

.ai_value_item .iconbox {
    flex-shrink: 0;
    background-color: #e6f1fc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 7px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai_value_item .iconbox img {
    width: 100%;
}

.ai_value_item .v-title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: 600;
}

.ai_value_item .v-desc {
    width: 100%;
    font-size: 13px;
    color: #666;
    line-height: 22px;
}

.ai_value_item:hover {
    background-color: #2662DC;
    box-shadow: 0px 16px 64px rgb(142 165 233 / 12%);
    -moz-box-shadow: 0px 16px 64px rgba(142, 165, 233, .12);
    -webkit-box-shadow: 0px 16px 64px rgb(142 165 233 / 12%);
}

.ai_value_item:hover .v-title,
.ai_value_item:hover .v-desc {
    color: #fff;
}

.assistantAi {
    background-image: linear-gradient(to bottom, #e5f0fe, #c9d6f9);
    border-radius: 10px;
}

.assistantAi-title {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 60px 0px 24px;
}

.assistantAi-title-logo {
    width: auto;
    float: left;
}

.assistantAi-title-logo img {
    height: 40px;
}
.assistantAi-title-text {
    font-size: 24px;
    font-weight: 600;
}
.assistantAi-title-text span {
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.assistantAi-title-text i {
    margin-left: 4px;
    font-style: normal;
    color: transparent;
    background: linear-gradient(279deg, #57f -27.48%, #996eff 89.26%);
    background-clip: text;
    -webkit-background-clip: text;
}

.assistantAi-tabmain {
    width: 100%;
    min-height: 1px;
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.tabmain-item {
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
    padding: 10px 12px;
    transition-duration: 0.3s;
}

.tabmain-item i {
    font-style: normal;
}

.assistantAi-content {
    position: relative;
    margin-top: 20px;
}
.content-item .img2 { 
    position: absolute;
    max-width: 65%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}