

/* 首页 */
.inBanBox {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #fff;
}

.inBanAct {
    border-radius: 20px;
}

.inBanSwiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inBImg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inBImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
}

.inBImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: inBImgFd 20s infinite linear;
}

.inBImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes inBImgFd {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.inBTbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 9;
}

.inBTit {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin: 20px 0 20px;
    transform: translate(-30px, 50px);
    opacity: 0;
    transition: all .8s .1s;
}

.inBBq {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
    transform: translate(-30px, 50px);
    opacity: 0;
    transition: all .8s;
}

.inBBq::after {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background: rgba(0, 47, 167);
    transform: translateY(-50%);
}

.inBText {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    transform: translate(-30px, 50px);
    opacity: 0;
    transition: all .8s .2s;
}

.inBCon {
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
    transform: translate(-30px, 50px);
    opacity: 0;
    transition: all .8s .3s;
}

.inBCon .inBtn {
    margin-right: 15px;
}

.inBanBoxAct .inBBq {
    transform: translate(0, 0);
    opacity: 1;
}

.inBanBoxAct .inBTit {
    transform: translate(0, 0);
    opacity: 1;
}

.inBanBoxAct .inBText {
    transform: translate(0, 0);
    opacity: 1;
}

.inBanBoxAct .inBCon {
    transform: translate(0, 0);
    opacity: 1;
}










.inProBox {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.inProBox .inner {
    height: 100%;
}

.inProBox .swiper-container {
    margin: 0;
}

.inProBox::before {
    width: 100%;
    height: 64%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 47, 167);
    z-index: 1;
}

.inProTop {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.inProBt {
    font-size: 20px;
    color: rgba(0, 47, 167);
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.inProBt::after {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background: rgba(0, 47, 167);
    transform: translateY(-50%);
}

.inProTit {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 50px;
}

.inProImg {
    width: calc(100% - 750px);
    padding-top: 35%;
    position: relative;
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.8s .5s;
}

.inProImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

.inProCon {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 6;
}

.inProLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 600px;
    position: relative;
    overflow: inherit;
    z-index: 2;
    transform: translateX(-300px);
    opacity: 0;
    transition: all 0.8s .5s;
    min-height: 580px;
}

.inProBon {
    position: relative;
    width: 100%;
    top: auto;
}

.inProTd {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.inProTextList {
    height: 310px;
    margin-bottom: 30px;
    overflow-y: auto;
}


    .inProTextList::-webkit-scrollbar {
  width: 5px; 
   background-color: rgb(255, 255, 255, .3); 
}
.inProTextList::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px; 
}




.inProText {
    height: auto;
}

.inProText p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 15px;
    position: relative;
    opacity: .8;
}

.inProText p::before {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #fff;
}


.inAboBg {
    width: 80%;
    position: absolute;
    opacity: .1;
    top: 35%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: all 0.8s;
}



.inProBox1.inProBoxAct .inProImg {
    transform: translateX(0);
    opacity: 1;
}

.inProBox1.inProBoxAct .inProLeft {
    transform: translateX(0);
    opacity: 1;
}

.inProBox1.inProBoxAct .inAboBg {
    left: 50%;
}



.inProBox2 .inProImg {
    transform: translateX(-200px);
    opacity: 0;
}

.inProBox2 .inProLeft {
    transform: translateX(200px);
    opacity: 0;
}

.inProBox2.inProBoxAct .inProImg {
    transform: translateX(0);
    opacity: 1;
}

.inProBox2.inProBoxAct .inProLeft {
    transform: translateX(0);
    opacity: 1;
}

.inProBox2.inProBoxAct .inProTop {
    transform: translateY(0);
    opacity: 1;
}

.inProBox2.inProBoxAct .inAboBg {
    left: 50%;
}

.inProBox3.inProBoxAct .inProImg {
    transform: translateX(0);
    opacity: 1;
}

.inProBox3.inProBoxAct .inProLeft {
    transform: translateX(0);
    opacity: 1;
}

.inProBox3.inProBoxAct .inProTop {
    transform: translateY(0);
    opacity: 1;
}

