.act-header .header-svg {
    height: 61px;
}
.act-header .act-title .act-headertxt {
    display: flex;
    align-items: flex-end;
}
.act-header .act-title .act-headertxt p {
    margin: 0 0 0 15px;
    font-size: 40px;
    color: #fff;
    line-height: 1;
}
.act-header .act-title .act-headertxt p span {
    margin: -100px 0 0;
}
.act-header .act-title h1 {
    font-size: 58px;
    margin: 15px 0 0.25em 0;
    color: #5a64be;
}
.act-header .act-title h1.c1_p {
    line-height: 1.5;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .act-header .act-title .act-headertxt {
        flex-direction: column;
        align-items: center;
    }
    .act-header .act-title .act-headertxt p {
        padding: 0;
        margin: 5px 0 0;
        font-size: 33px;
    }
    .act-header .act-title .act-headertxt span {
        display: none;
    }
    .act-header .act-title p {
        padding: 0;
        text-align: left;
    }
    .act-header .act-title h2 {
        font-size: 58px;
    }
}
.bac {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sj_main {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.sj_main > h2 {
    font-size: 40px;
    margin-bottom: 0.35rem;
    font-weight: normal;
    text-align: center;
}

.sj_main > p {
    font-size: 0.24rem;
    line-height: 1.8;
    text-align: center;
    color: #333;
}
@media screen and (max-width: 1200px) {
    .sj_main {
        width: 90%;
    }
}
.sj_top1_1 .swiper-slide img {
    max-width: 100%;
    height: auto !important;
}
.sj_top1_1 {
    /* height: 220px; */
    background-image: url(../images/top1_bg2.png);
}

.sj_top1_1 > div > ul {
    display: flex;
    position: absolute;
    top: -0.45rem;
    z-index: 10;
}

.sj_top1_1 > div > ul > li {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.22rem 0.33rem;
    border-radius: 6px;
    background: linear-gradient(0deg, #fefeff 0%, #f3f5f8 100%);
    box-shadow: 0px 6px 30px 0px rgb(51 51 51 / 10%);
    margin-right: 0.28rem;
    font-size: 0.24rem;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    color: #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.sj_top1_1 > div > ul > li > i {
    margin-right: 0.2rem;
    position: relative;
}

.sj_top1_1 > div > ul > li > i > img {
    opacity: 1;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
}

.sj_top1_1 > div > ul > li > i > img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.sj_top1_1 > div > ul > li:hover {
    color: #fff;
    background: linear-gradient(90deg, #6a3ef8 0%, #a897ff 100%);
}

.sj_top1_1 > div > ul > li:hover > i > img:last-child {
    opacity: 1;
}

.sj_top1_1 > div div.swiper-pagination {
    display: flex;
    justify-content: center;
}

.sj_top1_1 > div div.swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.18rem 0;
}

.sj_top1_1 > div div.swiper-slide > i {
    width: 15%;
}

.sj_top1_1 > div div.swiper-slide > div {
    width: 50%;
    display: flex;
    align-items: center;
}
.sj_top1_1 > div div.swiper-slide .slidetxt {
    display: flex;
    align-items: center;
}
.sj_top1_1 > div div.swiper-slide .slidetxt p {
    font-size: 30px;
    margin-bottom: 30px;
    color: #333;
    font-weight: bold;
    margin: 0 0 0 5px;
}

.sj_top1_1 > div div.swiper-slide > div > p {
    font-size: 0.24rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #333;
}

.sj_top1_1 > div div.swiper-slide > div > ul {
    display: flex;
    justify-content: space-between;
}

.sj_top1_1 > div div.swiper-slide > div > ul > li {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333;
}

.sj_top1_1 > div div.swiper-slide > div > ul > li > i {
    margin-right: 0.1rem;
}

.sj_top1_1 > div div.swiper-slide:first-child > span {
    transform: translateY(0.2rem);
}

.sj_top1_1 > div div.swiper-slide > span {
    transform: none;
    width: 30%;
}

.sj_top1_1 > div div.swiper-slide:first-child > span > img {
    transform: translateY(0.2rem);
}
.sj_top1_1 > div div.swiper-slide > div > span,
.sj_ph_top4 {
    display: none;
}
@media screen and (max-width: 1024px) {
    .sj_top1_1 > div div.swiper-slide .slidetxt p {
        font-size: 20px;
    }
}
@media screen and (max-width: 540px) {
    .sj_top1_1 .swiper-wrapper {
        align-items: center;
    }
    .sj_top1_1 > div div.swiper-slide > div {
        display: flex;
        flex-direction: column;
    }
    .sj_top1_1 > div div.swiper-slide .slidetxt {
        margin: 0 0 10px;
    }
    .sj_main > h2 {
        font-size: 22px;
        margin-bottom: 0.2rem;
    }
    .sj_top1_1 > div div.swiper-slide:last-child > div > p {
        font-size: 0.3rem;
    }

    .sj_top1_1 > div div.swiper-slide:last-child > div > p > br {
        display: none;
    }
    .sj_top1_1 > div > ul > li > i {
        margin-right: 0.1rem;
        width: 30px;
    }

    .sj_top1_1 > div > ul {
        top: -1.2rem;
        z-index: 10;
        width: 100%;
        justify-content: center;
    }

    .sj_top1_1 > div > ul > li {
        font-size: 16px;
    }

    .sj_top1_1 > div > ul > li:last-child {
        margin-right: 0;
    }

    .sj_top1_1 > div div.swiper-slide {
        padding: 0.8rem 0;
        padding-bottom: 0.3rem;
    }

    .sj_top1_1 > div div.swiper-slide > i,
    .sj_top1_1 > div div.swiper-slide > span {
        display: none;
    }

    .sj_top1_1 > div div.swiper-slide > div > span {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        align-items: center;
    }

    .sj_top1_1 > div div.swiper-slide > div > span > img {
        width: 50%;
    }
    .sj_top1_1 > div div.swiper-slide > div > span .slide-lb3_1 {
        width: 30%;
    }
    .sj_top1_1 > div div.swiper-slide > div {
        width: 100%;
    }

    .sj_top1_1 > div div.swiper-slide > div > p {
        text-align: center;
    }

    .sj_top1_1 {
        height: auto;
        background-image: url(../images/ph_top1_bg2.png);
    }
}
.cs-successcase1,
.cs-successcase2 {
    background: #d6e3f5;
    text-align: center;
    padding: 50px 15px 45px;
}
.cs-successcase1 .cs-content h2,
.cs-successcase2 .cs-content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #2345a7;
    line-height: 1;
    margin: 0 0 25px;
}
.cs-successcase1 .cs-content h3,
.cs-successcase2 .cs-content h3 {
    font-size: 24px;
    color: #2345a7;
    line-height: 1.5;
    margin: 0;
}
.cs-successcase1 .cs-content h4,
.cs-successcase2 .cs-content h4 {
    font-size: 26px;
    font-weight: bold;
    color: #ff7f21;
    line-height: 1;
    margin: 0;
}
.cs-successcase1 .cs-content h4 span,
.cs-successcase2 .cs-content h4 span {
    font-size: 30px;
}
.cs-problem1,
.cs-problem2 {
    background: url("../images/s1_bg.png");
    padding: 70px 15px 45px;
}
.cs-problem1 .cs-content,
.cs-problem2 .cs-content {
    max-width: 1200px;
    margin: 0 auto;
}
.cs-problem1 .cs-content h2,
.cs-problem2 .cs-content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #2345a7;
    line-height: 1;
    text-align: center;
    margin: 0 0 30px;
}
.cs-problem1 .cs-content h2 span,
.cs-problem2 .cs-content h2 span {
    color: #ff8638;
}
.cs-problem1 .cs-content .cs-problema,
.cs-problem2 .cs-content .cs-problema {
    width: 100%;
    max-width: 250px;
    height: 40px;
    line-height: 1;
    margin: 20px auto 50px;
    display: block;
}
.cs-problem1 .cs-content .cs-prokey,
.cs-problem2 .cs-content .cs-prokey {
    width: 100%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 30px 4px rgb(0 0 0 / 10%);
    padding: 50px 15px 30px;
}
.cs-problem1 .cs-content .cs-prokey p,
.cs-problem2 .cs-content .cs-prokey p {
    font-size: 16px;
    color: #8e8e8e;
    text-align: center;
    margin: 25px 0 0;
}
.cs-problem1 .cs-content .cs-prokey .cs-prokeyboxs,
.cs-problem2 .cs-content .cs-prokey .cs-prokeyboxs {
    display: flex;
}
.cs-problem1 .cs-content .cs-prokey .cs-prokeyboxs .cs-prokeybox,
.cs-problem2 .cs-content .cs-prokey .cs-prokeyboxs .cs-prokeybox {
    display: flex;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.cs-problem1
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts,
.cs-problem2
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 15px;
}
.cs-problem1
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts
    h3,
.cs-problem2
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts
    h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin: 0 0 15px;
}
.cs-problem1
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts
    .cs-prokeytext,
