.ip1 {
    width: 100%;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
}

.ip1>img {
    width: 100%;
}

.ip1>.ip1Info {
    width: 35%;
    position: absolute;
    left: 5%;
    top: 40%;
}

.ip1Info>h3 {
    font-family: Plus Jakarta Sans ExtraBold;
    font-size: var(--42px--);
    color: #fff;
    font-weight: 800;
    margin-bottom: 50px;
}

.butBox {
    width: 192px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--21px--);
    font-weight: 800;
    cursor: pointer;
    transition: all .6s ease;
}

.butBox>svg {
    margin-left: 15px;
}

.butBox:hover {
    letter-spacing: 2px;
}

.ip1Info>.butBox {
    font-family: Plus Jakarta Sans ExtraBold;
    color: #0050B1;
    background: #FFFFFF;
}

.ip2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 5%;
}

.ip2>.title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.ip2>.title>h3 {
    font-size: var(--42px--);
    color: #3A3A3A;
    font-weight: bold;
}

.ip2>.title>h3>span {
    color: #0050B1;
}

.ip2>.title>.butBox {
    color: #0050B1;
    background: #fff;
    border: 2px solid #0050B1;
}

.ip2Swiper {
    height: 600px;
}

.ip2Slide {
    position: relative;
    overflow: hidden;
    height: calc((100% - 30px) / 2) !important;
}

.ip2Slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(to top, #7CA7DA 0%, rgba(224, 231, 238, 0) 100%);
    transition: all .6s ease;
}

.ip2Slide:hover::before {
    top: 0;
}