.inProBox3.inProBoxAct .inAboBg {
    left: 50%;
}

.inProTop2 {
    display: none;
}




.inCaseBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inCaseImgSwiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inCaseImg {
    width: 100% !important;
    height: 100% !important;
}

.inCaseImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    content: '';
}

.inCaseImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inCaseBox .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    padding-top: 80px;
}

.inCaseLeft {
    position: relative;
    transform: translateY(-200px);
    opacity: 0;
    transition: all 0.8s .3s;
}


.inCaseBt {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 0;
}

.inCaseList {
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.8s .3s;
}

.inCaseSwiper .swiper-wrapper {
    align-items: self-end;
}

.inCaseSwiper,
.inCaseSwiper2 {
    width: 100%;
}

.inCaseItem.swiper-slide-thumb-active .inCaseText {
    width: 100%;
    opacity: 1;
    transform: translate(0, 0);
    height: 60px;
    margin: 10px 0 30px;
}

.inCaseItem .inCaseBtn {
    display: none;

}

.inCaseItem.swiper-slide-thumb-active .inCaseBtn {
    display: block;
}

.inCaseItem.swiper-slide-thumb-active .inCaseTit {
    font-size: 24px;
    color: #fff;
    text-align: left;
}

.inCaseBg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.1);
    transition: transform 1s;
}

.inCaseBg img.on {
    opacity: 1;
    transform: scale(1);
}

.inCaseItem .inCaseBtn a {
    width: 170px;
    height: 60px;
}

.inCaseItem {
    /* width: 150px; */
    width: 11vw;
    height: 11vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255, .3);
    backdrop-filter: blur(4px);
    margin-right: 20px;
    position: relative;
    transition: all 1s;
    cursor: pointer;
}

.inCaseIcon {
    width: 30px;
    height: 30px;
    opacity: .6;
    transition: all 0.48s;
}

.inCaseIcon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.inCaseItem::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    transform: translateX(-50%);

    transition: width .2s;
}

.inCaseItem.swiper-slide-thumb-active {
    width: 23vw;
    height: 23vw;
    padding: 50px;
    justify-content: space-between;
    align-items: flex-start;
    background: rgba(0, 47, 167);
}

.inCaseItem.swiper-slide-thumb-active::after {
    width: 98%;
    transition: width 5s;
}

.inCaseItem.swiper-slide-thumb-active .inCaseIcon {
    width: 60px;
    height: 60px;
    opacity: .8;
}

.inCaseTit {
    font-size: 20px;
    font-weight: 600;
    color: #eee;
    margin-top: 10px;
    text-align: center;
    transition: all 0.8s .2s;
}

.inCaseTBox {
    width: 100%;
    position: relative;
}

.inCaseText {
    font-size: 16px;
    line-height: 30px;
    color: #ddd;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 400px; */
    opacity: 0;
    transition: all 0.8s;
    transform: translate(20px, 20px);
    height: 0;
    overflow: hidden;
}



.inCaseBoxAct .inCaseLeft {
    transform: translateY(0);
    opacity: 1;
}

.inCaseBoxAct .inCaseList {
    transform: translateY(0);
    opacity: 1;
}

