.inBanBox {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding-top: 0px;
    margin-top: 110px;
}

.inBanSwiper {
    width: 100%;
    height: 100vh;
    max-height: 950px;
    overflow: hidden;
    position: relative;
}

.inBanImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.inBanImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inBanImg::after,.inBanVideo::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.inBanVideo {
    width: 100%;
    height: 100%;
    position: relative;
}

.inBanVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inBanVideo::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(./images/videoBg.png) repeat;
    z-index: 21;
    opacity: 1;
}

.inBanSwiper .inBanSwiper_pagination {
    position: absolute;
    /* display: none; */
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translate(50%, -50%);
    left: 7%;
    width: auto;
    height: auto;
    bottom: 40px;
    z-index: 2;
}

.inBanSwiper .inBanSwiper_pagination .swiper-pagination-bullet {
    margin: 3px 5px !important;
    background: #2569af;
    opacity: 1;
    width: 15px;
    height: 15px;
    transition: all ease .3s;
}

.inBanSwiper .inBanSwiper_pagination .swiper-pagination-bullet:hover {
    background: #000;
}

.inBanSwiper .inBanSwiper_pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 15px;
    background: #000;
}

.inBanTbox {
    position: absolute;
    top: 54%;
    left: 50%;
    width: 80%;
    padding-left: 45%;
    z-index: 22;
    transform: translate(-50%, -50%);
    /*display: none;
     */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.inBanBtn {
    display: inline-block;
    margin-top: 40px;
    background-color: #176cc1;
    border-color: #176cc1;
    border-radius: 20px;
    border-style: none;
    width: 100%;
    max-width: 150px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    transform: translateY(40px);
    transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s;
    font-family: "gantari-regular";
    -webkit-transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s;
    -moz-transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s;
    -ms-transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s;
    -o-transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s;
}

.inBanItem.swiper-slide-active .inBanBtn {
    opacity: 1;
    transform: translateY(0);
}

.inBanBtn:hover {
    background: #c91d14;
    color: #fff;
}

.inBanTit {
    /* text-shadow: 3px 0 10px rgb(22 78 145 / 40%); */
    transition: all ease 2s .5s;
    opacity: 0;
    transform: translateY(40px);
    text-shadow: 0px 0px 5px #fff0;
    letter-spacing: 2px;
    font-family: "gantari-light";
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.inBanItem.swiper-slide-active .inBanTit {
    opacity: 1;
    transform: translateY(0);
}

.inBanTit p {
    font-size: 30px;
    letter-spacing: 0;
    FONT-WEIGHT: 700;
    color: #fff;
}

.inBanTit::before {
    width: 96%;
    left: -1%;
    background: #2569afcc;
    top: 6px;
    content: '';
    position: absolute;
    border-radius: 10px;
    height: 75%;
    z-index: -1;
}

.inBanLogo {
    transition: all ease 2s .7s;
    opacity: 0;
    transform: translateY(40px);
    width: 358px;
}

.inBanItem.swiper-slide-active .inBanLogo {
    opacity: 1;
    transform: translateY(0);
}

.inBanLogo img {
    width: 100%;
}

.inBanText {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 20px;
    transition: all ease 2s 1s;
    opacity: 0;
    transform: translateY(40px);
}

.inBanItem.swiper-slide-active .inBanText {
    opacity: 1;
    transform: translateY(0);
}











.inconBox {
    padding-top: 200px;
    padding-bottom: 180px;
}

.inAboBox .inner,
.inProBox .inner {
    max-width: 1560px;
}

.inAboBt {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    padding-bottom: 20px;
    background-color: rgba(234, 234, 234, 1);
    max-width: 166px;
    border-radius: 40px;
}

.inAboBt p {
    color: #0d5eb4;
    font-size: 26px;
    font-weight: bold;
}

.inAboTit {
    line-height: normal;
    font-size: 40px;
    font-weight: normal;
    margin-top: 40px;
    color: #0d5eb4;
    margin-bottom: 30px;
}

.inAboText {
    position: relative;
}

.inAboText p {
    font-size: 20px;
    color: #0d5eb4;
    line-height: 1.8;
}












.inProBox {
    margin-top: 220px;
    padding-bottom: 20px;
}

.inProTit {
    line-height: normal;
    color: #0d5eb4;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 70px;
}

.inProList {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.inProItem {
    flex: 0 0 33.3%;
    position: relative;

}

.inProCon {
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.inProImg {
    width: 100%;
    padding-top: 82%;
    position: relative;
}

.inProImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.inProTbox {
    width: 85%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255,.84);
    transition: all 0.5s;
    padding: 35px 20px;
    transition: all 0.5s;
}

.inProItem:hover .inProTbox {
    background: #fff;
}

.inProBt {
    line-height: normal;
    font-size: 32px;
    color: #0d5eb4;
    font-family: "gantari-bold"
}

.inProText {
    margin: 15px 0;
    position: relative;
}

.inProText p {
    color: #0d5eb4;
    font-size: 16px;
}

.inProBtn {
    color: #0d5eb4;
    font-size: 20px;
    font-family: "gantari-bold";
}














.injsBox {
    height: 886px;
    position: relative;
    overflow: hidden;
}

.injsCon {
    width: 94%;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    background-image: url('../images/injsBg.webp');
    /* 替换为你的图片路径 */
    background-repeat: no-repeat;
    /* 防止图片重复 */
    background-position: center center;
    /* 图片居中显示 */
    background-size: cover;
    /* 覆盖整个元素，不失真 */
    background-attachment: fixed;
    /* 背景图固定 */
}

.injsTBox {
    padding-top: 74px;
    padding-bottom: 110px;
    padding-left: 25px;
    padding-right: 30px;
    background-color: rgba(255, 255, 255, 1);
    width: 45%;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    min-width: 700px;
}

.injsTit {
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 40px;
    background-color: #0d5eb4;
    color: #fff;
}

.injsBt {
    font-size: 34px;
    color: #0d5eb4;
    padding-top: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.injsText {
    position: relative;
}

.injsText p {
    font-size: 20px;
    color: #0d5eb4;
}




.inCaseBox {
    padding-top: 240px;
    padding-bottom: 240px;
    position: relative;
}

.inCaseBox .inner {
    width: 96%;
}

.inCaseList {
    display: flex;
    justify-content: space-between;
}

.inCaseItem {
    width: 33.32%;
    position: relative;
    padding: 0 25px;
}

.inCaseItem .swiper {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.inCaseImg {
    width: 100%;
    position: relative;
    padding-top: 90%;
    overflow: hidden;
}

.inCaseImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.inCaseTbox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.68);
    width: 100%;
}

.inCaseTit {
    font-size: 34px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255);
}

.inCaseText {
    position: relative;
}

.inCaseText p {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 1.5;
}

.inCaseItem .inBanSwiper_pagination {
    position: absolute;
    top: 55%;
    right: 30px;
    z-index: 2;
    left: auto;
    width: auto;

}

.inCaseItem .inBanSwiper_pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 0;
    background: #fff;
    opacity: .9;
    margin: 0 5px;
}

.inCaseItem .inBanSwiper_pagination .swiper-pagination-bullet-active {
    opacity: 1;
}














.inNewBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
}

