.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);
}



@media (max-width: 1200px) {

    .inBanTit p {
        font-size: 22px;

    }

    .inBanLogo {
        width: 300px;
    }

    .inBanText {
        color: #fff;
        font-size: 20px;
    }

    .inBanText {
        color: #fff;
        font-size: 20px;
    }


}

@media (max-width: 1024px) {
    .inBanTbox {
        width: 90%;
        padding-left: 0%;
    }

    .inBanTit {
        display: inline-flex;
    }

    .inBanTit p {
        font-size: 20px;
    }

    .inBanLogo {
        width: 250px;
    }


    .inBanSwiper .inBanSwiper_pagination {
        left: 0;
    }

    .inBanSwiper .inBanSwiper_pagination .swiper-pagination-bullet {


        width: 12px;
        height: 12px;
    }
}

@media (max-width: 900px) {
    .inBanBox {
        margin-top: 90px;
    }

    .inBanSwiper {
        height: 86vh;
    }
}

@media (max-width: 680px) {


    .inBanTit p {
        font-size: 18px;
    }

    .inBanLogo {
        width: 230px;
    }

    .inBanText {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .inBanLogo {
        width: 200px;
    }


    .inBanSwiper .inBanSwiper_pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

}




.inWhoBox {
    position: relative;
}

.inWhoList {
    margin-top: 70px;
}

.inWhoTit {
    text-align: center;
    font-size: 56px;
    line-height: 1.1;
    text-transform: uppercase;
}

.inWhoText {
    position: relative;
    margin-top: 20px;
}

.inWhoText p {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.inWhoBon {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url('../images/inWhoBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.inWhoBon .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inWhoBText {
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 90px 0;
}

.inWhoBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inWhoBtn a {
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    color: #2072b9;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 0.48s;
}

.inWhoBt {
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    color: #2072b9;
    text-transform: uppercase;
}

.inWhoBtn a:hover {
    background: #0d5eb4;
    color: #fff;
}













.inAboBox {
    position: relative;
    background: #0d5eb4;
}

.inAboBox .inner {
    max-width: 1560px;
}

.inAboTit {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.inAboCon {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}

.inAboList {
    width: 60%;
}

.inAboItem {
    margin-bottom: 50px;
    position: relative;
}

.inAboItem:last-child {
    margin-bottom: 0;
}

.inAboNum {
    display: flex;
    align-items: end;
}

.inAboNum b {
    font-size: 72px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.inAboNum i {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}

.inAboItem p {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
}

.inAboRig {
    width: 550px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inAboText {
    font-size: 56px;
    line-height: 1;
    color: #fff;
    font-weight: 100;
}

.inAbologo {
    width: 100%;
}

.inAbologo img {
    width: 100%;
}

.inProBox {
    position: relative;
}

.inProCon {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.inProItem {
    width: 48%;
    position: relative;
}

.inProImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.inProImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.inProTbox {
    position: relative;
    margin-bottom: 70px;
}

.inProTit {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    transition: all 0.48s;
}

.inProText {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: #404247;
}

.inProItem:hover .inProTit {
    color: #2072b9;
}

.inProItem:hover .inProImg img {
    transform: scale(1.1);
}

.inNewBox {
    position: relative;
}

.inNewCon {
    display: flex;
    justify-content: space-between;
}

.inNewLeft {
    width: 40%;
    padding-left: 10%;
    position: relative;
}

.inNewTit {
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    color: #2072b9;
    text-transform: capitalize;
}

.inNewRig {
    width: 55%;
    position: relative;
}

.inNewItem {
    margin-bottom: 50px;
    position: relative;
    display: block;
}

.inNewText {
    font-size: 18px;
}

.inNewTime {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.48s;
}

.inNewItem:hover .inNewTime {
    color: #2072b9;
}







@media (max-width: 1680px) {

    .inNewTit,
    .inWhoBt {
        font-size: 48px;
    }

    .inNewLeft {
        padding-left: 5%;
    }

    .inWhoTit {
        font-size: 52px;
    }

    .inWhoBText {
        font-size: 36px;
    }

    .inAboText {
        font-size: 48px;
    }

    .inAboNum b {
        font-size: 60px;
    }

    .inAbologo {
        width: 80%;
    }

    .inAboItem p {
        font-size: 22px;
    }

    .inAboNum i {
        font-size: 22px
    }
    .inProTit {
    font-size: 28px;}
}
@media (max-width: 1368px) {
    .inNewTit, .inWhoBt,.inAboTit {
        font-size: 44px;
    }
        .inWhoTit {
        font-size: 48px;
    }
    .inWhoList {
    margin-top: 50px;
}
.inWhoText p {
    font-size: 20px;}
    .inWhoBText {
        font-size: 32px;
    }
        .inAboNum b {
        font-size: 52px;
    }
        .inAboItem p {
        font-size: 20px;
    }
        .inAboText {
        font-size: 44px;
    }
    .inAboRig {
    width: 40%;}
    .inWhoBText {
    margin: 70px 0;
}
.inWhoBtn a {
    font-size: 18px;}
    .inAboCon {
    margin-top: 70px;}
    .inProTbox {
    position: relative;
    margin-bottom: 50px;
}
.inProText{
     line-height: 25px;
     height: 50px;
}
}
@media (max-width: 1200px) {
    .inNewTit, .inWhoBt,.inAboTit {
        font-size: 40px;
    }
    .inWhoTit {
        font-size: 42px;
    }
        .inWhoText p {
        font-size: 18px;
    }
    .inWhoBon {
    height: 550px;}
        .inWhoBText {
        font-size: 28px;
    }
    .inWhoBText {
    margin: 50px 0;
}
.inAboText {
        font-size: 40px;
    }
    .inNewTime {
    font-size: 20px;}
        .inProTit {
        font-size: 24px;
    }
}
@media (max-width: 1024px) {
        .inWhoList {
        margin-top: 30px;
    }
    .inNewTit, .inWhoBt, .inAboTit {
        font-size: 36px;
    }
        .inWhoTit {
        font-size: 40px;
    }
        .inWhoBText {
        font-size: 24px;
    }
    .inWhoBText {
        margin: 30px 0;
    }
        .inWhoBon {
        height: 480px;
    }
        .inAboNum b {
        font-size: 44px;
    }
    .inAboCon {
        flex-wrap: wrap;
    margin-top: 50px;}
    .inAboRig{
        width: 100%;
        margin-top: 50px;
    }
    .inAboList{
        width: 100%;
    }
    .inAbologo{
        margin-top: 30px;
        width: 300px;
    }
        .inAboNum i {
        font-size: 20px;
    }
    .inNewCon{
        flex-wrap: wrap;
    }
    .inNewLeft{
        width: 100%;
        padding-left: 0;
    }
    .inNewRig{
        width: 100%;
        margin-top: 50px;
    }
    .inNewItem {
    margin-bottom: 30px;}
}
@media (max-width: 900px) {
    .inProCon{
        flex-wrap: wrap;
    }
    .inProItem{
        width: 100%;
        margin-bottom: 50px;
    }
        .inProTbox {
        margin-bottom: 20px;
    }
        .inAboText {
        font-size: 32px;
    }
    .inAboNum i,.inAboItem p {
        font-size: 18px;
    }
     .inAboNum b {
        font-size: 36px;
    }
        .inNewTit, .inWhoBt, .inAboTit {
        font-size: 32px;
    }
        .inWhoTit {
        font-size: 32px;
    }
      .inAbologo {
        width: 280px;
    }
}
@media (max-width: 680px) {
        .inProTit {
        font-size: 20px;
    }
        .inNewTit, .inWhoBt, .inAboTit {
        font-size: 28px;
    }
    .inAboItem {
    margin-bottom: 30px;}
        .inAboText {
        font-size: 28px;
    }
        .inWhoBtn a {
        font-size: 18px;
    }
       
        .inAboNum b {
        font-size: 32px;
    }
    .inAboNum i,.inAboItem p {
        font-size: 16px;
    }
    .inAbologo {
        margin-top: 30px;
        width: 250px;
    }
    .inNewText {
    font-size: 16px;
}
    .inNewTime {
    font-size: 18px;}
    .inNewRig {
        margin-top: 30px;
    }
        .inWhoBText {
        font-size: 20px;
    }
        .inWhoBtn a {
        font-size: 16px;
    }
    .inWhoText p {
        font-size: 16px;
    }
        .inWhoTit {
        font-size: 28px;
    }
        .inWhoBon {
        height: 420px;
    }
}
@media (max-width: 500px){
        .inAboText {
        font-size: 24px;
    }
     .inAbologo {
        margin-top: 30px;
        width: 230px;
    }
        .inWhoBText {
        font-size: 18px;
    }
}