.inCaseItem2 {
    padding: 30px;
    background: rgb(255, 255, 255, .3);
    backdrop-filter: blur(4px);
    margin-right: 20px;
    position: relative;
    transition: all 1s;
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inCaseSIcon {
    width: 30px;
    height: 30px;
}

.inCaseSIcon img {
    width: 100%;
    height: 100%;
}

.inCaseSTit {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
}

.inCaseSText {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    opacity: .6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 0;
    transition: all 0.48s;
}

.inCaseList2 {
    margin-top: 30px;
    display: none;
}

.inCaseSTop {
    display: flex;
    align-items: center;
}

.inCaseItem2.swiper-slide-thumb-active {
    background: rgba(0, 47, 167);
    width: 100%;
}

.inCaseItem2.swiper-slide-thumb-active .inCaseSText {
    height: 50px;
    margin: 10px 0 20px;
}

.inCaseSBtn {
    display: none;
}

.inCaseItem2.swiper-slide-thumb-active .inCaseSBtn {
    display: block;
}









.inNewBox {
    overflow: hidden;
    position: relative;
    height: 100%;
    background-image: url('../image/inNewBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.inNewBox .inner {
    height: 100%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.inNewTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inNewList {
    position: relative;
    margin-top: 50px;
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.8s .5s;
}

.inNewSwiper {
    width: 100%;
    position: relative;
}

.inNewItem {
    position: relative;
    overflow: hidden;
    transition: all 0.8s .5s;
}

.inNewImg {
    width: 100%;
    padding-top: 100%;
    position: relative;
    transition: all 0.8s;
}

.inNewImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.inNewImg::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    content: '';
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.inNewImg::after {
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0) 0%, rgba(0, 47, 167) 80%, rgba(0, 47, 167) 100%);
    z-index: 2;
    transition: all 0.8s;
}

.inNewItem:hover .inNewImg::after {
    height: 100%;
}

.inNewTbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 80%;
    padding: 30px;
    z-index: 3;
    transition: all 0.48s;
    transform: translateY(-50%);
}

.inNewTime {
    font-size: 16px;
    line-height: 1;
    color: rgba(232, 232, 232, .8)
}

.inNewTit {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    margin: 20px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inNewCon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inNewBtn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 47, 167);
    transition: all 0.48s;
    cursor: pointer;
    /* border: 1px solid rgba(255, 255, 255, .2); */
    position: relative;
}

.inNewBtn::before {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background: #fff;
    transition: all 0.48s;
}

.inNewBtn:hover::before {
    width: 100%;
    height: 100%;
}

.inNewBtn svg {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 2;
}

.inNewBtn svg path {
    fill: #fff;
}

.inNewBtn:hover svg path {
    fill: rgba(0, 47, 167);
}

.inNewSwiper_next {
    margin-left: 10px;
}

.inNewBoxAct .inNewList {
    transform: translateY(0);
    opacity: 1;
}

.inNewItem:hover .inNewTbox {
    top: 20%;
}

.inNewXq {
    position: absolute;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.48s;
    z-index: 3;

}

.inNewXq .inBtn a {
    width: 170px;
    height: 60px;
}

.inNewItem:hover .inNewXq {
    opacity: 1;
    transform: translateY(0);
}



.inProBtnBox{
    display: flex;
    align-items: center;
}
.inProBtn1{
    display: block;
}
.inProBtn2{
    display: none;
}
















@media(max-width:1680px) {
    .inNewTit {
        font-size: 18px;
        margin-top: 10px;
    }
  .inProImg {
        width: calc(100% - 680px);
    }

}


@media(max-width:1480px) {
    .inProBox::before{
        height: 63%;
    }
      .inBTit {
        font-size: 28px;
    }
    .inBBq {
    font-size: 18px;}
    .inProText p {
        font-size: 12px;
    }

    .inProLeft {
        width: 500px;

    }

    .inProImg {
        width: calc(100% - 600px);
    }

    .inProTextList {
        height: 230px;
        overflow-y: auto;
    }

    .inProTit {
        font-size: 24px;
    }

    .inProBt {
        font-size: 14px;
    }

    .inProTd {
        font-size: 18px;
    }

    .inProLeft {
        padding-top: 50px;
    }

    .inProLeft {
        min-height: 420px;
    }

    .inCaseBt {
        font-size: 14px;
        margin-top: 10px;
    }

    .inCaseTit {
        font-size: 14px;
    }

    .inCaseItem.swiper-slide-thumb-active {
        padding: 20px;
    }

    .inCaseItem.swiper-slide-thumb-active .inCaseIcon {
        width: 30px;
        height: 30px;
    }

    .inCaseText {
        font-size: 12px;
        line-height: 20px;
    }

    .inCaseItem .inCaseBtn a {
        height: 50px;
    }

    .inCaseItem.swiper-slide-thumb-active .inCaseTit {
        font-size: 18px;
    }

    .inCaseItem.swiper-slide-thumb-active {
        width: 22vw;
        height: 20vw;
    }

    .inCaseItem .inCaseBtn a {
        width: 150px;
        height: 45px;
    }

    .inCaseItem.swiper-slide-thumb-active .inCaseText {
        height: 40px;
    }

    .inNewTit {
        font-size: 16px;
    }

    .inNewBtn {
        width: 50px;
        height: 50px;
    }

    .inNewBtn svg {
        width: 20px;
        height: 20px;
    }
}
@media(max-width:1368px){
     .inProImg {
        width: calc(100% - 550px);
    }
    .inProTit {
        font-size: 22px;
    }
}