.inNewImg {
    width: 720px;
    position: relative;
}

.inNewImg img {
    width: 100%;
    position: relative;
}

.inNewCon {
    width: calc(100% - 720px);
    position: relative;
    padding: 5%;
}

.inNewTit {
    font-size: 38px;
    color: #0d5eb4;
}

.inNewMs {
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
}

.inNewMs p {
    font-size: 28px;
    color: #0d5eb4;

}

.inNewItem {
    position: relative;
    padding: 20px 0 30px;
}

.inNewTime {
    font-size: 20px;
    color: #0d5eb4;
    font-family: "gantari-regular";
}

.inNewText {
    font-size: 20px;
    color: #0d5eb4;
    margin-top: 10px;
    font-family: "gantari-bold";
    display: block;
}

.inNewItem::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    transition: all 0.5s;
    background: #0d5eb4;
    z-index: 1;
}

.inNewItem:hover::after {
    width: 100%;
}












@media (max-width: 1480px) {
    .inProBt {
        font-size: 28px;
    }

    .inProTbox {
        padding: 20px;
    }

    .inCaseTit {
        font-size: 28px;
    }

    .inAboBt p {
        font-size: 22px;
    }
}

@media (max-width: 1368px) {
    .inProBt {
        font-size: 28px;
    }

    .inProTbox {
        padding: 20px;
    }

    .inProImg {
        padding-top: 90%;
    }

    .inProCon {
        margin-right: 0;
    }

    .injsText p {
        font-size: 18px;
    }

    .inCaseItem {
        padding: 0 0 0 25px;
    }

    .inNewImg {
        width: 620px;
    }

    .inNewCon {
        width: calc(100% - 650px);
    }

    .inNewMs {
        position: relative;
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .inAboTit {
        font-size: 36px;
    }

    .inAboBt p {
        font-size: 20px;
    }

    .inProBtn {
        font-size: 18px;
    }

    .inAboBt {
        padding: 15px 25px;
    }

    .inAboTit {
        font-size: 32px;
    }

    .inCaseBox {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

@media (max-width: 1280px) {
    .inAboText p {
        font-size: 18px;
    }

    .injsBt {
        font-size: 28px;
    }

    .inNewMs p {
        font-size: 24px
    }

    .inNewTit {
        font-size: 32px;
    }

    .inCaseTit {
        font-size: 24px;
    }

    .inCaseTbox {
        padding: 20px
    }

    .inCaseBox {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media (max-width: 1200px) {
    .inconBox {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .inProBox {
        margin-top: 150px;
    }

    .inProList {
        flex-wrap: wrap;
    }

    .inProItem {
        flex: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .inProImg {
        /* height: 420px; */
        padding-top: 065%;
        position: relative;
    }

    .inProTbox {
        width: 100%;
        position: relative;
    }

    .inAboBt p {
        font-size: 18px;
    }

    .inBanTit p {
        font-size: 22px;

    }

    .inBanLogo {
        width: 300px;
    }

    .inBanText {
        color: #fff;
        font-size: 20px;
    }

    .inBanText {
        color: #fff;
        font-size: 20px;
    }

    .injsTit {
        font-size: 16px;
    }

    .inNewBox {
        flex-wrap: wrap;
    }

    .inNewCon {
        width: 100%;
        padding: 50px 30px;
    }

    .inNewImg {
        width: 100%;
        padding-top: 65%;
        position: relative;
    }

    .inNewImg img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .inBanTbox {
        width: 90%;
        padding-left: 0%;
    }

    .inBanTit {
        display: inline-flex;
    }

    .inBanTit p {
        font-size: 20px;
    }

    .inBanLogo {
        width: 250px;
    }

    .injsTBox {
        width: 86%;
        min-width: auto;
        left: 7%;
        padding: 50px 30px 70px;
    }

    .inCaseBox {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .inCaseImg {
        width: 100%;
        position: relative;
        padding-top: 65%;
    }

    .injsBox {
        height: 680px;
    }

    .inCaseItem {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .inCaseList {
        flex-wrap: wrap;
    }

    .inBanSwiper .inBanSwiper_pagination {
        left: 0;
    }

    .inBanSwiper .inBanSwiper_pagination .swiper-pagination-bullet {


        width: 12px;
        height: 12px;
    }
}

@media (max-width: 900px) {
.inBanBox {
    margin-top: 90px;
}
    .inNewMs p {
        font-size: 20px;
    }

    .inNewMs {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .inNewTime {
        font-size: 18px;
    }

    .inCaseBox {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .inBanSwiper{
        height: 86vh;
    }
}

@media (max-width: 680px) {
    .inNewTit {
        font-size: 28px;
    }

    .inCaseBox {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .inNewItem {
        padding: 15px 0 20px;
    }

    .inNewText {
        font-size: 18px;
    }

    .injsBt {
        font-size: 24px;
    }

    .injsText p {
        font-size: 16px;
    }

    .injsTit {
        min-width: none;
        font-size: 14px;
    }

    .inProBt {
        font-size: 24px;
    }

    .inProTit {
        font-size: 20px;
    }

    .inAboTit {
        font-size: 28px;
    }

    .inAboBt p {
        font-size: 16px;
    }

    .inconBox {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .inProBox {
        margin-top: 100px;
    }

    .inProCon {
        margin-left: 0;
    }

    .inProTit {
        margin-bottom: 40px;
    }

    .inBanTit p {
        font-size: 18px;
    }

    .inBanLogo {
        width: 230px;
    }

    .inBanText {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .inBanLogo {
        width: 200px;
    }

    .inCaseTit {
        font-size: 20px;
    }

    .inCaseImg {
        padding-top: 80%;
    }

    .inNewImg {
        width: 100%;
        padding-top: 100%;
    }

    .inNewMs p {
        font-size: 18px;
    }

    .inNewTime {
        font-size: 16px;
    }

    .injsTBox {
        padding: 30px 20px 50px;
    }

    .injsBt {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .inProBt {
        font-size: 20px;
    }

    .inProBtn {
        font-size: 16px;
    }

    .inAboText p {
        font-size: 16px;
    }

    .inAboTit {
        font-size: 24px;
    }

    .inNewTit {
        font-size: 24px;
    }

    .inBanSwiper .inBanSwiper_pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

}