.ip2Slide>div {
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.ip2Slide img {
    width: 100%;
    object-fit: contain;
}

.ip2Slide>p {
    font-family: Plus Jakarta Sans Regular;
    font-size: var(--18px--);
    color: #000000;
    /* line-height: .45rem; */
    text-align: center;
    z-index: 5;
    position: relative;
}

.ip3 {
    width: 100%;
    height: 250vh;
    position: relative;
}

.ip3answ {
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;

}

.ip3backg>video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.ip3Mask {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all .3s ease;
}

.ip3Mask>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ip3backg>.info {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ip3Mask>.info {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip3Mask>.info>p {
    width: 100%;
    font-size: var(--36px--);
    color: #3A3A3A;
    text-align: center;
    line-height: 45px;
}

.ip3backg>.info>p {
    text-align: center;
    margin-bottom: 50px;
}

.ip3backg>.info>p>span {
    transition: all .3s ease;
    animation-duration: 1s;
    opacity: 0;
}

.ip3backg .butBox {
    opacity: 0;
}

.ip3backg>.info>p>span:nth-child(1) {
    color: #E89124;
    white-space: nowrap;
    font-size: var(--48px--);
}

.ip3backg>.info>p>span:nth-child(2) {
    color: #FFFFFF;
    font-size: var(--28px--);
}

.ip3backg .butBox {
    border: 2px solid #fff;
    color: #fff;
}

.ip3backg .butBox svg path {
    fill: #fff;
}


.ip4 {
    position: relative;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100vh; */
    background: url('/src/img/index/ip4backg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.ip4 .title {
    font-size: var(--42px--);
    color: #000000;
    line-height: 53px;
    margin-bottom: 5%;
}

.ip4 .title span:nth-child(1) {
    color: #E89124;
}

.ip4 .Content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ip4 .Content>div {
    width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ip4 .Content>div>img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    position: absolute;
    /* top: 0;
    left: 0; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ip4Swiper {
    width: 100%;
}

.ip4Slide {
    height: 100%;
    padding: 5%;
    box-sizing: border-box;
}

.ip4Slide>div {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.ip4Slide>div>img {
    height: 100%;
    object-fit: cover;
    transform: translateX(-20%);
}

.ip4>.Content>ul {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ip4>.Content>ul {
    cursor: pointer;
}

.ip4 .left li a {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.ip4 .right li a {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.ip4ImgBox>img {
    width: auto;
    object-fit: contain;
}

.ip4>.Content>.left>.ip4Info {
    margin-bottom: 20px;
}

.ip4Info>a>div {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0050B1;
    border-radius: 50px;
    padding: 2% 0;
    /* box-sizing: border-box; */
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    color: #0050B1;
    font-size: var(--21px--);
    transition: all .6s ease;
}

.ip4Info>a>div>.ip4ImgBox {
    position: absolute;
    left: -50%;
    transition: all .3s ease;
}

.ip4Info>a>div>.ip4ImgBox>img {
    transform: translateY(-50px);
    filter: drop-shadow(0 50px 0 #fff);
}

.ip4Info>a>p {
    font-family: PingFang Regular;
    color: #898989;
    font-size: var(--14px--);
    line-height: 21px;
}

.ip4 .left .ip4Info>a>p {
    text-align: right;
}

.ip4 .Content .ip4Info>a:hover>div,
.ip4Active>a>div {
    width: 230px;
    background-color: #E89124;
    color: #fff;
    border-color: #E89124;
}

.ip4 .Content .ip4Info>a:hover>div,
.ip4Active>a>div {
    padding-left: 35px;
}

.ip4 .Content .ip4Info>a:hover>div>.ip4ImgBox,
.ip4Active>a>div>.ip4ImgBox {
    left: 15px;
}


.ip5 {
    width: 100%;
    /* height: 100vh; */
    position: relative;
    overflow: hidden;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ip5>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.ip5>.title>h3 {
    font-size: var(--42px--);
    color: #3A3A3A;
    font-weight: bold;
}

.ip5>.title>h3>span {
    color: #0050B1;
}

.ip5>.title>.butBox {
    color: #0050B1;
    background: #fff;
    border: 2px solid #0050B1;
}

.ip5Slide>div {
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
}
.ip5Slide>div>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s ease;
}

.ip5Slide>h3 {
    /* height: 2rem; */
    line-height: 1.5;
    height: 3em;
    font-size: var(--21px--);
    color: #000000;
    margin-bottom: 40px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ip5Slide>p {
    font-size: var(--18px--);
    color: #B2B2B2;
    transition: color 1s ease;
}

.ip5Slide:hover>div>img{
    transform: scale(1.3);
}
.ip5Slide:hover>p{
    color: #0050B1;
}

@media (max-width:1200px){
    .ip1>.ip1Info{
        width: 80%;
    }
    .ip3Mask>.info{
        top: 65%;
        width: 80%;
    }
    
    .ip5Slide img{
        width: 100%;
        /* transform: translateX(-30%); */
        
    }
}

@media (max-width: 768px) {
    .ip1>img{
        height: 50vh;
    }
    .ip4 .Content {
        flex-direction: column;
        align-items: center;
    }

    .ip4 .Content>.left {
        width: 100%;
        order: 2;
    }

    .ip4 .Content>.right {
        width: 100%;
        order: 3;
    }

    .ip4 .Content>div {
        width: 80%;
        order: 1;
        margin-bottom: 30px;
    }

    .ip4 .left li a,
    .ip4 .right li a {
        align-items: center;
    }

    .ip4Info {
        opacity: 0;
        display: none;
        transition: all .6s ease;
    }

    .ip4Info.ip4Active {
        opacity: 1;
        display: block;
    }

    .ip4 .left .ip4Info>a>p,
    .ip4 .right .ip4Info>a>p {
        text-align: center;
    }

    .ip4Info>a>div {
        animation-delay: 0s !important;
    }

    .ip4Info>a>p {
        animation-delay: .3s !important;
    }

    .ip4Info>a>div,
    .ip4Active>a>p {
        visibility: visible !important;
        animation-name: none !important;
    }

    /* .ip4Active>a>p {
        animation-name: fadeInUp !important;
    } */
}