html, body {
    overflow-x: hidden;
}
.case-wrapper .banner_static {
    width: 1160px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 646px;
    z-index: 1;
}
.case-wrapper .banner_static.flexStart {
    justify-content: flex-start;
}
.case-wrapper .banner_static li {
    width: 280px;
}
.case-wrapper .banner_static.flexStart li {
    width: 33.333%;
}
.case-wrapper .banner_static .static_dig {
    font-family: Montserrat-Bold;
    font-size: 48px;
    line-height: 58px;
    color: #282828;
    font-weight: 700;
}
.case-wrapper .banner_static .static_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #282828;
    line-height: 20px;
    font-weight: 500;
    margin-top: 4px;
}
.case-wrapper .overview {
    width: 1160px;
    height: 142px;
    background: #0355E7 url("../image/over.png");
    background-position: 26px 26px;
    background-size: 62px 54px;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 808px;
    z-index: 1;
    padding: 30px;
    display: flex;
}
.case-wrapper .overview .tit {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    font-weight: 600;
    margin-right: 24px;
}
.case-wrapper .overview .desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 33px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 500;
    width: 985px;
}
.case-wrapper .case_content_wrap {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    margin-top: 130px;
    padding-bottom: 102px;
}
.case-wrapper .case_content_wrap .case_content {
    width: 820px;
    margin-right: 120px;
}
.case-wrapper .case_content_wrap section {
    margin-top: 60px;
}
.case-wrapper .case_content_wrap section:first-child {
    margin-top: 0px;
}
.case-wrapper .case_content_wrap .s_tit {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    line-height: 39px;
    color: #151516;
    font-weight: 600;
}
.case-wrapper .case_content_wrap .s_cont {
    margin-top: 24px;
}
.case-wrapper .case_content_wrap .s_cont ul {
    margin-top: 24px;
}
.case-wrapper .case_content_wrap .s_cont_tit {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #151516;
    font-weight: 600;
}
.case-wrapper .case_content_wrap .s_cont_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 20px;
    color: #454545;
    line-height: 20px;
    font-weight: 500;
    margin-top: 16px;
    text-align: justify;
}
.case-wrapper .case_content_wrap .s_cont_img {
    width: 100%;
    height: auto;
    margin-top: 24px;
}
.case-wrapper .case_content_nav_inner {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px 24px 59px 2px;
    height: auto;
    min-width: 228px;
}
.case-wrapper .case_content_nav .nav_tit {
    font-family: Montserrat-Medium;
    font-size: 20px;
    line-height: 24px;
    color: #151516;
    font-weight: 500;
    padding-left: 22px;
}
.case-wrapper .case_content_nav ul {
    margin-top: 28px;
}
.case-wrapper .case_content_nav li {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 19px;
    color: #151516;
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
.case-wrapper .case_content_nav li.active::before {
    content: "";
    display: block;
    background: #005BFF;
    width: 2px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav-right .nav-buttons .button.btn-white {
    background: #FFFFFF;
    border: 1px solid rgba(188,192,199,1);
    border-radius: 20px;
    width: 112px;
    height: 40px;
    line-height: 40px;
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #282828;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.nav-right .nav-buttons .button.btn-white-blue {
    padding: 0px 16px;
    height: 40px;
    line-height: 40px;
    background: #005BFF;
    border-radius: 20px;
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500;
}
.try_wrap .box-title {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    color: #151516;
    font-weight: 600;
    line-height: 39px;
    width: 679px;
    margin-bottom: 16px;
}
.try_wrap .sub-title {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 0px 48px 0px;
}
.button.btn-blue {
    background: #005BFF;
    border-radius: 26px;
    border-color: #005BFF;
    width: 210px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
}
.try_wrap .button.btn-blue {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.try_wrap .sub-image {
    position: absolute;
    width: 348px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.email_wrap .box-logo {
    width: 954px;
    height: 128px;
}
.email_wrap .box-title {
    opacity: 0.85;
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    width: 630px;
    margin: 38px auto 30px auto;
}
.email_wrap .leave-input {
    width: 448px;
    height: 50px;
    background: #141B27;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    display: inline-block;
    padding: 2px 0px 2px 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.email_wrap .leave-input .leave-input-email {
    height: 100%;
    width: 100%;
    opacity: 0.85;
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    border: none;
    background-color: transparent !important;
}
.email_wrap .button {
    width: 140px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    margin-top: 0px;
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #000815;
    letter-spacing: 0;
    text-align: right;
    line-height: 18px;
    font-weight: 500;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
}
.email_wrap{
    position: relative;
}
.email_wrap .wrapper {
    z-index: 2;
}
.email_wrap .emailbg {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1440px;
    height: auto;
    transform: translateX(-50%);
    z-index: 1
}

/*home*/
.h_banner {
    width: 100%;
    /*height: 1398px;*/
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #E5EEFF 0%, #FFFFFF 13%);
    position: relative;
    padding-bottom: 40px;
}
.h_banner .h_banner_text {
    padding-top: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.h_banner h1 {
    text-align: center;
}
.h_banner h1.mobile_tit {
    display: none;
}
.h_banner h1 span {
    font-family: Montserrat-Bold;
    font-size: 58px;
    color: #282828;
    text-align: center;
    line-height: 68px;
    font-weight: 700;
    background: linear-gradient(to right, #1F1F1F 75%, #0043BB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h_banner .h_banner_text .desc {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 29px;
    color: #282828;
    text-align: center;
    font-weight: 500;
    margin-top: 28px;
}
.h_banner .button.btn-blue {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    width: 210px;
    height: 52px;
    line-height: 52px;
    background: #005BFF;
    border-radius: 26px;
    background: #005BFF;
    border-radius: 26px;
    margin-top: 38px;
}
.h_banner .h_img_box {
    /* background: url("../image/h_bg.png") no-repeat center center;
    background-size: 1682px 958px;
    background-position: center center;
    background-repeat: no-repeat; */
    padding-top: 40px;
    position: relative;
    z-index: 2;
}
.h_banner .h_img_bg {
    position: absolute;
    z-index: 1;
    width: 1682px;
    height: 958px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.h_img_nav {
    width: 468px;
    border-bottom: 1px solid rgba(227,227,227,1);
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    padding-bottom: 18px;
}
.h_img_nav li {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 19px;
    color: #787878;
    font-weight: 500;
    margin-right: 56px;
    cursor: pointer;
}
.h_img_nav li:last-child {
    margin-right: 0px;
}
.h_img_nav li:hover {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #282828;
    font-weight: 500;
}
.h_img_nav li.active {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #282829;
    font-weight: 600;
}
.h_img_cont {
    display: flex;
    justify-content: center;
}
.h_img_cont img {
    width: 1276px;
    height: auto;
}
.h_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1160px;
    margin: 0 auto;
    padding-top: 60px;
}
.h_logo_wrap span {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #787878;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
}
.h_logo_wrap img {
    width: auto;
    height: 48px;
    padding: 0px 16px;
}
.h_logo_wrap img:last-child {
    padding-right: 0px;
}

.sercice_section {
    background: #E5EEFF;
    padding: 70px 0px;
}
.sercice_title {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    line-height: 49px;
    color: #151516;
    text-align: center;
    line-height: 49px;
    font-weight: 600;
}
.sercice_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 20px;
    color: #282828;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.sercice_static {
    margin: 68px auto 64px;
    display: flex;
    justify-content: space-between;
    width: 985px;
}
.sercice_static_num {
    font-family: Montserrat-SemiBold;
    font-size: 48px;
    line-height: 58px;
    color: #151516;
    font-weight: 600;
    text-align: center;
}
.sercice_static_tit {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #282828;
    text-align: center;
    font-weight: 600;
    margin: 12px 0px 6px;
}
.sercice_static_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 19px;
    color: #454545;
    text-align: center;
    font-weight: 500;
}
.sercice_pro_wrap {
    position: relative;
    width: 100%;
    height: 580px;
}

.sercice_pro_inner {
    overflow-x: scroll; /* 允许水平滚动 */
    display: flex; /* 使用Flexbox布局 */
    justify-content: flex-start; /* 默认居左对齐 */
    position: absolute;
    left: 0;
    bottom: 0;
    height: 580px;
    align-items: flex-end;
}
.sercice_pro_inner::-webkit-scrollbar {
    display: none;
}
.sercice_pro_item {
    margin-right: 28px;
    position: relative;
    z-index: 1;
}
.sercice_pro_item:last-child {
    margin-right: 0px;
}
.sercice_pro_item_inner {
    width: 368px;
    height: 556px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.02);
    border-radius: 24px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 16px;
    background: #FFFFFF;
    z-index: 1;
    transition: transform 0.5s ease;
}
.sercice_pro_bg {
    content: "";
    display: block;
    width: 368px;
    height: 556px;
    /* background-image: linear-gradient(180deg, #E6F1FF 0%, #A1CDFF 100%); */
    background-image: radial-gradient(circle, #E6F1FF 0%, #A1CDFF 100%);
    border-radius: 24px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    backdrop-filter: blur(10px);
}
.sercice_pro_item_inner:hover {
    background: #FFFFFF;
    border-radius: 24px;
    transform: translateY(-10px);
    box-shadow: 0 2px 15px rgb(161, 205, 255, 0.6);
}
.tab_swiper_content .swiper-slide {
    width: 368px;
}
.sercice_pro_item .su_btn {
    position: absolute;
    left: 16px;
    bottom: 33px;
}
.sercice_pro_img {
    width: 100%;
    height: 208px;
    overflow: hidden;
    border-radius: 16px;
    background: #f9f9f9;
}
.sercice_pro_img img {
    width: 100%;
    height: auto;
    transition: all 0.2s;
}
.sercice_pro_tit {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #151516;
    font-weight: 600;
    line-height: 29px;
    margin: 20px 0px 16px;
}
.sercice_pro_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-weight: 500;
}
.sercice_xun {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    height: 45px;
}
.sercice_nav {
    overflow-x: scroll; /* 允许水平滚动 */
    white-space: nowrap; /* 防止子元素换行 */
    display: flex; /* 使用Flexbox布局 */
    justify-content: flex-start; /* 默认居左对齐 */
    position: absolute;
    left: 0;
    top: 0;
}

.sercice_nav::-webkit-scrollbar {
    display: none; 
}
.sercice_nav_li {
    display: inline-block; /* 或者 flex 项目 */
    padding: 12px 54px;
    opacity: 0.4;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 19px;
    color: #005BFF;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}
.sercice_nav_li:hover {
    opacity: 0.8;
}
.sercice_nav_li.on {
    border: 1px solid rgba(0,91,255,1);
    border-radius: 28px;
    opacity: 1;
}

.sercice_m_1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.04);
    border-radius: 16px;
    width: 100%;
    margin-top: 48px;
}
.sercice_m_1 .sercice_m_text {
    width: 520px;
}
.sercice_m_2 .sercice_m_text {
    width: 100%;
    padding: 0px 28px;
    margin-top: 16px;
}
.sercice_m_2 {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.04);
    border-radius: 16px;
    padding: 12px;
    width: calc((100% - 24px) / 2);
    display: inline-block;
    padding-bottom: 120px;
    position: relative;
    height: 566px;
}
.sercice_m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.sercice_m_1 .sercice_m_img img {
    width: auto;
    height: 342px;
}
.sercice_m_2 .sercice_m_img {
    width: 100%;
}
.sercice_m_2 .sercice_m_img img {
    width: 100%;
    height: auto;
}
.s_tit {
    font-family: Montserrat-SemiBold;
    font-size: 28px;
    line-height: 34px;
    color: #151516;
    font-weight: 600;
}
.s_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 20px;
    color: #585858;
    line-height: 20px;
    font-weight: 500;
    margin-top: 16px;
}
.sercice_logo {
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.sercice_logo p {
    font-family: Montserrat-Medium;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-weight: 500;
    margin-bottom: 6px;
}
.sercice_logo img {
    width: auto;
    height: 24px;
}
.solution_section {
    padding: 70px 0px 56px;
}
.solution_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px;
}
.solution_item:nth-child(odd) {
    flex-direction: row-reverse;
}
.solution_item .solution_item_text {
    width: 570px;
}
.solution_item .solution_item_text .su_tit {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    color: #151516;
    line-height: 38px;
    font-weight: 600;
}
.solution_item .solution_item_text .su_desc {
    margin-top: 8px;
}
.solution_item .solution_item_text .su_desc_tit {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    line-height: 22px;
    color: #282829;
    font-weight: 600;
    margin-top: 16px;
}
.solution_item .solution_item_text .su_desc_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #585858;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
    position: relative;
    padding-left: 18px;
}
.solution_item .solution_item_text .su_desc_desc::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4E4E6B;
    left: 0;
    position: absolute;
    top: 7px;
}
.solution_item .solution_item_img img {
    width: auto;
    height: 480px;
}
.su_btn {
    display: flex;
    align-items: center;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #282828;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    margin-top: 48px;
    /*background: url("../image/arrow-right.svg");
    background-position: right 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;*/
    width: 151px;
    position: relative;
}
.su_btn span {
    text-decoration: underline;
}
.su_btn img {
    width: 20px;
    height: auto;
}
.su_btn:hover {
    color: #005BFF;
    /*background: url("../image/arrow-right-blue.svg");
    background-position: right 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;*/
}
.su_btn img.recomment-icon {
    width: 20px;
    height: auto;
    position: absolute;
    left: 133px;
    top: 4px;
    /* bottom: 50%; */
    /* transform: translateY(50%); */
}
.su_btn img.recomment-icon-blue {
    display: none;
}
.su_btn img.recomment-icon-black {
    display: block;
}
.su_btn:hover .recomment-icon-blue {
    display: block;
}
.su_btn:hover .recomment-icon-black {
    display: none;
}
.su_btn:hover .recomment-icon {
    animation: proLeftNFrames .9s linear infinite;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
@keyframes proLeftNFrames {
    0% {
        left: 133px
    }

    33% {
        left: 139px
    }

    67% {
        left: 133px
    }

    to {
        left: 133px
    }
}
.indu_section {
    background-image: linear-gradient(270deg, #E4ECFB 25%, #D8E1F2 78%);
    padding-top: 70px;
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}
.indu_title {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    line-height: 49px;
    color: #151516;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.indu_tit {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    line-height: 39px;
    color: #151516;
    font-weight: 600;
}
.indu_desc {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 21px;
    color: #282828;
    line-height: 20px;
    font-weight: 400;
    margin-top: 18px;
}
.indu_logo {
    width: auto;
    height: 48px;
    margin-bottom: 24px;
}
.mySwiper2 .swiper-slide {
    position: relative;
    height: 528px;
    background-image: linear-gradient(270deg, #E4ECFB 25%, #D8E1F2 78%);
    overflow: hidden;
}
.indu_nav .swiper-slide {
    margin-right: 48.5px !important;
    max-width: 106px;
    width: 47px;
}
.indu_nav .swiper-slide:last-child {
    marign-right: 0px !important;
}
.indu_nav {
    width: 100%;
    height: 38px;
    position: relative;
    margin-top: 40px;
    border-bottom: 1px solid rgba(234,241,252,1);
}
.indu_nav ul {
    width: 697.5px;
    margin: 40px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.indu_nav ul li {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: rgba(40,40,40,0.75);
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    height: 39px;
}
.indu_nav ul li.active {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #282828;
    text-align: center;
    font-weight: 600;
    position: relative;
}
.indu_nav ul li.active:after {
    content: "";
    width: 80%;
    height: 3px;
    background: #005BFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
    display:block;
    position: absolute;
}
.mySwiperCloud {
    position: absolute;
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
}
.indu_cont_text {
    width: 1440px;
    position: absolute;
    height: 528px;
    right: 50%;
    top: 0;
    transform: translateX(160px);
}
.indu_text_inner {
    text-align: left;
    padding: 44px 0 58px;
    float: right;
    width: 534px;
    margin-right: 220px;
}
.indu_cont_im {
    height: 528px;
    transform: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    max-width: 1280px;
    cursor: default;
}
.indu_nav .swiper-slide div {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: rgba(40,40,40,0.75);
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
.indu_nav .swiper-slide-thumb-active div {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #282828;
    text-align: center;
    font-weight: 600;
}
.index_case_wall {
    padding: 70px 0px;
    background: #fff;
}
.index_case_wall p.w_tit {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #151516;
    font-weight: 600;
}
.index_case_wall .logo_wrap {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_case_wall .logo_wrap .logo_item {
    background: #FFFFFF;
    border: 1px solid rgba(229,233,233,1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 108px;
    margin-right: 16px;
}
.index_case_wall .logo_wrap .logo_item:last-child {
    margin-right: 0px;
}
.index_case_wall .logo_wrap .logo_item img {
    width: 166px;
    height: 54px;
}
.index_case_wall .logo_wrap .logo_item p {
    font-family: Montserrat-Medium;
    font-size: 13px;
    line-height: 16px;
    color: #585858;
    text-align: center;
    font-weight: 500;
    margin-top: 8px;
}
.mod_box {
    display: none;
}
.tech_section {
    background: #0D122C;
    padding: 70px 0px;
}
.tech_section_title {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    line-height: 49px;
    font-weight: 700;
}
.tech_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.tech_item {
    width: calc((100% - 60px) / 3);
    background: #FFFFFF;
    height: 500px;
    border-radius: 24px;
    position: relative;
    padding: 24px;
}
.tech_item_img {
    width: 100%;
    height: 168px;
    overflow: hidden;
    border-radius: 16px;
    background: #f9f9f9;
}
.tech_item .tech_item_img img {
    width: 100%;
    height: auto;
    transition: all 0.2s;
}
.tech_item_tit {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #151516;
    font-weight: 600;
    line-height: 29px;
    margin: 20px 0px 4px 0px;
}
.tech_item_desc li {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #585858;
    line-height: 20px;
    font-weight: 500;
    margin-top: 12px;
    position: relative;
    padding-left: 18px;
}
.tech_item_desc li::before {
    content: "";
    display: block;
    background: #4E4E6B;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

@media screen and (max-width: 1440px) {
    .indu_cont_text {
        transform: translateX(180px);
    }
}

/*home*/
/*leave*/
.leave_pop_up {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: none;
}
.leave_main {
    width: 560px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    background-color: #f00;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* margin-top: -20px; */
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 53, 148, 0.15);
    border-radius: 20px;
}
.leave_pop_up .leave_main .form {
    padding: 26px 30px;
    border-radius: 20px;
}
.leave_pop_up .leave_main .form .h1 {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    line-height: 39px;
    color: #151516;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4px;
}
.leave_pop_up .leave_main .form .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.leave_pop_up .leave_main .form .li {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    position: relative;
}
.leave_pop_up .leave_main .form .li.w100 {
    width: 100%;
}
.leave_pop_up .leave_main .form .li i {
    left: 0px;
}
/* .leave_pop_up .leave_main .form .li .input {
    margin-left: 16px;
}
.leave_pop_up .leave_main .form .li .href {
    margin-left: 16px;
} */
.show-code-different {
    align-items: center;
}
.input-different {
    width: 100%;
}
.show-code-different>img {
    width: 75px;
    height: 38px;
}
.show-code-different>.show-txt-different {
    color: #999;
}
.show-code-different>.show-txt-different:hover {
    color: #005BFF;
}
.leave_pop_up .leave_main .form .li .input,
.input-different {
    padding: 0px;
    border: none;
}
.leave_pop_up .leave_main .form .li label {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #151516;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 4px;
    display: block;
}
.leave_pop_up .leave_main .form .li label span {
    color: red;
    margin-left: 4px;
}
.leave_pop_up .leave_main .form .li .input input::placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
}
.leave_pop_up .leave_main .form .li .input input {
    background: #FFFFFF;
    border: 1px solid rgba(225,225,226,1);
    border-radius: 8px;
    padding: 0px 10px;
    height: 40px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 500;
    width: 100%;
}
.leave_pop_up .leave_main .form .li .input input:focus {
    background: #FFFFFF;
    border: 1px solid rgba(0,91,255,1);
    border-radius: 6px;
}
.leave_pop_up .leave_main .form .sub_tip {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #787878;
    line-height: 18px;
    font-weight: 500;
    margin-top: 20px;
}
.leave_pop_up .leave_main .form .sub_tip a {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #064CB3;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
}
.leave_pop_up .leave_main .form .li .sub {
    background: #C8C8C8;
    border-radius: 24px;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center
    margin-top: 20px;
    cursor: pointer;
}

.leave_pop_up .leave_main .form .li .sub:not('.canClick'):hover {
    background: #0043BC !important;
}
.leave_pop_up .leave_main .form .li .sub.canClick {
    background: #005BFF;
}

.leave_pop_up .leave_main .form .li .yan {
    height: 36px;
    top: 23px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
}
img {
    border: none !important;
}
.mLi3 input {
    border: 1px solid #FF3939 !important;
}
.mLi3 label {
    color: #FF3939 !important;
}
.hint {
    /* position: absolute; */
    left: 0;
    top: 64px;
    color: red;
    display: none;
    font-size: 12px;
}
.register_login_close {
    width: 40px;
    height: 40px;
    background: #F1F3F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.register_login_close img {
    width: 30px;
    height: 30px;
}
.roi_input_select{
    position: absolute;
    top:64px;
    border-radius: 6px;
    left:0;
    width:100%;
    background-color: #Fff;
    z-index: 2;
    display: none;
    border:1px solid #d2d2d2;
    max-height: calc(50vh - 140px);
    overflow-y: auto!important;
}
.roi_input_select li{
    font-family: Montserrat-Medium;
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-weight: 500;
    height: 28px;
    line-height: 28px;
    transition: all 0.2s;
    cursor: pointer;
    padding-left:12px;
}
.roi_input_select li.industry_select_active{
    background-color: rgba(0,91,255);
    color:#fff;
}
.roi_input_select li:not(.industry_select_active):hover{
    background-color: rgba(0,91,255,0.10);
}
.roi_select_icon{
    position: absolute;
    right:12px;
    top:35px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s;
}
.roi_select_icon.roi_select_icon_rotate{
    transform: rotate(180deg);
}
.roi_input_select::-webkit-scrollbar {
    width: 10px !important;
}

.roi_input_select::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-style: dashed;
    border-color: transparent;
    border-width: 3px;
    background-clip: padding-box;
    background-color: rgba(157, 165, 183, 0.5);
}
/*leave*/
/*solution*/
.isplan .banner {
    height: auto;
    padding-bottom: 40px;
}
.isplan .banner .swiper-slide {
    background-image: linear-gradient(180deg, #E8F2FF 0%, #F1F7FF 100%);
    display: block;
}
.isplan.ispro .banner .swiper-slide {
    background-image: none;
    background: none;
}
.isplan .banner .minBox {
    margin-top: 68px;
    height: auto;
    padding: 95px 0px;
}
.isplan.ispro .banner .minBox {
    padding: 60px 0px 100px 0px;
}
.case-wrapper .banner .ftitle {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #005BFF;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.case-wrapper .banner .ftitle img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.isplan .banner .banner_tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.isplan .banner .banner_tag li {
    width: calc((100% - 72px) / 4);
    height: 373px;
    padding: 29.58px 24px 0px 24px;
    background: #FFFFFF;
    border-radius: 16px;
}
.isplan .banner .banner_tag.row3 li {
    width: calc((100% - 48px) / 3)
}
.isplan .banner .banner_tag.pro_tag {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.isplan .banner .banner_tag.pro_tag li {
    width: calc((100% - 124px) / 3);
    height: auto;
    background: none;
    display: flex;
    padding: 0px;
}
.isplan .banner .banner_tag.pro_tag li.row4 {
    width: calc((100% - 120px) / 4);
}
.isplan .banner .banner_tag.pro_tag li img {
    width: 32px;
    height: 32px;
    margin-right: 18px;
}
.isplan .banner .banner_tag .tag_tit {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    line-height: 29px;
    color: #282829;
    font-weight: 600;
    margin-bottom: 16px;
}
.isplan .banner .banner_tag .tag_desc {
    opacity: 0.8;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #282829;
    line-height: 20px;
    font-weight: 400;
    margin-top: 12px;
}
.isplan .banner .banner_tag.pro_tag .tag_desc {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-weight: 600;
    margin-top: 0px;
}
.isplan .capacity_section {
    padding: 44px 0px 50px 0px;
    background: #F1F7FF;
}
.isplan .capacity_section_inner {
    background: #0D122C;
    border-radius: 24px;
    height: 700px;
}
.isplan .capacity_tit {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    line-height: 49px;
    font-weight: 600;
    padding: 60px 0px 50px 0px;
}
.isplan .capatity_wrap {
    width: 100%;
    /*overflow: hidden;*/
    margin-top: 40px;
}
.isplan .capatity_left {
    float: left;
    width: auto;
    padding-left: 58px;
    margin-right: 59px;
}
.isplan .capatity_left li {
    position: relative;
    cursor: pointer;
    width: 492px;
}
.isplan .capatity_left li p {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    line-height: 29px;
    font-weight: 500;
    padding-bottom: 17.5px;
    margin-top: 17.5px;
    border-bottom: 1px solid rgba(255,255,255,0.14);
}
.isplan .capatity_left li div {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: rgba(255,255,255);
    line-height: 20px;
    font-weight: 500;
    padding-top: 8px;
    display: none;
    padding-bottom: 21.5px;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.14);
}
.isplan .capatity_left li div span {
    margin-top: 12px;
    display: block;
}
.isplan .capatity_left li.on p {
    padding: 0px;
    border: none;
    color: rgba(255,255,255);
}
.isplan .capatity_left li.on div {
    /*display: block;*/
}
.isplan .capatity_left li.on::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 22px);
    background: #fff;
    position: absolute;
    left: -16px;
    top: 0px;
}
.isplan .capatity_right {
    float: left;
    transform: translateY(-40px);
}
.isplan .capatity_right img {
    width: 540px;
    height: 480px;
    display: none;
}
.isplan .capatity_right img.active {
    display: block;
}
.isplan .scenario_section {
    padding: 80px 0px 50px;
    background: #F1F7FF;
}
.scenario_tit {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    color: #151516;
    text-align: center;
    line-height: 49px;
    font-weight: 600;
}
.scenario_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.scenario_wrap_2 {
    justify-content: center;
}
.scenario_item {
    width: calc((100% - 60px) / 3);
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.02);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 30px;
}
.scenario_wrap_2 .scenario_item:first-child {
    margin-right: 30px;
}
.scenario_item img {
    width: 100%;
    height: auto;
}
.scenario_item .item_tit {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    line-height: 29px;
    color: #151516;
    font-weight: 600;
    margin: 20px 0px 16px;
}
.scenario_item .item_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-weight: 500;
}
.mobile_cont_section {
    display: none;
}
/* 失败弹框 */
#yati {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 9999;
}
.yativalb {
	display: flex;
	justify-content: center;
}
#yaval {
	background: rgba(0,0,0,0.7) !important;
    color: #FFFFFF;
    padding: 23px 30px !important;
    border-radius: 32px !important;
    font-size: 18px;
	text-align: center;
	font-family: PingFangSC-Regular;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	-webkit-backdrop-filter: saturate(50%) blur(10px);
	backdrop-filter: saturate(50%) blur(10px);
}
.mySwiper2 {
    position: relative;
}
.indu_section .swiper-button-prev,
.indu_section .swiper-button-next{
	border: 1px solid rgba(120, 120, 120, 1);
    border-radius: 20px;
    width: 56px;
    height: 32px;
    top: auto;
    bottom: 17px;
    transform: translateX(-50%);
    cursor: pointer;
}
.indu_section .swiper-button-next{
	transform: rotateZ(0);
	left: calc(50% - 28px + 34px)
}
.indu_section .swiper-button-prev{
    transform: rotate(180deg);
    left: calc(50% - 28px - 34px)
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next img, .swiper-button-prev img {
    width: 18px;
    height: auto;
}

.ispro .whyus_section {
    background: #E5EEFF;
    padding: 80px 0px 70px;
}
.ispro .whyus_tit {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    color: #151516;
    text-align: center;
    line-height: 49px;
    font-weight: 600;
}
.ispro .whyus_wrap {
    margin-top: 50px;
}
.ispro .whyus_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ispro .whyus_ul li {
    width: calc((100% - 29px) / 2);
    height: 404px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.02);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 29px;
}
.ispro .whyus_ul.whyus_ul_3 li {
    width: calc((100% - 29px) / 3);
    height: 435px;
    margin-bottom: 0px;
}
.ispro .whyus_ul li:nth-last-child(-n+2) {
    margin-bottom: 0px;
}

