body {
    width: 100vw;
    overflow: hidden !important;
    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;
}

.h_footer {
    height: auto !important;
}

.ipSlide {
    position: relative;
}

.ipSlide>section {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.IdxM {
    border-radius: 50%;
    position: absolute;
    top: 85%;
    right: -10%;
    z-index: 5;
    transition: all .6s ease;
}

/*  */
.ip2,
.ip3,
.ip4,
.ip5,
.ip6,
.ip7 {
    padding: 80px 5% 2% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.ip1 {
    position: relative;
}

.ip1>img {
    width: 100%;
    height: 100%;
    display: block;
}

.ip1>.info {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.ip1>.info>h3 {
    color: #fff;
    letter-spacing: 4px;
    font-size: var(--38px--);
    margin-bottom: 10px;
}

.ip1>.info>h4 {
    font-size: var(--24px--);
    color: #EF7700;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.ip1>.info>p {
    font-size: var(--18px--);
    color: rgba(247, 247, 247, 0.76);
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 400;
}

.ip2T {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 3%;
}

.ip2T>div:last-child {
    width: calc(60px * 3.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ip2PageNum,
.ip2PageNum span {
    font-size: var(--18px--);
    font-weight: bold;
    color: #5F6F82;
    letter-spacing: -2px;
}

.ip2PageNum span:nth-child(1) {
    color: #000000;
}

.ip2Swiper {
    width: 100%;
    /* max-height: 450px; */
}

.proImg {
    height: 290px;
    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;
    transition: all .6s ease;
    border-radius: 12px;
}

.proItem {
    position: relative;
    background: #F7F7F7;
    border-radius: 12px;
}

.proItem>a {
    height: 80px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proItem>a>p {
    font-family: '思源黑体 CN Regular';
    text-align: center;
    font-size: var(--21px--);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_Mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    transition: all .6s ease;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background: rgba(60, 59, 59, 0.5);
    border-radius: 12px;
    border: 3px solid #EF7700;
}

.proImgBox:hover {
    background-color: rgba(60, 59, 59, 0.6);
    border-radius: 12px;
}

.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: #EF7700;
    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,
.ip4 {
    background: url('/src/img/index/ip3Bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.ip3>div {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.ip3>div>.i3l {
    width: 40%;
}

.ip3>div>.i3l>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ip3>div>.i3r {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;

}

.i3rb {
    min-height: 60%;
    display: flex;
    /* padding: 5%; */
    align-items: stretch;
    justify-content: space-between;
}

.i3rb>div {
    max-width: var(--160px--);
    min-height: 100%;
    border-radius: 12px;
    box-shadow: 3px 2px 27px 0px rgba(0, 0, 0, 0.22);
    background: rgba(255, 255, 255, 0.67);
    padding: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all .6s ease;
}

.i3rb>div:hover {
    transform: translateY(-5%);
}

.i3rt>p {
    font-size: var(--18px--);
    color: #EF7700;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
}

.i3rt>h3 {
    font-weight: bold;
    font-size: var(--42px--);
    color: #232323;
    line-height: 61px;
    letter-spacing: 2px;
    margin-bottom: 8%;
}

.i3rb>div>img {
    margin-bottom: 10%;
}

.i3rb>div>h3 {
    font-size: var(--24px--);
    color: #333333;
    margin-bottom: 10%;
}

.i3rb>div>p {
    font-weight: 500;
    font-size: var(--16px--);
    color: #666666;
    line-height: 170%;
}

.ip4>div {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.ip4L {
    width: 40%;
}

.ip4R {
    width: 55%;
}

.ip4L>.title {
    margin-bottom: 10%;
}

.ip4L>ul {
    width: 100%;
}

.ip4L>ul>li {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
    transition: all .6s ease;
}

.ip4L>ul>li>span {
    width: calc(var(--42px--) * 4);
    height: 100%;
    border-radius: 50px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.14);
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--20px--);
    color: #EF7700;
    font-weight: bold;
    transition: all .6s ease;
}

.ip4L>ul>li>p {
    width: calc(100% - (var(--42px--) * 4));
    font-size: var(--18px--);
    color: #454545;
    padding: 0 5%;
}

.ip4L>ul>li:nth-child(1) {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.14);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.ip4L>ul>li:nth-child(1)>p {
    font-size: var(--21px--);
    font-weight: bold;
    color: #333;

}

.ip4L>ul>li:nth-child(n+2) {
    cursor: pointer;
}

.ip4LiActive {
    background-color: #E9E9E9 !important;
}

.ip4LiActive span {
    background-color: #EF7700 !important;
    color: #fff !important;
}

.ip4R>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(85px);
}

.industry {
    width: 100%;
    height: 100%;
    position: relative;
}

.InSwiper {
    width: 100%;
    height: 100%;
}

.InSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.InMask {
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #2C1600 100%);
}

.InSlide>.info {
    width: 45%;
    position: absolute;
    left: 5%;
    bottom: 30%;
    z-index: 3;
}

.InSlide>.info>h4 {
    text-transform: uppercase;
    color: #EF7700;
    font-size: var(--18px--);
    margin-bottom: 10px;
}

.InSlide>.info>h3 {
    font-size: var(--42px--);
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.InSlide>.info>p {
    font-family: 思源黑体 CN Regular;
    font-size: var(--16px--);
    color: #fff;
    min-height: 60px;
}

.InHandOffBox {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 2;
}

.InHandOffBox li {
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 10px;
}

.InHandOffBox li div {
    width: 75px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.64);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all .6s ease;
}

.InHandOffBox li div>img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.InHandOffBox li p {
    color: #fff;
    font-size: var(--16px--);
    font-weight: 400;
    text-align: center;
}

.InActive>div {
    background-color: #EF7700 !important;
}

.SeI6 {
    width: 100%;
    height: 100%;
    padding: 80px 5% 2% 5%;
    background: url('/src/img/index/SeI6.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.SeI6>div {
    width: 100%;
}

.SeI6>div>.title {
    margin-bottom: 5%;
}

.SeI6p2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    gap: 5%;
}

.SeI6Item {
    margin-bottom: 8%;
}

.SeI6Item>div {
    position: relative;
    margin-bottom: 2%;
}

.SeI6Item>p {
    font-weight: 400;
    font-size: var(--16px--);
    color: #333;
    line-height: 150%;
    letter-spacing: 1px;
}

.SeI6Item>div>h3 {
    position: absolute;
    bottom: 0;
    left: 3%;
    font-size: var(--36px--);
    color: #EF7700;
    font-weight: bold;
}

/*  */

.ip5 {
    position: relative;
    /* background: url('/src/img/index/ip5Bg.jpg') no-repeat;
    background-size: 100% 100%; */
    justify-content: end;
    padding: 80px 5% 5% 5%;
}

.ip5>img {
    width: 100%;
    height: 100%;
    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)>div {
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 145px;
    backdrop-filter: blur(10px);
    margin-bottom: 6%;
}

.ip5T>div:nth-child(1)>h4 {
    font-size: var(--18px--);
    text-transform: uppercase;
    color: #EF7700;
    margin-bottom: 5px;
}

.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 #EF7700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EF7700;
    font-size: var(--18px--);
    transition: all .6s ease;
    font-weight: bold;
}

.ip5T>div:nth-child(1)>a:hover {
    background-color: #EF7700;
    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: #EF7700; */
    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(-40%, -50%);
    border-left: 40px solid #EF7700;
    border-top: 25px solid transparent;
    border-bottom: 25px 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.6fr 1fr 1fr 0.6fr;
}

.ip5Item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ip5B>.ip5Item::before {
    content: '';
    width: 1px;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.45);
    display: block;
    position: absolute;
    left: 0;
}

.ip5Item>div>h3 {
    font-family: 'PublicSans-Bold';
    font-size: var(--36px--);
    color: #fff;
    /* letter-spacing: 1px; */
    display: flex;
    align-items: end;
    font-weight: 400;
    color: #EF7700;
}

.ip5Item>div>h3>span {
    font-family: 'PublicSans-Bold';
    font-size: var(--40px--);
    font-weight: lighter;
    color: #EF7700;
}

.ip5Item>div>p {
    font-family: 思源黑体 CN Regular;
    font-size: var(--21px--);
    color: #ddd;
    opacity: 0.74;
}

.ip5B>.ip5Item:first-child::before {
    width: 0;
}

.ip5B>.ip5Item:first-child {
    justify-content: start;
}

.ip5B>.ip5Item:last-child {
    justify-content: end;
}

.ip6>.title {
    text-align: center;
    margin-bottom: 25px;
}

.I6SBox {
    width: 100%;
    overflow: hidden;
    padding: 2% 20px;
}

.I6SBox>.swiper {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    overflow: visible !important;
}

.I6SBox>.swiper img {
    width: 70%;
    height: 80%;
    object-fit: contain;
}

.i6Slide {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    border-radius: 16px;
}

.I6SBox>.swiper>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.i7V {
    min-height: 100vh;
}

.ip7 {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.i7Title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 56px;
}

.i7Title>a {
    font-size: var(--18px--);
    color: #A3A3A3;
}

.i7Title>.title>h3{
    margin-bottom: 0;
}

.i7Con {
    width: 100%;
    min-height: 55vh;
    display: flex;
    justify-content: space-between;
}

.i7CL {
    width: 40%;
    overflow: hidden;
}

.i7CR {
    width: 55%;
}

.ip7Nav {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 47px;
}

.ip7Nav>p {
    width: 110px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #A3A3A3;
    margin-right: 20px;
    text-align: center;
    /* line-height: 38px; */
    cursor: pointer;
    font-size: var(--16px--);
    font-weight: bold;
    color: #333;
    transition: all .6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ip7Nav>p:hover {
    border-color: #EF7700 !important;
}

.NewList>li {
    /* height: 60px; */
    max-height: 80px;
    overflow: hidden;
    transition: all 1s ease;
    border-bottom: 2px solid #EFF1F2;
    position: relative;
}

.ip7NavActive {
    background-color: #EF7700;
    border-color: #EF7700 !important;
    color: #fff !important;
}

.ip7LsActive {
    max-height: 190px !important;
    padding: 3% 0;
    box-sizing: content-box;
    border-bottom-color: #EF7700 !important;
}

.NewMas {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    opacity: 1;
    pointer-events: none;
    /* transition: all .6s ease; */
}

.NewMas>p {
    font-size: var(--24px--);
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ip7LsActive>.NewMas {
    opacity: 0;
}

.NewList>li>a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .6s ease;
}

.NewList>li>a>h4 {
    font-size: var(--16px--);
    color: #EF7700;
    opacity: 0;
    margin-bottom: 10px;
    transition: all .6s ease;
}

.NewList>li>a>h3 {
    font-size: var(--24px--);
    color: #333;
    margin-bottom: 15px;
}

.NewList>li>a>p {
    font-size: var(--16px--);
    color: #666666;
    opacity: 0;
    transition: all .6s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ip7LsActive>a>h4,
.ip7LsActive>a>p {
    opacity: 1 !important;
}

.I7Swiper {
    height: 450px;
    /* height: 100%; */
}

.i7NImgBox>div {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.i7NImgBox>div>img {
    width: 100%;
    /* height: 100%; */
    height: 450px;
    object-fit: cover;
    transition: all .6s ease;
    border-radius: 15px;
}

.NewList {
    display: none;
}

.newActive {
    display: inline;
}

.newActive li {
    transform: translateX(0%);
}

@media (max-height: 750px) {
    .ip5T {
        margin-bottom: 1%;
    }
}

@media (max-height: 720px) {
    .proImg {
        height: 220px;
    }
}

@media (max-height: 650px) {
    .ip5 {
        padding-bottom: 2%;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1000px) {
    .ip3>div>.i3l {
        display: none;
    }

    .ip3>div>.i3r {
        width: 100%;
    }

    .i3rb>div {
        max-width: calc(100% / 3.5);
    }

    .ip4L {
        width: 60%;
    }

    .ip4R {
        width: 55%;
        position: absolute;
        z-index: -1;
        right: 0;
    }

    .ip4R>img {
        transform: none;
    }

    .i7CL {
        width: 100%;
    }

    .i7CR {
        display: none;
    }
}

@media (max-width: 768px) {
    .ip4L {
        width: 90%;
    }

    .InSlide>.info {
        width: 90%;
        bottom: 50%;
    }

    .InHandOffBox {
        bottom: 5%;
    }

    .ip5T>div:nth-child(1) {
        width: 100%;
    }

    .ip5B {
        grid-template-columns: repeat(2, 1fr);
    }

    .ip5Item {
        justify-content: start !important;
    }

    .ip5B>.ip5Item::before {
        width: 0;
    }

    .ip5T>div:nth-child(1)>div {
        width: 90px;
        height: 90px;
    }

    .play {
        border-left: 35px solid #EF7700;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
}

@media (max-width: 480px) {
    .InHandOffBox li div {
        width: 60px;
    }

    .ip2T>.title {
        margin-bottom: 5px;
    }

    .ip2Swiper {
        width: 80%;
    }

    .i3rt {
        display: none;
    }

    .i3rb {
        height: 80vh;
        flex-direction: column;
    }

    .i3rb>div {
        max-width: 100%;
        min-height: auto;
    }

    .i3rb>div>img,
    .i3rb>div>h3 {
        margin-bottom: 9px;
    }

    .i3rb>div>p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;

    }

    .ip4L,
    .ip4L>ul>li:nth-child(1)>p {
        width: 100%;
    }

    .ip4L>ul>li>p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .ip4R {
        display: none;
    }

    .i7Title{
        margin-bottom: 40px;
    }

    .ip7Nav {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .ip7Nav>p{
        margin-bottom: 10px;
    }
}