body {
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    cursor: default;
}

.h_swiper {
    width: 100%;
    height: 100%;
}

.h_swiper>.swiper-wrapper {
    cursor: default !important;
}

.h_swiper>.swiper-wrapper>.swiper-slide {
    overflow: hidden;
}

.ipSlide {
    position: relative;
}

.ipSlide>section {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.ipSlide>.ip1>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ipSlide>.ip1>.info {
    width: 60%;
    height: 55%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.ipSlide>.ip1>.info>div:nth-child(1) {
    display: flex;
    flex-direction: column;
}


.ipSlide>.ip1>.info>div:nth-child(1)>h1,
.ipSlide>.ip1>.info>div:nth-child(1)>p {
    text-align: center;
}

.ipSlide>.ip1>.info>div:nth-child(1)>h1 {
    color: #FFFFFF;
    letter-spacing: 5px;
    font-size: var(--48px--);
    margin-bottom: 20px;
}

.ipSlide>.ip1>.info>div:nth-child(1)>p:nth-child(2) {
    font-weight: bold;
    color: #D7141C;
    font-size: var(--21px--);
    margin-bottom: 80px;
}

.ipSlide>.ip1>.info>div:nth-child(1)>p:nth-child(3) {
    width: auto;
    color: #fff;
    font-size: var(--21px--);
    position: relative;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.ipSlide>.ip1>.info>div:nth-child(1)>p:nth-child(3)::before,
.ipSlide>.ip1>.info>div:nth-child(1)>p:nth-child(3)::after {
    content: '';
    width: 72px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
}

.ipSlide>.ip1>.info>div:nth-child(1)>p:nth-child(3)::before {
    top: 50%;
    left: 0;
    transform: translateX(-120%);
}

.ipSlide>.ip1>.info>div:nth-child(1)>p:nth-child(3)::after {
    top: 50%;
    right: 0;
    transform: translateX(120%);
}

.ipSlide>.ip1>.info>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ip1Move {
    width: 32px;
    height: 44px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.ip1Move>div {
    width: 2px;
    height: 10px;
    background-color: #000;
    animation: ip1Move 2.5s ease infinite;
    position: absolute;
    top: 10px;
    left: calc(50% - 1px);
}

@keyframes ip1Move {
    0% {
        opacity: 1;
        top: 10px;
    }

    100% {
        opacity: 0;
        top: 90%;
    }
}

.ip2 {
    position: relative;
    display: flex;
    padding: 5% 5% 3% 5%;
    flex-direction: column;
    justify-content: center;
}

.title>h4 {
    color: #D7141C;
    font-size: var(--18px--);
    text-transform: uppercase;
    /* margin-bottom: 10px; */
}

.title>h3 {
    font-size: var(--42px--);
    color: #000;
    margin-bottom: 10px;
}

.title>p {
    /* font-family: 苹方-简 中粗体; */
    color: #666666;
    margin-bottom: 3%;
    font-size: var(--18px--);
    /* font-weight: bold; */
}

.ip2>.info {
    width: 100%;
    position: relative;
}

.ip2>.info>p {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 300px;
    z-index: -1;
    text-transform: uppercase;
    color: #F9F9F9;
    transform: translateX(-50%);
    opacity: 1;
}

/*  */

.ip2>.info>div {
    display: flex;
    align-items: center;
}

.ip2Swiper {
    width: calc(100% - (60px * 4));
    /* max-height: 450px; */
}

.ip2pagination {
    margin-top: 2%;
    text-align: center;
}

.proImg {
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 20px; */
}

.proImg>img {
    width: 100%;
    object-fit: contain;
}

.proListBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.proListBox>img {
    width: calc(100% / 5);
    margin-right: 5px;
}

.proImgBox {
    position: relative;
    /* margin-bottom: 25px; */
    padding: 10%;
    overflow: hidden;
}

.proItem {
    position: relative;
}

.proItem>a>p {
    font-family: '思源黑体 CN Regular';
    text-align: center;
    font-size: var(--21px--);
}

.pro_Mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    transition: all .6s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.proImgBox:hover .pro_Mask {
    opacity: 1;
}

.proImgBox:hover .pro_Mask>div {
    animation-delay: 1s;
    animation: fadeInUp .6s ease forwards;
}

.proImgBox:hover .pro_Mask>p {
    animation-delay: 1.3s;
    animation: fadeInUp 1s ease forwards;
}

.pro_Mask>div {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #D7141C;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pro_Mask>div>div {
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.pro_Mask>p {
    color: #fff;
}

.ip3 {
    position: relative;
}

.ip3Swiper {
    width: 100%;
    height: 100%;
}

.ip3Slide {
    position: relative;
}

.ip3Slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ip3Slide>.info {
    width: 50%;
    position: absolute;
    left: 5%;
    bottom: 20%;
    z-index: 3;
}

.ip3Slide>.info>h4 {
    text-transform: uppercase;
    color: #D7141C;
    font-size: var(--18px--);
    margin-bottom: 10px;
}

.ip3Slide>.info>h3 {
    font-size: var(--42px--);
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.ip3Slide>.info>p {
    font-family: 思源黑体 CN Regular;
    font-size: var(--16px--);
    color: #fff;
}

.ip3HandOffBox {
    position: absolute;
    left: 5%;
    bottom: 10%;
    display: flex;
    z-index: 1;
}

.ip3HandOffBox>li {
    width: 120px;
    padding: 1% 0;
    margin-right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: all .6s ease;
}

.ip3HandActive {
    background-color: #D7141C;
}

.ip4 {
    position: relative;
    display: flex;
    padding: 5%;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 5%;
    background: url('/src/img/index/ip4Bg.png') no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}

.ip4>.title {
    margin-bottom: 2.5%;
}

.ip4>.info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.ip4>.info>.pro {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.ip4Item {
    width: var(--500px--);
    margin-bottom: 5%;
}

.ip4>.info>.ip4Item:nth-child(even) {
    justify-self: end;
}

.ip4Item>h3 {
    font-size: var(--28px--);
    color: #333;
    margin-top: 5px;
    margin-bottom: 20px;
}

.ip4Item>p {
    font-family: 思源黑体 CN Regular;
    font-size: var(--16px--);
    color: #444;
}

.ip5 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 5%;
    /* align-items: center; */
}

.ip5>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.ip5>div {
    padding: 0 5%;
    position: relative;
}

.ip5T {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.ip5T>div:nth-child(1) {
    width: 50%;

}

.ip5T>div:nth-child(1)>h4 {
    font-size: var(--18px--);
    text-transform: uppercase;
    color: #D7141C;
}

.ip5T>div:nth-child(1)>h3 {
    font-size: var(--42px--);
    color: #fff;
    margin-bottom: 30px;
}

.ip5T>div:nth-child(1)>p {
    font-family: 思源黑体 CN Regular;
    font-size: var(--18px--);
    letter-spacing: 1px;
    line-height: 32px;
    color: #ddd;
    margin-bottom: 40px;
}

.ip5T>div:nth-child(1)>a {
    width: 175px;
    height: 45px;
    border: 1px solid #D7141C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D7141C;
    font-size: var(--18px--);
    transition: all .6s ease;
    font-weight: bold;
}

.ip5T>div:nth-child(1)>a:hover {
    background-color: #D7141C;
    color: #fff;
}

.ip5T>div:nth-child(2) {
    width: 40%;
    position: relative;
}

.ip5T>div:nth-child(2)>img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.ip5T>div:nth-child(2)::before {
    content: '';
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    /* background: #D7141C; */
    position: absolute;
    left: -25px;
    bottom: -25px;
    border: 26px solid rgba(215, 20, 28, 0.44);
    background-color: rgba(215, 20, 28, 0.44);
    transition: all 1s ease;
    box-sizing: border-box;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 54px solid #D7141C;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    cursor: pointer;
    z-index: 3;
}

.ip5T>div:nth-child(2):hover:before {
    width: calc(100% + 25px);
    height: calc(100% + 25px);
}

.ip5B {
    display: grid;
    grid-template-columns: 0.8fr 1fr 1fr 0.8fr;
}

.ip5Item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ip5B>.ip5Item:first-child {
    justify-content: start;
}

.ip5B>.ip5Item:last-child {
    justify-content: end;
}

.ip5B>.ip5Item::before {
    content: '';
    width: 1px;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.45);
    display: block;
    position: absolute;
    left: 0;
}

.ip5B>.ip5Item:nth-child(1):before {
    width: 0;
}

.ip5Item>div:nth-child(1) {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    margin-right: 20px;
}

.ip5Item>div:nth-child(2)>h3 {
    font-family: '苹方-简 中粗体';
    font-size: var(--50px--);
    color: #fff;
    /* letter-spacing: 1px; */
    display: flex;
    align-items: center;
}

.ip5Item>div:nth-child(2)>h3>span {
    font-family: Public Sans ExtraBold;

}

.ip5Item>div:nth-child(2)>p {
    font-family: 思源黑体 CN Regular;
    font-size: var(--21px--);
    color: #ddd;
    opacity: 0.74;
}

.ip6 {
    background: url('/src/img/index/ip6Bg.png') no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 0 5%; */
    padding: 90px 5% 2% 5%;
}

.ip6>.title {
    margin-bottom: 30px;
}

.ip6>.title>* {
    text-align: center;
}

.ip6>.title>h3 {
    font-size: var(--42px--);
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.ip6>.title>p {
    font-size: var(--18px--);
    font-family: '思源黑体 CN Regular';
    font-weight: 400;
}

/* .ip6>.title>p:nth-child(3) {
    margin-bottom: 1%;
} */

.ip6Logo,
.ip6L3 {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
    justify-content: center;
}

.ip6Logo {
    width: 80%;
    position: relative;
}

.ip6Logo>li,
.ip6L3>li {
    /* width: 142px;
    height: 153px; */
    width: 100%;
    aspect-ratio: 1 / 1.1;
    background: url('/src/img/par.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0.7;
}

.ip6Logo>li:nth-child(-n+9) {
    grid-row: 1;
}

.ip6Logo>li:nth-child(n+10):nth-child(-n+17) {
    grid-row: 2;
    margin-left: 50%;
    margin-top: -30%;
}

.ip6Logo>li:nth-child(n+18):nth-child(-n+26) {
    grid-row: 3;
    margin-top: -30%;
}

.ip6Logo>li:nth-child(n+27):nth-child(-n+34) {
    grid-row: 4;
    margin-left: 50%;
    margin-top: -30%;
}

.ip6L3>li:nth-child(-n+5) {
    grid-row: 1;
}

.ip6L3>li:nth-child(n+6):nth-child(-n+13) {
    grid-row: 2;
    margin-left: 50%;
    margin-top: -30%;
}

.ip6L3>li:nth-child(n+14):nth-child(-n+20) {
    grid-row: 3;
    margin-top: -30%;
}

.ip6L3>li:nth-child(n+21):nth-child(-n+24) {
    grid-row: 4;
    margin-left: 50%;
    margin-top: -30%;
}

/* 定位 */

/* .ip6L3>li:nth-child(1){
    grid-column: 3;
}

.ip6L3>li:nth-child(2){
    grid-column: 4;
}

.ip6L3>li:nth-child(3){
    grid-column: 5;
}

.ip6L3>li:nth-child(4){
    grid-column: 6;
}

.ip6L3>li:nth-child(5){
    grid-column: 7;
} */

.i6LD {
    width: 100%;
    height: 100%;
    background: url(/src/img/par.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .6s ease;
}

.ip6Logo img {
    width: 70%;
    height: 50%;
    object-fit: contain;
    transition: all .6s ease;
}

.ip6LM2,
.ip6L3 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ip6LM2 {
    background: radial-gradient(transparent 60%, #f7f7f7 100%);
    pointer-events: none;
    z-index: 2;
}

.ip6L3 {
    z-index: 3;
}


.ipBtBox {
    height: 100%;
}

.ip7 {
    height: 100vh;
    padding: 5%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ipBtBox .swiper-slide {
    height: auto;
}

.ip7>p {
    font-weight: bold;
    font-size: var(--18px--);
    color: #D7141C;
    text-transform: uppercase;
}

.ip7Title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ip7Title>div {
    width: 300px;
    display: flex;
    justify-content: space-between;
}

.ip7Title>h3 {
    font-size: var(--42px--);
    color: #333333;
}

.ip7Title>div>div {
    display: flex;
}

.ip7Title>div>div>p {
    font-family: '思源黑体 CN Regular';
    color: #A3A3A3;
    margin-right: 10px;
    font-size: var(--18px--);
    cursor: pointer;
}

.ip7Active {
    color: #D7141C !important;
}

.ip7Title>div>a {
    font-family: '思源黑体 CN Regular';
    color: #A3A3A3;
    font-size: var(--18px--);
    cursor: pointer;
}

.NewBox {
    position: relative;
}

.NewBox>div:nth-child(odd) {
    display: none;
}

.newSlide {
    border: 1px solid #E9E9E9;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 1s ease;
}

.newSlide>div:nth-child(1) {
    height: 300px;
    overflow: hidden;
}

.newSlide>div:nth-child(1)>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newSlide>div:nth-child(2) {
    padding: 5%;
    background-color: #F7F7F7;
}

.newSlide>div:nth-child(2)>h3 {
    height: 80px;
    /* font-family: 苹方-简 中粗体; */
    color: #333333;
    font-size: var(--24px--);
    line-height: 39px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 50px;
    font-family: '思源黑体 CN Regular';
}

.newSlide>div:nth-child(2)>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide>div:nth-child(2)>div>p {
    font-family: 思源黑体 CN Regular;
    text-transform: uppercase;
    font-size: var(--16px--);
    color: #666666;
}

.newSlide>div:nth-child(2)>div>p:nth-child(1) {
    /* font-family: 思源黑体 CN Bold; */
    color: #D7141C;
}


.newSlide:hover {
    /* border: 1px solid #D7141C; */
    border-color: #D7141C;
}

.newSlide:hover>.newMask {
    top: 0;
}

.newMask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    transition: all 1s ease;
    background: #F7F7F7;
    padding: 5%;
}

.newMask>p:nth-child(1) {
    font-size: var(--16px--);
    /* text-decoration: underline; */
    display: inline-block;
    position: relative;
    color: #A3A3A3;
    margin-bottom: 20px;
}

.newMask>p:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 120%;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: rgba(163, 163, 163, 0.31);
    transition: all 1s ease;
}

.newMask:hover>p:nth-child(1)::before {
    width: 100%;
}

.newMask>h3 {
    font-size: var(--24px--);
    color: #333333;
    line-height: 39px;
    margin-bottom: 30px;
}

.newMask>p:nth-child(3) {
    font-family: 思源黑体 CN Regular;
    color: #666666;
    font-size: var(--16px--);
    line-height: 28px;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.newMask>p:nth-child(4) {
    font-size: var(--16px--);
    color: #D7141C;
    text-transform: uppercase;
}

.swiper-pagination,
.swiper1-pagination {
    position: relative !important;
    bottom: 0;
    top: 10% !important;
    width: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 2px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #D7141C !important;
}

.IdxM {
    position: absolute;
    top: 85%;
    right: -10%;
    z-index: 5;
    transition: all .6s ease;
}

/* .sixBox {
    width: max(60px, 8vw);
    height: max(30px, 4vw);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s ease;
    position: relative;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}

.sixBox::before,
.sixBox::after {
    content: '';
    position: absolute;
    left: 0;
    border-bottom: max(10px, 3vw) solid #fff;
    border-left: max(30px, 4vw) solid transparent;
    border-right: max(30px, 4vw) solid transparent;
}

.BsixBox:hover>.sixBox::before {

    transform: translateY(-99%) !important;
}

.BsixBox:hover>.sixBox::after {
    transform: rotate(180deg) translateY(-99%) !important;
}

.sixBox::before {
    top: 0;
    transform: translateY(-100%);
}

.sixBox::after {
    bottom: 0;
    transform: rotate(180deg) translateY(-100%);
}

.sixBox img {
    width: 80%;
    height: 100%;
    object-fit: contain;
} */

/* .ip6Swiper1 .swiper-wrapper,
.ip6Swiper2 .swiper-wrapper,
.ip6Swiper3 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
} */

/* .ip6Swiper1 {
    width: 80%;
    height: 200px;
}

.ip6Swiper2 {
    width: 80%;
    height: 200px;
}

.ip6Swiper3 {
    width: 80%;
    height: 200px;
}

.ip6Swiper1 .swiper-slide,
.ip6Swiper2 .swiper-slide,
.ip6Swiper3 .swiper-slide {
    padding: 70px 0;
} */

@media (max-height: 740px) and (min-width: 480px) {

    .ip2,
    .ip4,
    .ip7 {
        padding: 3% 5%;
        justify-content: end !important;
    }

    .ip2pagination {
        margin-top: 30px;
    }

    .newSlide>div:nth-child(1) {
        height: 200px;
    }

    .ip6 {
        padding: 1% 5%;
        justify-content: end !important;
    }

    .ip6>.title {
        margin-bottom: 15px;
    }
}

@media (min-height: 740px) {

    .ip2,
    .ip4,
    .ip6,
    .ip7 {
        justify-content: center !important;
    }
}

@media (max-height: 660px) {

    .ip2,
    .ip4,
    .ip6,
    .ip7 {
        padding: 10px 5%;
        justify-content: end !important;
    }

}

@media(max-width: 1300px) {
    .ip5B {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ip5B>.ip5Item::before {
        width: 0;
    }

    /* .ip5Item{
        justify-content: start !important;
    } */

    .ip5Item>div:nth-child(2)>h3,
    .ip5Item>div:nth-child(2)>h3>span {
        font-size: var(--38px--) !important;
    }
}

@media (max-width: 1200px) {
    .newMask>h3 {
        margin-bottom: 15px;
    }
}

@media (max-width: 1000px) {
    .ip2 {
        padding: 2% 5%;
        justify-content: end;
    }

    .ip4Item {
        width: 95% !important;
    }

    .ip5B {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .ip5Item {
        justify-content: start !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 876px) {
    .ip3Slide>.info {
        bottom: 30%;
    }

    .ip3HandOffBox {
        flex-wrap: wrap;
    }

    .ip3HandOffBox>li {
        margin-bottom: 15px;
    }

    .ip6Logo {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .ip5 {
        justify-content: center;
    }

    .ip5T>div:nth-child(1) {
        width: 100%;
    }

    .ip5T>div:nth-child(2) {
        display: none;
    }


    .ip6Logo {
        grid-template-rows: repeat(4, auto);
        grid-template-columns: repeat(7, 1fr);
        gap: 0;
    }

    .ip6Logo>li {
        grid-row: auto !important;
        margin: 0 !important;
    }

    .ip4>.info>.pro {
        display: none;
    }
}

@media (max-width:480px) {
    .ipSlide>.ip1>.info {
        width: 80%;
        height: auto !important;
        transform: translateX(-50%) translateY(-20%);
    }

    .ipSlide>.ip1>.info>div {
        margin-top: 30px;
    }

    .ip3HandOffBox {
        bottom: 5%;
    }

    .ip5B {
        display: none;
    }

    .ip6Logo {
        grid-template-rows: repeat(4, auto);
        grid-template-columns: repeat(5, 1fr);
    }


    .ip7Title>h3 {
        margin-bottom: 20px;
    }

    .ip7Title>div {
        width: 100%;
    }

    .ip7Title {
        margin-bottom: 30px;
    }

    .pro-next.swiper-button-disabled,
    .pro-prev.swiper-button-disabled,
    .ip2 .pro-prev,
    .ip2 .pro-next {
        display: none !important;
    }

    .ip2Swiper {
        width: 100%;
    }

    .ip2,
    .ip4,
    .ip7,
    .ip6 {
        justify-content: center;
    }
    .newSlide>div:nth-child(1){
        height: 200px;
    }
}

@media (max-width: 1200px) and (min-height: 750px) {

    .ip5,
    .ip6 {
        justify-content: center !important;
    }

    .ip6Logo {
        width: 100%;
    }
}