.Page1 {
    height: 40vh;
    position: relative;
}

.Page1>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Page1Content {
    width: 40%;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Page1Content>img {
    width: 10%;
    margin-bottom: 3%;
}

.Page1Content>h1 {
    margin-bottom: 3%;
    font-size: 2vw;
}

.Page1Content>p {
    letter-spacing: 1px;
}

.page2 {
    width: 100%;
    /* height: 80vh; */
    position: relative;
    background-color: #0398DA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
}

.page2>div:nth-child(1) {
    width: 25%;
    height: 70%;
    margin-right: 5%;
}

.page2>div:nth-child(2) {
    width: 50%;
    /* word-spacing: 5px; */
    color: #fff;
}

.page2>div:nth-child(2)>h2 {
    margin-bottom: 5%;
    font-size: 2vw;
}

.page2>div:nth-child(2)>div {
    text-indent: 2em;
    transition: all .3s ease;
    margin-top: 5%;
    line-height: 200%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 2s ease;
}

.page2>div:nth-child(2)>div>span {
    background-color: transparent !important;
    color: #fff !important;
}

.industDetail{
    transition: all 1s ease;
}

.Openindust{
    float: right;
    cursor: pointer;
}

.industHide{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 18;
    overflow: hidden;
}

.page3 {
    width: 100%;
    /* height: 80vh; */
    padding: 10% 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page3>img {
    width: 50%;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: -1;
}

.page3>div {
    width: 70%;
    display: flex;
}

.page3>div>div:nth-child(1),
.page3>div>div:nth-child(2) {
    width: 50%;
}

.page3LText>h2 {
    color: #0398DA;
    margin-bottom: 5%;
    font-size: 2vw;
}

.page3Slide>h2 {
    margin-bottom: 2%;
    /* font-family: "SourceHanSansSC-Bold"; */
}

.page3Slide>p {
    width: 90%;
    color: #333333;
    margin-bottom: 5%;
}

.page3Slide>button {
    width: 35%;
    height: 50px;
    background-color: #0398DA;
    border: 0;
}

.page3Slide>button>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.Buttonline {
    margin-left: 5%;
}

.Page3Swiper {
    display: flex;
    align-items: center;
    position: relative;
}

.page3SwiperRight {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.page3SwiperRight>.swiper-wrapper {
    align-items: center;
}

.page3SlideRight {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3SlideRight>img {
    object-fit: contain;
}

.Page3Prev {
    width: 0;
    height: 0;
    border-right: 25px solid #8a8a8a;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
    z-index: 1;
}

.page3Next {
    width: 0;
    height: 0;
    border-left: 25px solid #0398DA;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
    margin-left: auto;
    z-index: 1;
}

.page4 {
    width: 100%;
    height: 80vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page4>h2 {
    color: #0398DA;
    margin-bottom: 1%;
    font-size: 2vw;
}

.page4>div:nth-child(2) {
    display: block;
    width: 50px;
    height: 5px;
    background-color: red;
    margin-bottom: 1%;
}

.Page4SwiperProduct {
    width: 80%;
    height: 400px;
    position: relative;
}

.Page4SlideProduct {
    width: 100%;
    height: 49%;
    padding: 0.1%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    border: 1px solid #e6e6e6;
}

.Page4SlideProduct>div:nth-child(1) {
    width: 100%;
    height: 100%;
}

.Page4SlideProduct>div:nth-child(1)>img {
    height: 80%;
    object-fit: contain;
    float: right;
}


.Page4SlideProduct:hover {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.Page4SlideProduct>img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
}

.Page4Swipers>.swiper-wrapper>.swiper-slide {
    width: 100% !important;
}

.page4Prev {
    width: 0;
    height: 0;
    border-right: 25px solid #0398DA;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}

.page4Next {
    width: 0;
    height: 0;
    border-left: 25px solid #0398DA;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}

.Page4Swiper-pagination {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.Page4pagination {
    width: 80%;
    margin: 0 20px;
    display: flex;
}

.Page4pagination>span {
    width: 10px;
    height: 10px;
    background-color: #0398DA;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.Page4paginationActive {
    background-color: #0398DA !important;
}

.NPage4pagination {
    visibility: hidden;
}

.Page4Mask {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), #0398DA);

    transform: translateY(101%);
    transition: all .3s linear;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.Page4Mask>h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Page4Mask>p {
    /* font-size: 14px; */
    margin: 2% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.Page4Mask>button {
    width: 30%;
    height: 25%;
    font-size: medium;
    border: 0;
    background-color: #fff;
    cursor: pointer;
}

.Page4Mask>button>a {
    width: 100%;
    height: 100%;
    color: #2f68c7;
}

.Page4SlideProduct>div:nth-child(1)>span {
    transition: all .3s linear;

}

.Page4SlideProduct:hover>div:nth-child(1)>span {
    opacity: 0;
}

.Page4SlideProduct:hover>.Page4Mask {
    color: #fff;
    transform: translateY(0%);
    /* box-shadow: inset -10px -13px 19px 0px rgba(0, 0, 0, 0.25); */
}

.page4Prev.swiper-button-disabled {
    border-right-color: #8a8a8a;
}

.page4Next.swiper-button-disabled {
    border-left-color: #8a8a8a;
}

@media (min-width:2200px) {
    .Page4SwiperProduct {
        height: 450px !important;
    }
}

@media (max-width: 1200px) {

    /* .Page1Content {
        bottom: 10%;
    } */

    h1,
    h2 {
        font-size: 3vw;
    }

    .page4>h2 {
        font-size: 3vw;
    }

    .page2>div:nth-child(2)>p {
        text-indent: 4vw;
    }
}

@media (max-width: 768px) {

    .Page1 {
        height: 30vh;
        position: relative;
    }

    .Page1Content>img {
        margin-bottom: 0;
    }

    .Page1Content>h1 {
        margin-bottom: 0;
        font-size: 4vw;
    }

    .Page1Content {
        width: 100%;
        bottom: 20%;
    }

    .page2>div:nth-child(1) {
        width: 70%;
        position: absolute;
    }

    .page2>div:nth-child(2) {
        z-index: 2;

    }

    .page2Img {
        opacity: 0;
    }

    .page2>div:nth-child(2) {
        width: 80%;
    }

    .page2>div:nth-child(2)>h2 {
        font-size: 4vw;
    }

    .page3>div {
        flex-direction: column;
    }

    .page3>div>div:nth-child(1),
    .page3>div>div:nth-child(2) {
        width: 100%;
        height: 30vh;
    }

    .page3>div>div:nth-child(1) {
        margin-bottom: 10%;
    }

    h1 {
        font-size: 5vw;
    }

    h2 {
        font-size: 3vw;
    }

    .page4>h2 {
        font-size: 5vw;
    }

    .page2>div:nth-child(2)>p {
        text-indent: 6vw;
    }

    .Page4Mask>button {
        width: 50%;
    }

    .page3LText>h2 {
        font-size: 4vw;
    }
}

@media (max-width: 480px) {

    .page2>div:nth-child(2) {
        z-index: 2;
    }

    .page3>img {
        width: 100%;
    }

    .page3Slide>button {
        width: 80%;
    }

    h1{
        font-size: 7vw;
    }

    h2{
        font-size: 5vw;
    }

    .page2>div:nth-child(2)>p {
        text-indent: 9vw;
    }

    .page2>div:nth-child(2)>h2 {
        font-size: 7vw;
    }

    .page3LText>h2 {
        font-size: 7vw;
    }

    .page4>h2 {
        font-size: 7vw;
    }

    .Page1Content {
        bottom: 40%;
    }

    .Page1Content>h1 {
        font-size: 7vw;
    }
}