.inConBox {
    margin-top: 120px;
    position: relative;
    border-top: 1px solid transparent;
}














.ProATop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ProAInp {
    width: 380px;
    height: 55px;
    background: #f7f8f9;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ProAInp p {
    font-size: 16px;
}

.ProAJt {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProAJt svg {
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}

.ProAJt svg path {
    fill: #333;
}

.ProAList {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.ProAItem {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    position: relative;
    margin-bottom: 50px;
    background: #f7f8f9;
    padding-top: 70px;
}

.ProAItem:nth-child(3n) {
    margin-right: 0;
}

.ProAImg {
    width: 100%;
    padding-top: 120%;
    position: relative;

}

.ProAImg img {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ProATbox {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    width: 100%;
}

.ProATit {
    font-size: 18px;
    color: #666;
    opacity: 0;
    transition: all 0.48s;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.ProAText {
    font-size: 36px;
    color: #666;
    font-weight: 500;
}

.ProAItem:hover .ProATit {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.ProAItem:hover .ProAText {
    color: #333;
}

.ProAItem:hover .ProAImg img {
    width: 90%;
    height: 90%;
}

.ProAleft {
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.ProAleft svg {
    width: 20px;
    height: 20px;
    margin-left: 30px;
    position: relative;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.ProAleft svg path {
    fill: #333;
}

.ProANuvBox {
    position: relative;
    margin-top: 30px;
    display: none;
}

.ProANuv {
    display: flex;

}

.ProANuv a {
    font-size: 18px;
    margin-right: 20px;
    color: #666;
    position: relative;
}

.ProANuv a::after {
    width: 0;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background: #333;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.ProANuv a:hover {
    color: #333;
}

.ProANuv a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.ProAleft.act svg {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}






















/*  */
.inCaseBox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.inCaseTop {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.inCaseList {

    position: relative;
    display: flex;
}

.inCaseSwiper {
    width: 100%;
    position: relative;
}

.inCase_33 {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    position: relative;
}

.inCase_33:nth-child(3n) {
    margin-right: 0;
}

.inCaseItem {
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.inCaseTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.inCaseTit p {
    font-size: 32px;
    font-weight: 600;
    width: calc(100% - 120px);
    transition: all 0.48s;
}

.inCaseTit img {
    width: 100px;
    height: 40px;
    position: relative;
    object-fit: contain;
}

.inCaseMs {
    font-size: 22px;
    margin-top: 10px;
    width: calc(100% - 100px);
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.inCaseText {
    margin: 20px 0;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    position: relative;
    font-weight: 100;
}

.inCaseBq {
    font-size: 14px;
    color: #0130a6;
    background: rgb(1, 48, 166, .1);
    border-radius: 8px;
    padding: 5px 20px;
    display: inline-flex;
}

.inCaseBtn {
    margin: 30px 0 20px 0;
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    opacity: 0;
    transition: all 0.48s;
}

.inCaseBtn a {
    border: 1px solid rgb(1, 48, 166, .1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-right: 10px;
}

.inCaseBtn a p {
    font-size: 18px;
    margin-left: 8px;
}

.inCaseBtn a svg {
    width: 22px;
    height: 22px;
}

.inCaseBtn a svg path {
    fill: #333;
}

.inCaseBtn a:hover {
    background: #0130a6;
}

.inCaseBtn a:hover p {
    color: #fff;
}

.inCaseBtn a:hover svg path {
    fill: #fff;
}

.inCaseBtn a:first-child {
    background: #0130a6;
}

.inCaseBtn a:first-child p {
    color: #fff;
}

.inCaseBtn a:first-child svg path {
    fill: #fff;
}

.inCaseImg {
    width: 100%;
    padding-top: 65%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.inCaseImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.inCaseItem::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(to bottom, rgb(1, 48, 166, 0), rgb(1, 48, 166, 0.1) 70%, rgb(1, 48, 166, .3) 100%);
    opacity: 0;
    transition: all 0.2S;
}


.inCaseItem:hover::before {
    opacity: 1;
}

.inCaseItem:hover .inCaseBtn {
    opacity: 1;
}

.inCaseItem:hover .inCaseTit p {
    color: #0130a6;
}

.inCaseItem:hover .inCaseImg img {
    transform: scale(1.1);
}




.inCaseCon {
    margin-top: 50px;
    position: relative;
}

.inCaseBon {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
}

.inCaseCList {
    display: flex;
    gap: 10px;
    padding-right: 20px;
    will-change: transform;
}

.inCaseBon2 {
    margin-top: 20px;
}

.inCaseCList1 {
    animation: scrolling1 50s linear infinite;
}

.inCaseCList2 {
    animation: scrolling2 50s linear infinite;
}

@keyframes scrolling1 {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
}
}

@keyframes scrolling2 {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
}

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
}

.inCaseCItem {
    width: 15vw;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.inCaseCImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
}

.inCaseCImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(to bottom, rgb(1, 48, 166, 0), rgb(1, 48, 166, 0.3) 70%, rgb(1, 48, 166, .8) 100%);
    transition: all 0.48s;
}

.inCaseCImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.inCaseCTbox {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(10px);
    transition: all 0.48s;
    z-index: 2;
    opacity: .8;
}

.inCaseCTit {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    transition: all 0.48s;
    margin-bottom: 10px;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
    text-overflow: ellipsis;
}

.inCaseCBtn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    display: none;
    transition: all 0.48s;
}

.inCaseCBtn svg path {
    fill: #0130a6;
}

.inCaseCBtn svg {
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
}

.inCaseCItem:hover .inCaseCImg::after {
    background-image: linear-gradient(to bottom, rgb(1, 48, 166, 0), rgb(1, 48, 166, 0.5) 70%, rgb(1, 48, 166, 1) 100%);
}

.inCaseCItem:hover .inCaseCImg img {
    transform: scale(1.1);
}

.inCaseCItem:hover .inCaseCTbox {
    transform: translateY(0);
    opacity: 1;
}

.inCaseCItem:hover .inCaseCBtn {
    opacity: 1;
}

.inCaseBon1 {

    /* ... */
    &:hover .inCaseCList1 {
        animation-play-state: paused;
    }
}

.inCaseBon2 {

    /* ... */
    &:hover .inCaseCList2 {
        animation-play-state: paused;
    }
}

















@media(max-width:1680px) {
    .inCaseTit p {
        font-size: 28px;
    }

    .inCaseMs {
        font-size: 20px;
    }

    .inCaseText {
        font-size: 16px;
    }

    .inCaseBtn a p {
        font-size: 16px;
    }

    .inCaseText {
        margin: 12px 0;
    }

    .inCaseTop {
        margin-bottom: 50px;
    }
    .inCaseCItem {
    width: 18vw;}
}

@media(max-width:1480px) {
    .inCaseTit p {
        font-size: 24px;
    }

    .inCaseBtn a p {
        font-size: 14px;
    }

    .inCaseMs {
        font-size: 18px;
    }

    .inCaseBtn a p {
        font-size: 14px;
    }

    .inCaseText {
        margin: 12px 0;
    }

    .inCaseTit img {
        width: 100px;
        height: 30px;
    }
    .inCaseTop {
        margin-bottom: 30px;
    }
        .inCaseText {
        font-size: 14px;
    }
     .inCaseItem {
    padding: 20px;}
      .inCaseBtn {
    margin: 20px 0 10px 0;}
}

@media(max-width:1368px) {
    .inCaseCTit {
    font-size: 14px;}
        .inCaseCItem {
        width: 20vw;
    }
       .inCaseBtn a p {
        font-size: 12px;
    }
    .inCaseCon {
    margin-top: 30px;}
  .inCaseBon2 {
    margin-top: 12px;
}
}
@media(max-width:1280px) {
        .inCaseMs {
        font-size: 16px;
    }
}
@media(max-width:1200px){
        .inCaseCItem {
        width: 22vw;
    border-radius: 16px;
    }
    .inCaseBtn a svg {
    width: 20px;
    height: 20px;
}
}
@media(max-width:1024px){
        .inCaseCItem {
        width: 28vw;
    }
}
@media(max-width:680px){
        .inCaseCItem {
        width: 35vw;
    }
    .inCaseBtn a svg {
    width: 18px;
    height: 18px;
}
}
@media(max-width:500px){
       .inCaseText {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .inCaseCTbox {
    padding: 20px 10px;}
    .inCaseCList {
    gap: 8px;
    padding-right: 10px;}
        .inCaseCItem {
        width: 42vw;
    }
    .inCaseCItem .inCaseCTbox {
    transform: translateY(10px);
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}
        .inCaseTop {
        margin-bottom: 20px;
    }
        .inCaseTit p {
        font-size: 20px;
    }
        .inCaseTit img {
        width: 100px;
        height: 25px;
    }
    .inCaseBtn {
    opacity: 1;
}
.inCaseItem::before{
    opacity: 1;
}
    .inCaseCon {
        margin-top: 20px;
    }
    .inCaseBtn a{
        padding: 8px 15px;
    }
}