body {
    margin: 0;
    padding: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    display: none
}

* {
    color: #000000;
}

.logo {
    display: block;
    text-indent: -9999px;
    width: 140px;
    height: 56px;
    background: url('../images/logo.png');
    background-size: 140px 56px;
}


#navbarResponsive ul li>a {
    height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    margin-top: 47px;
}

#navbarResponsive ul li a:hover,
/* #navbarResponsive ul li.active>a {
    border-bottom: 3px solid #034491;
    color: #034491;
    font-weight: bold;
} */

#navbarResponsive ul li.active>a {
    color: #034491;
    font-weight: bold;
    position: relative;
    /* 必须设置，以便伪元素定位 */
}

#navbarResponsive ul li.active>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* 居中对齐 */
    width: 30px;
    height: 3px;
    background-color: #034491;
}

#navbarResponsive ul li:hover>div {
    display: block;
}

a:focus {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

/*指正常的未被访问过的链接*/
a:visited {
    text-decoration: none;
}

/*指已经访问过的链接*/
a:hover {
    text-decoration: none;
}

/*指鼠标在链接*/
a:active {
    text-decoration: none;
}

.foot-div {
    width: 100%;
    height: 356px;
    background: #111111;
    overflow: hidden;
}

.foot-div-padding {
    height: 234px;
    display: flex;
    margin: 40px 20% 22px;
    /* border-bottom: solid 2px #333333; */
}

/* .foot-logo {
    width: 126px;
    height: 50px;
} */

.foot-logo-text {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 70px;
    height: 50px;
    float: right;
}

.foot-address {
    height: 15px;
    line-height: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.foot-gun {
    color: #9EC93C;
}

.foot-phone-top {
    margin-top: 20px;
}

.foot-copyright-div {
    height: 60px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.copyright {
    height: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    text-align: center;
}

.foot-title {
    height: 32px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    width: 180px;
    /* border-bottom: solid 2px #333333; */
}

.foot-subtitle {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    display: flex;
    padding-top: 17px;
}

.foot-title-length-one a {
    width: 56px;
}

.foot-title-length-two a {
    width: 135px;
}

.foot-title-length-three a {
    width: 334px;
    word-break: break-all;
}

.foot-div-padding a:hover {
    color: #034491;
}

.menu-title-layout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.hide {
    visibility: hidden
}

/*---------------- index start----------------*/
.banner-div {
    height: 800px;
    width: 100%;
}

.solution-div {
    height: 900px;
    background: url("../images/index/bg.png");
}

.title-text {
    padding-top: 139px;
    display: block;
    height: 83px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 48px;
}

.subtitle-text {
    font-weight: 400;
    margin-top: 115px;
    margin-bottom: 80px;
    display: block;
    height: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 32px;
}

.solutions-list-div {
    height: 560px;
    background-size: cover;
}

.index-banner-01 {
    background: url('../images/index/banner1.jpg') no-repeat center;
    background-size: cover;
    width: 1920px;
    height: 800px;
}

.index-banner-02 {
    background: url('../images/index/banner2.jpg') no-repeat center;
    background-size: cover;
    width: 1920px;
    height: 800px;
}

.index-banner-03 {
    background: url('../images/index/banner3.jpg') no-repeat center;
    background-size: cover;
    width: 1920px;
    height: 800px;
}

.index-banner-04 {
    background: url('../images/custom/软件定制研发banner1.jpg') no-repeat center;
    background-size: cover;
    /* width: 1920px; */
    height: 690px;
}

.triangle-fff {
    margin: 0 auto 81px;
    width: 0px;
    height: 0px;
    border-top: 14px solid #FFFFFF;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.content-fff {
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-top: 14px solid #FFFFFF;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.triangle-fff-about {
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-top: 14px solid #FFFFFF;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.triangle-ly {
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-top: 14px solid #e7f0f2;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.solutions {
    height: 372px;
}

.solution-slide-div {
    width: 288px !important;
    background: #FFFFFF;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.solution-silde-top {
    border-radius: 5px 5px 0px 0px;
    height: 180px;
}

.solution-silde-bottom {
    border-radius: 0px 0px 5px 5px;
    flex: 1;
}

.solution-silde-top>p {
    height: 28px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.solution-silde-top>i {
    font-size: 66px;
    display: inline-flex;
    padding-top: 21px;
    color: #9EC93C;
    padding-bottom: 8px;
}

.solution-silde-solid {
    width: 150px;
    height: 2px !important;
    background: rgba(158, 201, 60, 1);
    display: inline-block;
    margin-top: 22px;
}

.solution-silde-bottom>p {
    margin: 23px 12.85% auto 11.46%;
    text-align: left;
}

.slide-bg-01:hover {
    background: url("../images/index/slide-bg-01.png");
    background-size: cover;
}

.slide-bg-02:hover {
    background: url("../images/index/slide-bg-02.png");
    background-size: cover;
}

.slide-bg-03:hover {
    background: url("../images/index/slide-bg-03.png");
    background-size: cover;
}

.slide-bg-04:hover {
    background: url("../images/index/slide-bg-04.png");
    background-size: cover;
}

.slide-bg-05:hover {
    background: url("../images/index/slide-bg-05.png");
    background-size: cover;
}

.solution-slide-div:hover i {
    color: #ffffff;
}

.solution-slide-div:hover p {
    color: #ffffff;
}

.solution-slide-div:hover .solution-silde-solid {
    background: #ffffff;
}

.service-process-div {
    height: 783px;
}

.service-title-div {
    height: 245px;
    background: #ffffff;
}

.service-title-text {
    padding-top: 139px;
    color: #333333;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 60px;
    display: block;
    height: 35px;
}

.service-subtitle-text {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: block;
    padding-top: 75px;
    font-family: Source Han Sans CN;
    line-height: 32px;
}


.process-div {
    height: 538px;
    background: rgba(255, 255, 255, 1);
}

.service-img {
    height: 460px;
    /* margin-top: 60px; */
}


/*  cooperative-partner */
.cooperative-partner-div {
    height: 574px;
    background: #F4F4F4;
}

.cooperative-title-div {
    height: 245px;
    background: #F4F4F4;
}

.cooperative-title-text {
    padding-top: 139px;
    color: #333333;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 60px;
    display: block;
    height: 35px;
}

.cooperative-subtitle-text {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: block;
    padding-top: 75px;
    font-family: Source Han Sans CN;
    line-height: 32px;
}


.partner-div {
    height: 538px;
    background: #F4F4F4;
}

.cooperative-img {
    margin-top: 64px;
    height: 157px;
}

/* our-advantages-div */
.our-advantages-div {
    height: 720px;
    background: #E8F0FF;
}

.our-title-div {
    height: 245px;
    background: #E8F0FF;
}

.our-title-text {
    padding-top: 139px;
    color: #333333;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 60px;
    display: block;
    height: 35px;
}

.our-subtitle-text {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: block;
    padding-top: 75px;
    font-family: Source Han Sans CN;
    line-height: 32px;
}


.advantages-div {
    height: 475px;
    background: #E8F0FF;
}

.advantages-img {
    margin-top: 64px;
    height: 326px;
}

/* <div class="business-scope-div text-center"> */

.business-scope-div {
    height: 720px;
}

.business-title-div {
    height: 245px;
    background: #ffffff;
}

.business-title-text {
    padding-top: 139px;
    color: #333333;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 60px;
    display: block;
    height: 35px;
}

.business-subtitle-text {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: block;
    padding-top: 75px;
    font-family: Source Han Sans CN;
    line-height: 32px;
}


.business-div {
    height: 475px;
    background: rgba(255, 255, 255, 1);
}

.business-img {
    height: 300px;
    margin-top: 60px;
    margin-right: 35px;
}

.involving-business-div {
    height: 720px;
}

.involving-involving-img {
    height: 720px;
}


/*---------------- index end----------------*/

/*---------------- about start----------------*/
.about-banner-div {
    background: url('../images/about/top_banner.jpg') no-repeat;
    background-size: cover;
    height: 690px;
}

.abstract-div {
    height: 960px;
    background: url('../images/about/company-bg.png') no-repeat center;
    background-size: cover;
}

.abstract-content-div {
    display: flex;
    height: 946px;
    margin: 0 16.7%;
    padding-top: 132px;
}

.abstract-content-left-div {
    width: 50%;
    padding: 0 120px 6% 0;
}

.abstract-content-right-div {
    flex: 1;
}

.abstract-content-img-div {
    padding: 10px;
    background: #ffffff;
}

.abstract-content-img-top {
    margin-top: 60px;
}

.abstract-content-img {
    height: 332px;
    width: 100%;
}

.abstract-content-title {
    padding-left: 15px;
    border-left: 6px solid #ffffff;
    font-size: 26px;
    color: #ffffff;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 24px;
}

.content-title-margin-top {
    margin-top: 220px;
}

.color-fff {
    color: #ffffff;
}

.color-fff-i {
    color: #ffffff !important;
}

.color-black {
    color: #333333 !important;
}

.bg-black {
    background: #333333 !important;
}

.color-blue {
    color: #43A0D2;
}

.color-golden {
    color: #774A0E;
}

.content-blue {
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-top: 14px solid #034491;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.about-us-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 32px;
}

.introduce-div {
    margin: 102px 14% 0px;
    height: 500px;
    display: flex;
}

.introduce-div>div {
    flex: 1;
    margin-left: 62px;
    margin-right: 62px;
}

.introduce-icon {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.slogan-title {
    font-family: Microsoft YaHei;
    height: 25px;
    font-size: 26px;
    font-weight: bolder;
    color: #333333;
    line-height: 24px;
    margin-top: 38px;
    margin-bottom: 26px;
}

.slogan-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
    text-align: left
}

.segmentation {
    width: 2px;
    height: 155px;
    background: #333333;
    opacity: 0.2;
    margin-top: 215px;
}

.honor-div {
    height: 676px;
    padding: 0 16.67%;
    background: url("../images/about/honor-bg.png") no-repeat;
    background-size: cover;
}

.honor-title-div {
    padding-top: 72px;
    padding-bottom: 93px;
}

.history-div {
    height: 1255px;
    background: #ffffff;
}

.history-bg-img {
    margin: 0 16.67%;
    background: url('../images/about/history-bg.png') no-repeat center;
    background-size: cover;
    height: 1075px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.history-img {
    padding: 99px 5% 0;
}

.history-title-div {
    padding-top: 52px;
    padding-bottom: 48px;
}

.history-title {
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(251, 197, 107, 1);
    line-height: 30px;
    display: block;
    padding-top: 13px;
    padding-left: 56%;
    position: absolute;
}

.history-img p {
    position: absolute;
    height: 64px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(243, 199, 107, 1);
    line-height: 24px;
    text-align: left;
}

.history-img-p-top {
    margin-top: 23px;
}

.history-img-p2-top {
    margin-top: 48px;
}

.history-padding-01 {
    padding-top: 15%;
    padding-left: 9%;
}

.history-padding-02 {
    margin-left: 32%;
    width: 235px;
}

.history-padding-03 {
    padding-left: 54.5%;
}

.history-padding-04 {
    right: 8.8%;
    width: 235px;
}

.history-padding-05 {
    right: 2%;
    top: 68%;
}

.history-padding-06 {
    right: 30.4%;
    top: 68%;
}

.history-padding-07 {
    left: 39%;
    top: 68%;
}

.history-padding-08 {
    left: 16.6%;
    top: 68%;
    width: 235px
}

.history-padding-09 {
    top: 99%;
    width: 235px;
    left: 9.5%;
}

.history-padding-10 {
    top: 99%;
    width: 235px;
    left: 31.6%;
}

.history-padding-11 {
    top: 99%;
    width: 235px;
    left: 54.2%;
}

.history-padding-12 {
    top: 99%;
    width: 235px;
    right: 8.6%;
}

/* join-div */

.join-div {
    height: 200px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.join-us-div {
    background: #E8EFFF;
    height: 200px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.join-title-text {
    margin-top: 70px;
    display: block;
    height: 35px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 48px;
}

.join-subtitle-text {
    display: block;
    margin-top: 30px;
    height: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

/* about-us */
.about-us-div {
    height: 1120px;
    background: url('../images/about/关于我们_bg.jpg') no-repeat;
    background-size: cover;
}


.responsibility-div {
    height: 356px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.about-title-text {
    margin-top: 100px;
    display: block;
    height: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 48px;
}

.about-subtitle-text {
    display: block;
    margin-top: 22px;
    height: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 48px;
}

.about-company-text {
    display: block;
    margin-top: 61px;
    width: 1020px;
    height: 68px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    /* 确保文字左对齐 */
}

.company-div {
    height: 420px;
}


.company-img {
    height: 260px;
    margin-top: 65px;
    margin-right: 26px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.client-div {
    display: block;
    height: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #0D3E87;
    line-height: 26px;
}

/* national-authentication-div */
.national-authentication-div {
    height: 610px;
    background: url('../images/about/荣誉_bg.jpg') no-repeat;
    background-size: cover;
}


.national-div {
    height: 245px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.title-with-icon {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.title-icon {
    vertical-align: middle;
}

.national-title-text {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 60px;
    vertical-align: middle;
}


.national-subtitle-text {
    display: block;
    margin-top: 25px;
    text-align: left;
    /* 确保文字左对齐 */
    width: 993px;
    height: 40px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.authentication-div {
    margin-top: 42px;
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 166px;
    flex-wrap: wrap;
}

/* qr */

/* 二维码容器横向排列 */
.qr-code-div {
    display: inline-block;
    margin-top: 12px;
    margin-right: 14px;
    /* 添加右边距，使两个二维码之间有间距 */
    text-align: center;
    /* 让图片和文字居中对齐 */
    vertical-align: top;
    /* 让两个div顶部对齐 */
}

/* 可选：调整最后一个div的右边距为0 */
.foot-title-length-three .qr-code-div:last-child {
    margin-right: 0;
}


.qr-img {
    /* margin-top: 65px;
    margin-right: 26px;  */
    height: 100px;
    /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15); */
}

.qr-text {
    display: block;
    height: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.authentication-img {
    /* margin-top: 65px;
    margin-right: 26px;  */
    height: 183px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.advanced-text {
    margin-top: 26px;
    display: block;
    height: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #33191C;
}

.technology-text {
    margin-top: 13px;
    display: block;
    height: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

/* practice-base-div */
.practice-base-div {
    height: 670px;
    background: url('../images/about/荣誉2_bg.jpg') no-repeat;
    background-size: cover;
}

.base-img-div {
    margin-top: 42px;
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap;
}

.practice-img {
    width: 225px;
    height: 147px;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.practice-text {
    margin-top: 26px;
    display: block;
    height: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

/* development-history-div */

.development-history-div {
    height: 1050px;
}

.development-title-div {
    height: 270px;
    background: #ffffff;
}

.development-title-text {
    padding-top: 139px;
    color: #333333;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 60px;
    display: block;
    height: 35px;
}

.development-subtitle-text {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: block;
    padding-top: 75px;
    font-family: Source Han Sans CN;
    line-height: 32px;
}


.my-history-div {
    padding-top: 20px;
    height: 780px;
}

.my-history-img {
    height: 780px;
}

.my-welfare-div {
    /* padding-top: 20px; */
    height: 640px;
}

.my-welfare-img {
    height: 640px;
}

/* full-stack-div */
.full-stack-div {
    height: 970px;
}

.full-title-div {
    height: 270px;
    background: #ffffff;
}

.full-title-text {
    padding-top: 139px;
    color: #333333;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 60px;
    display: block;
    height: 35px;
}

.full-subtitle-text {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: block;
    padding-top: 75px;
    font-family: Source Han Sans CN;
    line-height: 32px;
}


.stack-div {
    padding-top: 20px;
    height: 745px;
}

.stack-img {
    height: 745px;

}




.responsibility-content-div {
    height: 620px;
    background: #FFFFFF;
    padding-top: 100px;
}

.responsibility-content-text {
    height: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 19px;
    margin-top: 28px;
    margin-bottom: 37px;
}

.responsibility-content-text-top {
    padding-top: 52px;
}

.responsibility-swiper {
    height: 425px;
}

.honor-swiper {
    height: 300px;
}

.honor-swiper-img {
    height: 230px;
}

.honor-swiper-text {
    height: 21px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 47px;
}

.my-pagination {
    width: 100% !important;
    margin-top: 94px;
    position: static !important;
}

.my-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    margin: 0 8px;
}

.my-pagination .swiper-pagination-bullet-active {
    width: 48px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
}

.responsibility-swiper .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}

.responsibility-swiper .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}



/*---------------- about end----------------*/

/*---------------- custom start----------------*/

.custom-banner-div {
    background: url('../images/custom/banner.png') no-repeat center;
    background-size: cover;
    height: 785px;
}

.custom-banner-title-div {
    padding-top: 648px;
}

.custom-banner-title-text {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}

.rounded-btn {
    width: 302px;
    height: 72px;
    border: 3px solid #ffffff;
    border-radius: 60px;
    margin-left: 68px;
    background-color: #ffffff;
    outline: none !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: -webkit-linear-gradient(left, #3c91d0, #3c91d0) no-repeat;
    background: linear-gradient(to right, #3c91d0, #3c91d0) no-repeat;
    background-size: 0% 100%;
}

.rounded-btn:hover {
    background-color: #3c91d0;
    background-size: 100% 100%;
}

.products-div {
    height: 584px;
    background: url('../images/custom/server.png') no-repeat center;
    background-size: cover;
    padding: 107px 13.7% 0;
    display: flex;
}

.products-div div {
    flex: 1;
    width: 241px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 37px 49px 79px 0px rgba(11, 29, 91, 0.13);
    border-radius: 4px;
    margin: 0 9px;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.products-div div:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.3s ease 0s;
}

.products-icon-img {
    margin: 52px 0 42px;
    height: 80px;
}

.products-icon-title {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.products-icon-text {
    text-align: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 30px 29px auto 20px;
}

.scope-title-div {
    padding-top: 68px;
    padding-bottom: 48px;
}

.scope-div {
    height: 800px;
}

.scope-icon-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16.7% 0;
}

.scope-icon-div div {
    width: 148px;
    height: 204px;
}

.scope-icon-div-top {
    margin-top: 89px;
}

.scope-icon-text {
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #040A24;
    line-height: 24px;
    margin-top: 30px;
}

.custom-process-div {
    height: 555px;
    background: url('../images/custom/process-bg.png') no-repeat center;
    background-size: cover;
}

.custom-process-img-top {
    margin-top: 60px;
}

.advantage-div {
    height: 668px;
}

.advantage-icon-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16.7% 0;
}

.advantage-icon-div div {
    width: 160px;
    height: 188px;
}

.advantage-icon-div div img {
    width: 65%;
}

.advantage-icon-text {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1F466F;
    line-height: 20px;
}

.advantage-icon-div-top {
    margin-top: 40px;
}

/*---------------- custom end----------------*/

/*---------------- join start----------------*/
.join-banner-div {
    background: url('../images/join/banner.png') no-repeat center;
    background-size: cover;
    height: 690px;
}

.welfare-div {
    height: 719px;
    background: url('../images/join/welfare-bg.png') no-repeat;
    background-size: cover;
}

.welfare-list-div {
    margin: 14px 18.8% 0px;
    height: 465px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.welfare-list-div>div {
    width: 242px;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    margin-top: 65px;
}

.welfare-list-div>div>i {
    font-size: 80px;
    color: #024492;
    margin-top: 49px;
    display: block;
    line-height: 62px;
    margin-bottom: 31px;
}

.welfare-list-text {
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.recruit-div {
    background: url('../images/join/zp-bg.png') no-repeat;
    background-size: cover;
    height: 1090px;
}

.recruit-text {
    height: 31px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    margin-top: 57px;
}

.recruit-list-div {
    height: 805px;
    margin: 71px 18.75% 0px;
    position: relative;
}

.recruit-list-div>div {
    width: 272px;
    height: 272px;
    background: rgba(238, 238, 238, 1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
}

.recruit-list-text {
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(3, 68, 145, 1);
    line-height: 24px;
}

.recruit-list-text-fff {
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
}

.recruit-list-div div>i {
    display: block;
    color: #034491;
    font-size: 61px;
    line-height: 56px;
    margin: 56px 0px 44px
}

.recruit-fr {
    margin-left: 4.48%;
    z-index: 3;
}

.recruit-java {
    margin: 30px 0px 0px 464px;
    z-index: 3;
}

.recruit-net {
    margin-left: 835px;
}

.recruit-big {
    margin-top: 325px;
}

.recruit-ui {
    margin-top: 223px;
    margin-left: 245px;
    background: #034491 !important;
}

.recruit-xm {
    margin-top: 220px;
    margin-left: 687px;
    background: #034491 !important;
}

.recruit-move {
    margin-top: 325px;
    right: 0;
    z-index: 3;
}

.recruit-php {
    margin-top: 434px;
    margin-left: 374px;
    z-index: 3;
}

.recruit-html {
    margin-top: 533px;
    right: 354px;
    background: #034491 !important;
}

/*---------------- join end----------------*/

/*---------------- contact start----------------*/
.contact-banner-div {
    background: url('../images/contact/联系我们banner.jpg') no-repeat center;
    background-size: cover;
    height: 690px;
}

.contact-div {
    height: 132px;
    background: rgba(255, 255, 255, 1);
}

/* .contact-us-div {
    height: 235px;
    background: rgba(255, 255, 255, 1);
} */

.contact-title {
    height: 35px;
    margin-top: 36px;
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
    line-height: 32px;
}

.contact-us-title {
    height: 35px;
    margin-top: 150px;
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
    line-height: 32px;
}

.contact-text {
    margin-top: 21px;
    display: block;
    height: 19px;
    /* font-family: Segoe UI; */
    font-family: Arial Narrow, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    color: #CCCCCC;
    line-height: 32px;
}

.map-div {
    height: 546px;
}

.contact-mode {
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.05);
}

.contact-mode div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-mode div>i {
    font-size: 42px;
    color: #ffffff;
    margin-right: 12px;
}

.contact-mode div>span {
    vertical-align: super;
    height: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}

.contact-mode-tel-right {
    margin-right: 9.95%;
}

.contact-mode-email-right {
    margin-right: 8.85%;
}

.matn-div {
    height: 564px;
    background: rgba(238, 238, 238, 1);
}

.my-input-group {
    outline-style: none;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 5px;
}

.my-explain-text {
    height: 108px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 5px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.my-btn {
    width: 226px;
    height: 50px;
    background: rgba(3, 68, 145, 1);
    border-radius: 5px;
    color: #ffffff;
    margin-top: 56px;
}

.atten-title {
    font-size: 18px;
    line-height: 50px;
    text-align: left;
    padding-left: 13%;
}

.atten-div {
    height: 420px;
    margin-top: 48px;
}

/*---------------- contact end----------------*/

/*---------------- industry start----------------*/
.policing-banner-div {
    background: url('../images/policing/banner.png') no-repeat center;
    background-size: cover;
    height: 785px;
}

.travel-banner-div {
    background: url('../images/travel/banner.png') no-repeat center;
    background-size: cover;
    height: 785px;
}

.house-banner-div {
    background: url('../images/house/banner.png') no-repeat center;
    background-size: cover;
    height: 785px;
}

.wisdom-banner-div {
    background: url('../images/wisdom/banner.png') no-repeat center;
    background-size: cover;
    height: 785px;
}

.chainstore-banner-div {
    background: url('../images/chainstore/banner.jpg') no-repeat center;
    background-size: cover;
    height: 785px;
}

.manufacture-banner-div {
    background: url('../images/manufacture/banner.jpg') no-repeat center;
    background-size: cover;
    height: 785px;
}

.sub-menu-div {
    height: 120px;
    background: #FEFEFE;
}

.sub-menu-div>ul,
li {
    display: inline-block;
}

.sub-menu-ui-top {
    margin-top: 74px;
}

.sub-menu-div a,
.sub-menu-div a:link {
    text-decoration: none;
    position: relative;
    padding: 15px;
    margin: 0px 30px;
}

.sub-menu-div a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #9EC93C;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .2s;
}

.sub-menu-div a:hover:after,
a.active:after {
    left: 0%;
    width: 100%;
}

.sub-menu-div ul li>a {
    height: 28px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: rgba(116, 111, 111, 1);
    line-height: 36px;
    font-weight: bold;
}

.sub-menu-div ul li>a:hover {
    color: #000000;
    font-weight: bold;
}

.grey-div {
    height: 520px;
    background: rgba(244, 244, 244, 1);
}

.fff-div {
    height: 520px;
    background: rgba(255, 255, 255, 1);
}

.grey1-div {
    height: 720px;
    background: rgba(244, 244, 244, 1);
}

.fff1-div {
    height: 720px;
    background: rgba(255, 255, 255, 1);
}

.illustration-title {
    height: 37px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    display: inline-block;
    margin-bottom: 46px;
}

.ill-gun {
    width: 6px;
    height: 36px;
    background: rgba(158, 201, 60, 1);
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
}

.policing-div {
    display: flex;
    padding-top: 88px;
    margin: 0 6.25%;
}

.ill-text {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.ill-right {
    margin-right: 25%;
}

.ill-left {
    margin-left: 24%;
}

.ill-bold {
    color: #9EC93C;
    font-weight: bold;
}

.case-bg {
    height: 626px;
    background: url('../images/policing/case-bg.png') no-repeat;
    background-size: cover;
    position: relative;
}

.travel-bg {
    height: 626px;
    background: url('../images/travel/case-bg.png') no-repeat;
    background-size: cover;
    position: relative;
}

.house-bg {
    height: 626px;
    background: url('../images/house/case-bg.png') no-repeat;
    background-size: cover;
    position: relative;
}

.wisdom-bg {
    height: 626px;
    background: url('../images/wisdom/case-bg.png') no-repeat;
    background-size: cover;
    position: relative;
}

.case-bg-img {
    position: absolute;
    display: block;
    width: 650px;
    height: 525px;
    bottom: 0px;
    margin-left: 138px;
}

.case-tilte {
    height: 39px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
}

.case-fg {
    height: 1px;
    background: rgba(255, 255, 255, 1);
    margin-top: 34px;
    margin-bottom: 24px;
}

.case-text {
    height: 106px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.goTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 42px;
    height: 42px;
    z-index: 999;
    display: none;
    cursor: pointer;
    border: none;
    background: url('/style/images/go-top0.png') no-repeat center;
    background-size: contain;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.goTop:hover {
    background-image: url('/style/images/go-top1.png');
    transform: scale(1.1);
}

.convenience-div {
    display: flex;
    padding-top: 88px;
    margin: 0 6.25%;
}

.convenience-div-grey {
    flex-grow: 1;
    margin-left: 3.33%;
    padding-top: 8px;
}

.convenience-img-height {
    height: 80%;
}

/*---------------- industry end----------------*/

/*---------------- mediaQuery start----------------*/
@media (max-width: 1680px) {
    .history-div {
        height: 980px;
    }

    .history-padding-04 {
        right: 6.2%;
    }

    .history-padding-06 {
        right: 29%;
    }

    .history-padding-05 {
        right: 0%;
    }

    .history-padding-10 {
        left: 32%;
    }

    .history-padding-11 {
        left: 54.4%;
    }

    .history-padding-12 {
        right: 6.4%;
    }

    .recruit-list-div {
        margin: 71px 14% 0px;
    }

    .products-div {
        padding: 107px 12.7% 0;
    }
}

@media (max-width: 1440px) {
    .solution-slide-div {
        width: 250px !important;
    }

    .solution-silde-bottom>p {
        margin: 14px 12.85% auto 11.46%;
    }

    .foot-div-padding {
        margin: 40px 10% 22px;
    }

    .abstract-content-div {
        margin: 0px 8.7%;
    }

    .content-title-margin-top {
        margin-top: 186px;
    }

    .introduce-div {
        margin: 102px 12% 0px;
    }

    .honor-div {
        padding: 0 12%;
    }

    .history-bg-img {
        margin: 0 12%;
    }

    .products-div {
        padding: 107px 5% 0;
    }

    .scope-icon-div {
        padding: 0 11% 0;
    }

    .policing-banner-div {
        background: url('../images/policing/banner.png') no-repeat center left;
    }

    .ill-right {
        margin-right: 110px;
    }

    .ill-left {
        margin-left: 110px;
    }

    .ill-left-1440 {
        margin-right: 0px;
    }

    .convenience-div-grey {
        padding-top: 16px;
    }

    .case-bg-img {
        width: 40%;
        height: auto;
        margin-left: 90px;
    }

    .sub-menu-div a,
    .sub-menu-div a:link {
        margin: 0px 10px;
    }

    .house-banner-div {
        background: url('../images/house/banner.png') no-repeat center left;
    }

    .join-banner-div {
        background: url('../images/join/banner.png') no-repeat center left;
    }

    .responsibility-content-div {
        height: 460px;
    }

    .responsibility-swiper .swiper-slide {
        height: 280px;
    }

    .welfare-list-div {
        margin: 14px 10% 0px;
    }

    .recruit-list-div>div {
        width: 240px;
        height: 240px;
    }

    .recruit-ui {
        margin-top: 19%;
        margin-left: 20%;
    }

    .recruit-php {
        margin-top: 39%;
        margin-left: 31%;
    }

    .recruit-java {
        margin-top: 30px;
        margin-left: 39%;
    }

    .recruit-xm {
        margin-top: 19%;
        margin-left: 58%;
        background: #034491 !important;
    }

    .recruit-html {
        margin-top: 492px;
        right: 28%;
    }

    .recruit-net {
        margin-left: 71%;
    }

    .contact-mode-tel-right {
        margin-right: 3.95%;
    }

    .contact-mode-email-right {
        margin-right: 2.85%;
    }
}

@media (max-width: 1366px) {
    .solution-slide-div {
        width: 240px !important;
    }

    .introduce-div {
        margin: 102px 6% 0px;
    }

    .honor-div {
        padding: 0px 8%;
    }

    .history-bg-img {
        margin: 0px 10%;
    }

    .products-div {
        padding: 107px 2% 0;
    }

    .ill-left {
        margin-left: 10%;
    }

    .ill-right {
        margin-right: 10%;
    }

    .ill-left-1440 {
        margin-left: 0px;
    }

    .illustration-title-1366 {
        margin-bottom: 8px;
    }

    .convenience-img-height {
        height: auto;
    }

    .grey-div-1360 {
        height: 616px;
    }

    .recruit-move {
        left: 80%;
    }

    .contact-banner-div {
        background-position-x: right;
    }

    .contact-mode-tel-right {
        margin-right: 1.5%;
    }

    .contact-mode-email-right {
        margin-right: 1.5%;
    }
}

@media (max-width: 1280px) {
    .recruit-list-div>div {
        width: 230px;
        height: 230px;
    }

    .honor-div {
        padding: 0px 4%;
    }

    .grey-div-1360 {
        height: 720px;
    }

    .solution-slide-div {
        width: 225px !important;
    }

    .solution-silde-bottom>p {
        margin: 14px 16px auto;
    }

    .recruit-net {
        margin-left: 77%;
    }

    .contact-mode-tel-right {
        margin-right: 0.8%;
    }

    .contact-mode-email-right {
        margin-right: 0.8%;
    }
}

/*---------------- mediaQuery end----------------*/

/*---------------- houseDetail start----------------*/

.detail-color {
    color: #5b92ac;
}

.marketing-div {
    display: flex;
    align-items: center;
    margin-top: 220px;
    margin-bottom: 60px;
    /*margin: 120px 20% 60px;*/
}

.marketing-title-left-gun {
    width: 160px;
    height: 6px;
    background: #5b92ac;
    display: inline-block;
    vertical-align: top;
}

.marketing-title-right-gun {
    width: 40px;
    height: 6px;
    background: #1f599e;
    display: inline-block;
    vertical-align: top;
}

.marketing-title-font {
    font-size: 48px;
    font-weight: bold;
}

.marketing-title-gun {
    width: 6px;
    height: 55px;
    background: #5b92ac;
    display: inline-block;
    vertical-align: top;
    float: left
}

.marketing-sub-title {
    color: #4a4a4c;
    font-size: 28px;
    line-height: 30px;
    margin-left: 12px;
}

.marketing-text {
    font-size: 20px;
    margin-top: 24px;
}

.marketing-pain {
    font-size: 20px;
    margin-top: 8px;
}

.marketing-icon-div {
    width: 300px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-top: 56px;
}

.marketing-icon-div p {
    font-size: 22px;
    color: #333334;
}

.marketing-model-div {
    text-align: center;
    /* margin-top: 30px; */
}

.marketing-model-sub-title {
    font-size: 18px;
    color: #adbbbb;
    vertical-align: middle;
    margin: 0 12px;
}

.marketing-model-gun {
    width: 28px;
    height: 6px;
    background: #5b92ac;
    display: inline-block;
    vertical-align: middle;
}

.marketing-monitor {
    width: 100%;
    height: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.marketing-monitor div {
    flex: 1;
    width: 45%;
    min-width: 40%;
    max-width: 45%;
    margin: 24px;
}

.marketing-monitor div img {
    width: 100%;
}

.case-detail-text {
    font-size: 22px;
    margin-top: 15px;
}

.case-detail-title-gun {
    width: 6px;
    height: 26px;
    background: #5b92ac;
    display: inline-block;
    vertical-align: bottom;
}

.case-detail-sub-title {
    color: #333334;
    font-size: 24px;
    line-height: 26px;
    margin-left: 12px;
}

.quality-detail-title {
    font-size: 24px;
    text-shadow: 0px 6px 7px #9e9e9e;
    text-align: left;
    font-weight: 600;
}

.quality-detail-text {
    font-size: 18px;
    text-align: left;
    margin-top: 32px;
}

.my-quality-swiper {
    height: 702px;
    width: 72%;
    margin: 30px 25% 0px;
}

/* .inspection-banner-div {
    background: url('../images/house/inspection/banner.jpg') no-repeat center;
    background-size: cover;
    height: 785px;
    margin-top: 98px;
} */

.inspection-detail-remark-div {
    background: #e6e3e3;
    width: 277px;
    margin-left: 20%;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 24px;
    float: left;
}

.inspection-title-gun {
    width: 4px;
    height: 30px;
    background: #5b92ac;
    display: inline-block;
    vertical-align: bottom;
}

.inspection-sub-title {
    color: #333334;
    font-size: 26px;
    line-height: 30px;
    margin-left: 12px;
}

.inspection-icon-text {
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #0e6392;
    line-height: 24px;
}

.crm-banner-div {
    background: url('../images/house/crm/crm-01.png') no-repeat right;
    background-size: 900px, auto;
    height: 646px;
    margin-top: 22px;
    margin-right: 20%;
}

/* 
.travel-text-div {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
} */


.travel-text-div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    /* 根据需要调整最小高度 */
}

.travel-text-div img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    /* 保持图片比例，完整显示 */
}

/*---------------- houseDetail end----------------*/

.list-items_3-0,
.list-items_3-1,
.list-items_3-2,
.list-items_3-3,
.list-items_3-4 {
    height: 374px;
    background-size: 100% 100%;
    margin-right: 28px;
    width: 288px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: visible;

}

.section_6-0 {
    width: 288px;
    height: 374px;
    opacity: 0.9;
    border-radius: 5px;
}



.box_17 {
    background: #FFFFFF;
    border-radius: 5px;
    width: 292px;
    height: 372px;
    overflow: visible;
    /* 关键！防止裁剪 */
}

.text-group_52 {
    width: 227px;
    height: 199px;
    margin: 36px 10px 0px 10px;
    text-align: left;
}

.text_43 {
    width: 200px;
    height: 22px;
    overflow-wrap: break-word;
    font-size: 22px;
    font-family: SourceHanSansCN-Bold;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    font-weight: bold;
    color: #000000;
}

.text_44 {
    width: 143px;
    height: 21px;
    overflow-wrap: break-word;
    display: block;
    text-align: left;
    white-space: nowrap;
    /* margin-top: 8px; */
    margin-bottom: 23px;
    font-family: OPPOSans;
    font-weight: 300;
    font-size: 18px;
    color: #CCCCCC;
    line-height: 54px;
}

.text_45 {
    width: 280px;
    height: 155px;
    overflow-wrap: break-word;
    margin-top: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left
}

.image-wrapper_25 {
    height: 55px;
    background-size: 100% 100%;
    width: 55px;
    margin: 30px 0 30px 10px;
}

.image_24 {
    width: 55px;
    height: 55px;
    background: #689FFE;
    border-radius: 27px;
    border: none;
}

/* 隐藏样式 */
.solution-detail.hidden {
    display: none;
}

.solution-detail {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: white;
    position: relative;
    z-index: 1;
}



/* 定义按钮容器 */
.btn-consult {
    position: absolute;
    left: 259px;
    /* 按钮左侧距离 */
    top: 484px;
    /* 按钮顶部距离 */
    width: 188px;
    /* 按钮宽度 */
    height: 52px;
    /* 按钮高度 */
    background-size: cover;
    background-position: center;
    display: block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

/* 鼠标悬停效果（可选） */
.btn-consult:hover {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

/* 定义按钮容器 */
.btn-consult-02 {
    position: absolute;
    left: 259px;
    /* 按钮左侧距离 */
    top: 564px;
    /* 按钮顶部距离 */
    width: 188px;
    /* 按钮宽度 */
    height: 52px;
    /* 按钮高度 */
    background-size: cover;
    background-position: center;
    display: block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

/* 鼠标悬停效果（可选） */
.btn-consult-02:hover {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}


.responsibility-swiper .swiper-slide img {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    /* border-radius: 8px; */
    transition: all 0.3s ease;
}

.responsibility-swiper .swiper-slide img:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
    /* 可选：悬停时轻微放大效果 */
}