.cs-problem2
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts
    .cs-prokeytext {
    display: flex;
}
.cs-problem1
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts
    .cs-prokeytext
    img,
.cs-problem2
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts
    .cs-prokeytext
    img {
    width: 27px;
    height: 49px;
}
.cs-problem1
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts
    .cs-prokeytext
    p,
.cs-problem2
    .cs-content
    .cs-prokey
    .cs-prokeyboxs
    .cs-prokeybox
    .cs-prokeytexts
    .cs-prokeytext
    p {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    margin: 0 15px 0 0;
    text-align: justify;
}
.act-sect2MB {
    display: none;
}
.cs-successcaselgo {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-successcaselgo > div {
    margin: 0 1.5px 15px;
}
@media screen and (max-width: 1030px) {
    .act-sect.act-sect2 {
        max-width: 640px;
        margin: 0 auto;
    }
    .act-sect2 .act-challenge .act-item {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .cs-successcaselgo img {
        width: 55px;
    }
    .cs-successcase1,
    .cs-successcase2 {
        font-size: calc(1vw + 1vh + 0.5vmin);
    }
    .cs-successcase1 .cs-content h2,
    .cs-successcase2 .cs-content h2 {
        font-size: 1.8em;
    }
    .cs-successcase1 .cs-content h3,
    .cs-successcase2 .cs-content h3 {
        font-size: 18px;
    }
    .cs-successcase1 .cs-content h4,
    .cs-successcase2 .cs-content h4 {
        font-size: 20px;
    }
    .cs-successcase1 .cs-content h4 span,
    .cs-successcase2 .cs-content h4 span {
        font-size: 24px;
    }
    .cs-problem1 .cs-content h2,
    .cs-problem2 .cs-content h2 {
        font-size: 1.8em;
    }
    .cs-problem1 .cs-content .cs-prokey .cs-prokeyboxs,
    .cs-problem2 .cs-content .cs-prokey .cs-prokeyboxs {
        flex-direction: column;
    }
    .cs-problem1 .cs-content .cs-prokey .cs-prokeyboxs .cs-prokeybox,
    .cs-problem2 .cs-content .cs-prokey .cs-prokeyboxs .cs-prokeybox {
        margin: 0 auto 20px;
    }
    .cs-problem1 .cs-content .cs-prokey .cs-prokeyboxs .cs-prokeybox img,
    .cs-problem2 .cs-content .cs-prokey .cs-prokeyboxs .cs-prokeybox img {
        height: calc(100px + (158 - 100) * ((100vw - 360px) / (768 - 360)));
    }
    .cs-problem1
        .cs-content
        .cs-prokey
        .cs-prokeyboxs
        .cs-prokeybox
        .cs-prokeytexts
        h3,
    .cs-problem2
        .cs-content
        .cs-prokey
        .cs-prokeyboxs
        .cs-prokeybox
        .cs-prokeytexts
        h3 {
        font-size: 20px;
    }
    .cs-problem1
        .cs-content
        .cs-prokey
        .cs-prokeyboxs
        .cs-prokeybox
        .cs-prokeytexts
        .cs-prokeytext
        p,
    .cs-problem2
        .cs-content
        .cs-prokey
        .cs-prokeyboxs
        .cs-prokeybox
        .cs-prokeytexts
        .cs-prokeytext
        p {
        font-size: 16px;
    }
    .act-sect.act-sect2 {
        display: none;
    }
    .act-sect2MB {
        display: block;
        height: auto;
    }
    .act-sect2MB .act-pros {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 330px;
        margin: 0 auto 10px;
    }
    .act-sect2MB .act-pros .act-protop {
        display: flex;
        align-items: center;
        border: 2px solid #3868f8;
        background: #edf1fc;
        padding: 15px 5px;
    }
    .act-sect2MB .act-pros .act-protop h3 {
        font-size: 18px;
        color: #333333;
        margin: 0;
    }
    .act-sect2MB .act-pros .act-protop img {
        width: 60px;
        height: 60px;
        margin: 0 10px 0 0;
    }
    .act-sect2MB .act-pros .act-probox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, #59a3f6 0%, #3059f9 100%);
        padding: 10px 10px 20px;
    }
    .act-sect2MB .act-pros .act-probox h3 span {
        font-size: 22px;
        font-weight: bold;
        color: #ffda6a;
    }
    .act-sect2MB .act-pros .act-probox p {
        font-size: 18px;
        color: #fff;
    }
}
.act-sect2 .act-challenge {
    flex-wrap: wrap;
    padding: 0;
}
.act-sect2 .act-challenge .act-item {
    width: 250px;
    background: #f3f5ff;
    border-radius: 6px;
    text-align: center;
    padding: 3em 1em 4em;
    position: relative;
    overflow: hidden;
}

.act-sect2 .act-challenge .act-item:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 100px 0;
}