.ispro .whyus_ul li img {
    width: 100%;
    height: auto;
}
.ispro .whyus_ul li p {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    line-height: 29px;
    color: #151516;
    font-weight: 600;
    margin-top: 20px;
}
.ispro .whyus_ul li div {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-weight: 500;
    margin-top: 16px;
}
.ispro .whyus_btn {
    text-align: center;
    margin-top: 50px;
}
.ispro .whyus_btn .button {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    width: 210px;
    height: 52px;
    line-height: 52px;
    background: #005BFF;
    border-radius: 26px;
}
.work_section {
    background: #fff;
    padding: 80px 0px 110px;
}
.inspection_section {
    padding-bottom: 60px;
}
.work_tit {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    color: #151516;
    text-align: center;
    line-height: 49px;
    font-weight: 600;
}
.work_wrap {
    margin-top: 50px;
}
.work_item {
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro_5 {
    padding: 60px 0px;
}
.work_item:nth-child(even) {
    flex-direction: row-reverse;
}
.work_item_text {
    width: 546px;
}
.work_item_tip {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #005BFF;
    font-weight: 600;
    margin-bottom: 12px;
}
.work_item_tit {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    color: #151516;
    line-height: 38px;
    font-weight: 600;
}
.work_item_ftit {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 19px;
    font-weight: 500;
    padding: 12px 0px 5px;
}
.work_item_ftit span {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #454545;
    line-height: 19px;
    font-weight: 700;
}
.work_item_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-weight: 500;
    margin-top: 16px;
}
.work_item_ul {
    margin-top: 6px;
}
.work_item_ul li {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}
.work_item_ul li:first-child {
    margin-top: 16px;
}
.work_item_ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #005BFF;
    position: absolute;
    left: 0px;
    top: 6.5px;
}
.work_static {
    margin-top: 32px;
    display: flex;
}
.work_static_item {
    margin-right: 48px;
}
.work_static_item:last-child {
    margin-right: 0px;
}
.work_static .static_num {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    color: #151516;
    line-height: 39px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
}
.work_static .static_tit {
    opacity: 0.8;
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #151516;
    line-height: 14px;
    font-weight: 500;
    margin-top: 4px;
}
.tr_up {
    width: 0;
    height: 0;
    border-left: 8.8px solid transparent;
    border-right: 8.8px solid transparent;
    border-bottom: 12.8px solid #21BE88;
    margin-left: 8px;
    margin-bottom: 8px;
}
.tr_down {
    width: 0;
    height: 0;
    border-left: 8.8px solid transparent;
    border-right: 8.8px solid transparent;
    border-top: 13.8px solid #FF5B5B;
    margin-left: 8px;
    margin-bottom: 8px;
}
.work_item_img {
    width: 560px;
    height: 480px;
}
.pro_5 .work_item_img {
    width: 560px;
    height: auto;
}
.img_shadow {
    width: 100%;
    height: 100%;
    background: #0D122C;
    border-radius: 24px;
    position: absolute;
    right: -10px;
    bottom: -10px;
}
.index_blog {
    padding: 70px 0px;
}
.index_blog .index_blog_tit {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    color: #151516;
    text-align: center;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 40px;
}
.index_blog .su_btn {
    margin: 0 auto;
}
.blog_list {
    display: flex;
    flex-wrap: wrap;
}
.blog_list .no-articles {
    width: 100%;
}
.blog_list .no-articles p {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    line-height: 19px;
}
.blog_item {
    width: calc((100% - 60px) / 3);
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    border-radius: 24px;
    /*padding: 24px;*/
    margin-bottom: 51px;
    margin-right: 30px;
    cursor: pointer;
    height: 462px;
    position: relative;
}
.blog_item:nth-of-type(3n) {
    margin-right: 0px;
}
.blog_item .blog_item_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 16px;
    background: #f9f9f9;
    cursor: pointer;
}
.blog_item .blog_item_img img {
    width: 100%;
    height: auto;
    transition: all 0.2s;
}
.blog_item_tag {
    display: flex;
    align-items: center;
    margin-top: 21px;
}
.blog_item_tag li {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #151516;
    text-align: center;
    font-weight: 500;
    background: #EDF3FF;
    border-radius: 14px;
    padding: 5px 12px;
    cursor: pointer;
    margin-right: 8px;
}
.blog_item .item_tit {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #151516;
    line-height: 24px;
    font-weight: 600;
    margin: 16px 0px 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
    overflow: hidden;
}
.blog_item .item_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
}
.blog_item:hover .blog_item_img img {
    transform: scale(1.1);
}
.blog_item .item_tit:hover  {
    color: #005BFF;
    text-decoration: underline;
}
.blog_item_bottom {
    margin-top: 19px;
    display: flex;
    align-items: center;
}
.blog_item .blog_item_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog_item_bottom .blog_avatar_link {
    display: flex;
    align-items: center;
    padding-right: 12px;
    position: relative;
    cursor: pointer;
}