@media(max-width:1280px) {
    .inProImg {
        width: calc(100% - 500px);
    }

    .inProLeft {
        padding-top: 20px;
    }

    .inNewTit {
        font-size: 14px;
    }

    .inNewTime {
        font-size: 12px;
    }

    .inNewTbox {
        padding: 20px;
    }

  

    .inNewBtn {
        width: 40px;
        height: 40px;
    }

    .inNewBtn svg {
        width: 15px;
        height: 15px;
    }

    .inCaseItem {
        width: 12vw;
        height: 12vw;
    }

    .inCaseItem.swiper-slide-thumb-active {
        width: 25vw;
        height: 250px;
    }
      .inBTit {
        font-size: 28px;
    }

}

@media(max-width:1200px) {
    .inBBq {
    font-size: 16px;}
    .inProTit {
        font-size: 20px;
    }

    .inCaseItem.swiper-slide-thumb-active {
        width: 25vw;
        height: 250px;
    }

    .inBTit {
        font-size: 24px;
    }

    .inBCon {
        margin-top: 30px;
    }

    .inCaseItem {
        width: 13vw;
        height: 13vw;
    }
}

@media(max-width:1024px) {
    .inCaseList2{
        display: block;
    }
    .inCaseList{
        display: none;
    }
  .inProCon{
    flex-direction: column;
    justify-content: center;
}
.inCaseBox .inner{
     justify-content: center;
}
.inProLeft{
    width: 100%;
}
    .inProImg {
        padding-top: 48%;
        width: 80%;
    }
    .inProBtn1{
        display: none;
    }
      .inProBtn2{
        display: block;
    }
}
@media(max-width:900px) {
    .inCaseSTit {
    font-size: 20px;}
    .inCaseSText {
    font-size: 14px;}
    


    .inProBox::before {
    width: 100%;
    height: 38%;}
      .inProTd{
        color: #333;
    }
    .inProText p{
        color: #666;
    }
    .inProText p::before{
        background: #666;
    }
        .inProLeft {
        min-height: auto;
    }
    .inProBox2  .inProLeft{
        order: -1;
    }
    .inNewBox {
    background-image: url('../image/inNewBg2.jpg');}
}
@media(max-width:680px) {
        .inCaseSTit {
    font-size: 18px;}
    .inProTextList {
        height: 200px;
        overflow-y: auto;
        margin-top: 10px;
    }

    .inBBq {
    font-size: 14px;}
    .inProTit {
        white-space: initial;
          font-size: 18px;
}
 .inProImg {
        padding-top: 65%;
        width: 100%;
    }
    .inProBox::before {
    width: 100%;
    height: 35%;}
       
    .inBTit {
         font-size: 20px;
    margin: 10px 0 10px;}
    .inBText {
    font-size: 14px;
    line-height: 1.5;}
        .inBCon {
        margin-top: 20px;
    }
}
@media(max-width:500px) {
    .inProImg {
        padding-top: 60%;
        width: 100%;
    }
       .inProTit {
        font-size: 16px;
        margin-bottom: 0;
    }
    .inProBon {
    margin-top: 20px;
}
        .inProTd {
        font-size: 16px;
            margin-bottom: 10px;
    }
.inBCon .inBtn {
    margin-right: 10px;
}
    .inBText {
        font-size: 13px;}
        .inBBq{
            display: none;
        }
            .inBTit {
        font-size: 18px;}
        .inCaseItem2 {
    padding: 20px;}
    .inCaseSIcon {
    width: 25px;
    height: 25px;
}
.inAboBg {
    opacity: .041;
    top: 52%;
}
    .inCaseSTit {
        font-size: 16px;
    }
}