.act-sect2 .act-challenge .act-item:hover .act-hover {
    transform: translateY(0) translateX(0) scale(1);
    transition: all 0.6s;
    opacity: 1;
}

.act-sect2 .act-challenge .act-item .act-icon {
    margin-bottom: 1em;
    position: relative;
    z-index: 2;
}

.act-sect2 .act-challenge .act-item h3 {
    line-height: 1.2;
    font-size: 1.2em;
    position: relative;
    z-index: 2;
}

.act-sect2 .act-challenge .act-item h3 + p {
    color: #333;
    position: relative;
    z-index: 2;
    text-align: left;
    display: none;
}

.act-sect2 .act-challenge .act-item .act-hover {
    transform: translateY(120%) translateX(120%) scale(0.3);
    transform-origin: left top;
    transition: all 0.3s;
    padding: 1.5em 1em 0;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
}

.act-sect2 .act-challenge .act-item .act-hover:before {
    content: "";
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: linear-gradient(to bottom, #59a2f6 0%, #3059f9 100%);
    position: absolute;
    z-index: 1;
    border-radius: 100em;
}

.act-sect2 .act-challenge .act-item .act-hover p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}
.act-sect2 .act-challenge .act-item .act-hover p span {
    font-size: 20px;
    font-weight: bold;
    color: #ffd969;
}