.blog_item_bottom .blog_avatar_link:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #D7D7D7;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.cos_text {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #585858;
    font-weight: 500;
}
.choose_section {
    background: #1A2233;
    border-radius: 32px;
    padding: 80px 0px;
}
.cho_title {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 50px;
}
.cho_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cho_item {
    width: calc((100% - 28px) / 2);
    height: 300px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 30px 24px 40px;
    margin-bottom: 28px;
}
.cho_item:nth-last-child(-n+2) {
    margin-bottom: 0px;
}
.cho_tit {
    display: flex;
    align-items: center;
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #005BFF;
    font-weight: 600;
    line-height: 29px;
}
.cho_tit img {
    width: 38px;
    height: 38px;
    margin-right: 12px;
}
.cho_desc {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    line-height: 29px;
    color: #151516;
    font-weight: 600;
    margin-top: 20px;
}
.cho_static {
    margin-top: 65px;
    display: flex;
}
.cho_static_item {
    margin-right: 48px;
}
.cho_static_item:last-child {
    margin-right: 0px;
}
.cho_static .static_num {
    font-family: Montserrat-SemiBold;
    font-size: 28px;
    color: #151516;
    line-height: 39px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
}
.cho_static .static_tit {
    opacity: 0.8;
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #151516;
    line-height: 14px;
    font-weight: 500;
    margin-top: 4px;
}
.indus_section {
    padding: 80px 0px;
    background: #fff;
}
.indus_tip {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #005BFF;
    line-height: 29px;
    font-weight: 600;
    text-align: center;
}
.indus_tit {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    color: #151516;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    margin: 16px 0px 50px;
}
.indus_wrap {
    display: flex;
    justify-content: space-between;
}
.indus_item {
    width: calc((100% - 90px) / 4);
    height: auto;
    background: #FFFFFF;
}
.indus_item_top {
    width: 100%;
    height: 208px;
    position: relative;
}
.indus_item_top img {
    width: 100%;
    height: 100%;
}
.indus_item_top .indus_tag {
    width: 200px;
    height: 50px;
    background: rgba(255,255,255,0.94);
    border-radius: 0px 24px 0px 24px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #151516;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}
.indus_item_bottom {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #454545;
    line-height: 24px;
    font-weight: 500;
    margin-top: 15px;
}
.inspection_section .work_static_item {
    margin-right: 30px;
}
.inspection_section .work_static .static_num {
    font-size: 28px;
}
/*.blog_item_bottom .blog_avatar_link:hover .cos_text {
    color: #585858;
}*/
.cos_avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 8px;
}
.cos_avatar img {
    width: 100%;
}
.cos_avatar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, .05);
}
.blog_item_date {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #585858;
    font-weight: 500;
    line-height: 18px;
    padding-left: 12px;
}
.blog_list_mb {
    position: relative;
}
.blog_list_mb .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 78px;
    text-align: right;
    padding-right: 24px;
}
.blog_list_mb .swiper-pagination-bullet {
    background: #E1E1E1;
    opacity: 1;
}
.blog_list_mb .swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    background: #005BFF;
    border-radius: 4px;
}
.index_blog_pc {
    display: block;
}
.index_blog_mb {
    display: none;
}