.act-sect2 .act-challenge .act-item .act-hover .act-pic {
    position: relative;
    z-index: 2;
}

.act-sect2 .act-challenge .act-item .zoom {
    width: 1.2em;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 3;
}
.act-flex {
    display: none;
    position: fixed;
    right: 10px;
    top: 15%;
    z-index: 999;
    width: 100%;
    max-width: 130px;
}
.act-flex .act-fl {
    width: 100%;
    max-width: 130px;
    height: 70px;
    background: #8e979f;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    cursor: pointer;
}

.act-flex .act-fl.act-sect1liactive {
    background: #3868f8;
}
.act-flex .act-fl span {
    font-size: 20px;
    margin: 5px 0 0;
}
.act-flex .act-flex1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 0 5px;
}
.act-flex .act-flex2 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px) {
    .act-sect2 .act-challenge .act-item {
        width: 100%;
        max-width: none;
        background: transparent;
        display: flex;
        padding: 0;
        margin: 0 0 35px;
    }
    .act-sect2 .act-challenge .act-item:nth-child(2) .act-text h3 br {
        display: none !important;
    }
    .act-sect2 .act-challenge .act-item:before {
        display: none;
    }

    .act-sect2 .act-challenge .act-item .act-icon-m {
        width: 100%;
        max-width: 88px;
        /* max-width: 22%;
        min-width: 22% */
    }

    .act-sect2 .act-challenge .act-item .act-icon-m img {
        height: 88px;
        margin: 0;
    }

    .act-sect2 .act-challenge .act-item h3 + p {
        display: block;
        font-size: 16px;
    }

    .act-sect2 .act-challenge .act-item .act-text {
        text-align: left;
        padding-left: 1em;
    }

    .act-sect2 .act-challenge .act-item .zoom {
        display: none;
    }
    .act-sect2 .act-challenge .act-item h3 {
        font-size: 22px;
        line-height: 1.2;
    }
    .act-sect2 .act-challenge .act-item h3 br {
        display: block !important;
    }
    .act-sect2 .act-challenge .act-hover {
        display: none;
    }

    .act-sect2 .act-btn {
        margin-top: 0em;
    }
    .act-flex {
        right: 10px;
        max-width: 90px;
    }
    .act-flex .act-fl {
        font-size: 15px;
        max-width: 90px;
        height: 50px;
    }
    .act-flex .act-fl span {
        font-size: 14px;
    }
}
#cami_patrol_tool > img {
    display: none !important;
}
/* #article_content img{
  height: auto !important;
  max-width: 100%;
} */
