* {
    padding: 0;
    margin: 0;
    font-family: "SourceHanSansSC-Medium-2";
}

h2 {
    font-size: 1.7vw;
}

.page1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.page1Swiper {
    width: 100%;
    height: 100%;
}

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

.page1Slide {
    position: relative;
}

.page1Content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page1Content>h1 {
    color: #fff;
    /* word-spacing: 5px; */
    margin-bottom: 2%;
    text-align: center;
    /* font-family: "SourceHanSansSC-Bold"; */
}

.page1Content>h4 {
    color: #fff;
    /* word-spacing: 5px; */
    margin-bottom: 5%;
    text-align: center;
}

.Buttonline {
    margin-left: 5%;
}

.page1Content>button {
    width: 25%;
    height: 3vw;
    border: 0px;
    font-size: 0.877vw;
    background-color: #0398DA;
    cursor: pointer;
    transition: all .3s ease;
}

.page1Content>button:hover {
    border: 1px solid #0398DA;
    /* color: #0398DA; */
    background-color: transparent;
}

.page1Content>button>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.page1Pagination {
    z-index: 1;
    display: flex !important;
    position: absolute;
    /* bottom: 0 !important; */
    top: 100% !important;
    transform: translateY(-50%);
    height: 6%;
    width: auto !important;
    padding-left: 5%;
}

.page1Pagination>span {
    width: 10px;
    height: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: flex !important;
    border-radius: 0 !important;
    transition: all 0.5s ease;
}

.page1Pagination>.swiper-pagination-bullet-active {
    height: 100%;
    background-color: #ed1a23;
    transform: translateY(-50%);
    transform-origin: bottom;
}

.page2 {
    width: 100%;
    /* height: 100vh; */
    padding: 5% 0;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.Page2Box {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.Page2Box>div:nth-child(1) {
    width: 50px;
    height: 5px;
    background-color: #EC3926;
    margin-bottom: 2%;
}

.Page2Box>h2 {
    color: #0398DA;
    margin-bottom: 2%;
}

.Page2Box>h4 {

    margin-bottom: 2%;
}

.Page2Box>div:last-child {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Page2SwiperSeries {
    width: 80%;
    /* height: 60px; */
    position: relative;
    overflow: initial;
    margin-bottom: 2%;
    display: flex;
}

.Page2SlideSeries {
    width: calc(100%/6);
    min-height: 3vw;
    cursor: pointer;
    text-align: center;
    color: #5A5A5A;
    background-color: #e5e5e5;

    transform: scale(1);
    transition: all .3s linear;
    transform-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    font-size: 0.8vw;
}

.Page2SlideSeries:hover {
    transform: scale(1.1);
    transform-origin: center center;
    background-color: #0398DA;
    color: #fff;
    z-index: 3;
}

.Page2SwiperSeriesActive {
    transform: scale(1.1);
    transform-origin: center center;
    background-color: #0398DA;
    color: #fff;
    z-index: 3;
}

.Page2SwiperSeriesActive::before {
    content: '>';
    margin-right: 5%;
}

.Page2SwiperSeriesActive::after {
    content: '<';
    margin-left: 5%;
}

.Page2Product {
    width: 100%;
    height: 19vw;
    overflow: hidden;
    position: relative;
    /* display: flex; */
}

.Page2Swipers {
    width: 100%;
    height: 100%;
}

.Page2SwiperProduct {
    width: 100%;
    height: 100%;
    /* position: absolute; */
}

.Page2SlideProduct {
    width: 100%;
    height: calc((100% - 5px) / 2) !important;
    padding: 0.5%;
    box-sizing: border-box;
    font-size: 1vw;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    cursor: pointer;
}

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

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

.Page2SlideProduct:hover {
    box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

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

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

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

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

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

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

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

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

.NPage2pagination {
    visibility: hidden;
}

.Page2Mask {
    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(100%);
    transition: all .3s linear;

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

/* .Page2Mask>* {
    margin-bottom: 7%;
} */
.Page2Mask>h3 {
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.Page2Mask>p {
    font-size: 0.7vw;
    margin-top: 2%;
    text-indent: 1.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Page2Mask>button {
    width: 30%;
    height: 25%;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    margin-top: 3%;
}

.Page2Mask>button>a {
    color: #2f68c7;
    font-size: 0.877vw;
}

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

}

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

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



.page3 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.Page3Bj {
    position: relative;
    object-fit: cover;
    transform: scale(1);
    transition: all 1.5s ease;
}

.Page3BjZoom {
    transform: scale(1.1);
}

.page3Mask {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
}

.page3Swiper {
    width: 100%;
    height: 100%;
}

.Page3Content {
    width: 80%;
    position: absolute;
    top: 95%;
    color: #fff;
    left: 8%;
    transform: translateY(-100%);
}

.Page3Content>p:nth-child(1) {
    color: red;
    font-size: 1.2vw;
    font-weight: bold;
}

.Page3Content>p:nth-child(2) {
    color: #fff;
    font-size: 2.8vw;
    margin-bottom: 1%;
    font-weight: bold;
}

.Page3Content>div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
}

.Page3Content>div>p {
    text-indent: 2em;
    /* font-size: 0.8vw; */
    word-spacing: 2px;
    line-height: 150%;
}

.Page3Content>div>p:last-child {
    margin-bottom: 1%;
}

.Page3Content>button {
    width: 15%;
    height: 50px;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all .3s ease;
    cursor: pointer;
    margin-top: 2%;
}

.Page3Content>button>a {
    color: #fff;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Page3Content>button:hover {
    background-color: #0398DA;
    border: 0;
}

.Page3Header {
    width: 60%;
    height: 20%;
    display: flex;
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    justify-content: space-around;
    align-items: center;
}

.Page3Icon {
    width: 90px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    transition: all .3s linear;
    /* overflow: hidden; */
    cursor: pointer;
}

.Page3Icon>div {
    width: 60%;
    height: 60%;
    overflow: hidden;
}

.Page3Icon>div>img {

    object-fit: contain;
}

.Page3Icon>p {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    /* text-wrap: nowrap; */
    width: 200%;
    text-align: center;
}

.Page3IconActive>div>img {
    filter: drop-shadow(0 70px 0 #0398DA);
    transform: translateY(-70px);
}

.Page3IconActive {
    background: linear-gradient(135deg, transparent 0px, #fff 0) top left,
        linear-gradient(-135deg, transparent 15px, #fff 0) top right,
        linear-gradient(-45deg, transparent 0, #fff 0) bottom right,
        linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;

    animation: FadeIn 1s forwards ease;
}

@keyframes FadeIn {
    0% {
        opacity: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        /* height: 60%; */
    }
}

.Page3Line {
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: relative;
}

.Page3Line::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    transform: translate(-100%, -50%);
    position: absolute;
}

.Page3Line::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    position: absolute;
    left: 100%;
    top: 0%;
    transform: translateY(-50%);
}

.page4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("/src/img/index/page4Bj.png") no-repeat center 0px;
    background-position: center 0px;
    background-size: cover;
    position: relative;
    padding: 3% 0;
}

.page4Box {
    width: 80%;
}

.page4Box>div:nth-child(1) {
    width: 50px;
    height: 3px;
    background-color: #EC3926;
    margin-bottom: 2%;
}

.page4Box>h2 {
    color: #0398DA;
    margin-bottom: 1%;
}

.page4Box>p {
    margin-bottom: 1%;
}

.page4 .bot {
    display: flex;
    height: 670px;
}

.page4 .bot dd {
    width: calc(100%/4);
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.page4 .bot dd a {
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    z-index: 1;
}

.page4 .bot dd a::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.page4 .bot dd:hover a::after {
    background-color: rgba(0, 0, 0, 0);
}

.page4 .bot dd .bg_img {
    height: 100%;
}

.page4 .bot dd .ti-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: 0.5s;
    opacity: 1;
    font-size: 1.2vw;
    top: 40%;
    height: 48px;
    /* white-space: nowrap; */
    color: #fff;
    width: 100%;
    text-align: center;
}

.page4 .bot dd:hover .ti-text {
    top: 60%;
    opacity: 0;
}

.page4 .bot dd .icon {
    width: 80px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: 0.5s;
    opacity: 1;
}


.page4 .bot dd .content {
    position: absolute;
    top: 120px;
    left: 85px;
    opacity: 0;
    z-index: 1;
}

.page4 .bot dd:hover .content {
    transition: 0.4s;
    transition-delay: 0.15s;
    opacity: 1;
    top: 120px;
}

.page4 .bot dd .content .con_img {
    width: 72px;
    margin-bottom: 26px;
}

.page4 .bot dd .content h4 {
    font-size: 1.6vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;

}

.page4 .bot dd p {
    font-size: 1vw;
    line-height: 150%;
    margin-bottom: 20px;
    width: 90%;
    color: #fff;
}

.page4 .bot dd .tips {
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    z-index: 3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
}

.page4 .bot dd .tips::before {
    position: absolute;
    content: "";
    height: 246px;
    background-color: #fff;
    width: 1px;
    top: -246px;
    left: 50%;
    transform: translateX(-50%);
}

.page4 .bot dd .tips::after {
    position: absolute;
    content: "";
    height: 246px;
    background-color: #fff;
    width: 1px;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
}

.page4 .bot dd:hover {
    width: 74%;
}

.page4 .bot dd:hover .icon {
    bottom: 20px;
    opacity: 0;
}

.page4 .bot dd:hover .tips {
    transition: 0.4s;
    transition-delay: 0.15s;
    right: 32px;
    opacity: 0.5;
}

.jian {
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
    width: 87px;
    height: 19px;
    margin: 18px 0;
}

.jian .cc {
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}

.jian .cc.cc1 {
    opacity: 0.4;
    animation: mymove1 1.2s infinite;
    -webkit-animation: mymove1 1.2s infinite
}

.jian .cc.cc2 {
    opacity: 0.7;
    animation: mymove1 1.2s 0.2s infinite;
    -webkit-animation: mymove1 1.2s 0.2s infinite
}

.jian .cc.cc3 {
    opacity: 1;
    animation: mymove1 1.2s 0.4s infinite;
    -webkit-animation: mymove1 1.2s 0.4s infinite
}

.jian .cc.cc4 {
    opacity: 1;
    animation: mymove1 1.2s 0.6s infinite;
    -webkit-animation: mymove1 1.2s 0.6s infinite
}

.jian .cc.cc5 {
    opacity: 1;
    animation: mymove1 1.2s 0.8s infinite;
    -webkit-animation: mymove1 1.2s 0.8s infinite
}

@keyframes mymove1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@-webkit-keyframes mymove1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.amore {
    width: 45% !important;
    height: 50px !important;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.2vw;
    transition: all .3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 1% 3%; */
}

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

.page5 {
    width: 100%;
    /* height: 70vh; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5>.page5Box {
    width: 80%;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

.page5BoxBj {
    width: 40%;
    /* height: 70%; */
    object-fit: contain;
    position: absolute;
    top: 5%;
    right: 0;
    margin-left: auto;
    z-index: 0;
}

.page5downplay {
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    background: linear-gradient(180deg, transparent, #fff, #fff);
    z-index: 1;
}

.page5Content {
    z-index: 2;
}

.page5Content>img {
    width: 30%;
    margin-top: 5%;
    margin-bottom: 3%;
    object-fit: contain;
    height: auto;
}

.page5Content>div:nth-child(2) {
    width: 90%;
    line-height: 200%;
    color: #333333;
    margin-bottom: 3%;
    text-indent: 28px;
}

.page5Content>button {
    width: 15%;
    height: 60px;
    background-color: transparent;
    margin-bottom: 3%;
    cursor: pointer;
}

.page5Content>button>a {
    display: flex;
    justify-content: center;
    align-items: center;
}


.page5Nums {
    display: flex;
}

.page5Nums>div {
    border-right: 2px solid #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1%;
}

.page5Nums>div:nth-child(1) {
    border-left: 0;
    align-items: start;
    padding: 0 1% 0 0;
}

.page5Nums>div:last-child {
    border-right: 0px;
}

.page5Num>div {
    color: #333333;
}

.page5Num>div>span {
    font-size: 3vw;
    color: #000;
    font-weight: bold;
    /* font-family: "PoppinsBold"; */
}

.page5Num>span {
    color: #8A8A8A;
}

.page5Content>button>a>.icon>path {
    fill: #000;
}

.page5Content>button>a>h3 {
    font-size: 1vw;
}

.page6 {
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.page6>div:nth-child(1)>img {
    width: 80%;
    height: 90%;
    position: absolute;
    right: 0;
    bottom: 8%;
}

.page6>div:nth-child(2) {
    width: 100%;
    height: 70%;
    background-color: #0398DA;

}

.page6>div:nth-child(2)>img {
    width: auto;
    height: 100%;
    object-fit: contain;
}


.page7 {
    width: 100%;
    padding: 5% 10% 1% 10%;
    background: url("/src/img/index/page7Bj.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.page7Content {
    width: 100%;
    /* height: 100%; */
    margin-bottom: 3%;
}

.page7Content>div:nth-child(1) {
    width: 50px;
    height: 3px;
    background-color: #EC3926;
    margin-bottom: 2%;
}

.page7Content>h2 {
    color: #0398DA;
    margin-bottom: 1%;
}

.page7Content>p {
    color: #333;
    word-spacing: 5px;
    margin-bottom: 1%;
}

.page7Swiper {
    height: 600px;
}

.page7Swiper>.swiper-wrapper {
    padding-top: 10px;
}

.page7Slide {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    height: 95%;
    transition: all .3s ease;
}

.page7Slide:hover {
    box-shadow: 10px 3px 20px 5px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

.page7Slide>div:nth-child(1) {
    width: 100%;
    height: 50%;
    margin-bottom: 5%;
}

.page7Slide>div:nth-child(2) {
    width: 90%;
    margin: 0 5%;
}

.page7Slide>div:nth-child(2)>h3 {
    color: #333333;
    margin-bottom: 5%;
}

.page7Slide>div:nth-child(2)>p {
    font-size: 0.8vw;
    color: #8A8A8A;
    text-indent: 28px;
}

.page7Slide>div:nth-child(3) {
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    margin-top: auto;
    transition: all .3s linear;
}

.page7Slide>div:nth-child(3)>p {
    transition: all .3s linear;
    margin-left: auto;
}

.page7line {
    overflow: hidden;
    margin-left: 3%;
    margin-right: 5%;
    transition: all .3s linear;
}

.page7Slide:hover>div:nth-child(3) {
    background-color: #0398DA;
}

.page7Slide:hover>div:nth-child(3)>.page7line {
    opacity: 0;
}

.page7Slide:hover>div:nth-child(3)>p {
    font-size: 1.15vw;
    color: #fff;
    margin-left: 50%;
    transform: translateX(-50%);
}

.page8 {
    width: 100%;
    /* height: 30vh; */
    padding: 2% 0;
}

/* .page8>img {
    object-fit: contain;
} */
.page8Content {
    display: flex;
    padding: 0 5%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.page8Content>div:first-child,
.page8Content>div:last-child {
    cursor: pointer;
}

.Swiper8 {
    width: 80%;
    flex: 1;
    cursor: pointer;
}

.slide8>img {
    height: 100px;
    object-fit: contain;
}

.Swiper8>.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;

}

.page8swiper-button-next.swiper-button-disabled>svg>path {
    fill: #bbbbbb;
}

.page8swiper-button-prev.swiper-button-disabled>svg>path {
    fill: #bbbbbb;
}


.page8Title {
    width: 100%;
}

.page8Title>div {
    width: 50px;
    height: 3px;
    background-color: #EC3926;
    margin-bottom: 2%;
}

.page8Title>h2 {
    color: #0398DA;
}

/* @media (min-width:1000px) and (max-width:13000px) {

    
} */

@media (max-width:1400px) {
    .page5Nums {
        width: 80%;
    }
}

@media (max-width:1200px) {
    body {
        font-size: 1.5vw;
    }

    .Page2SwiperSeries {
        width: 100%;
        padding: 0 1%;
        box-sizing: border-box;
    }

    .Page2SlideSeries {
        font-size: smaller;
    }

    .Page3Header {
        width: 80%;
    }

    .amore {
        width: 50%;
    }

    .page5Nums {
        width: 100%;
    }

    .Page3Content>p:nth-child(1) {
        font-size: 3vw;
    }

    .Page3Content>p:nth-child(2) {
        font-size: 5vw;
    }

    .Page3Content>button {
        font-size: 1.5vw;
    }

    h2 {
        font-size: 3vw;
    }

    .Page2Product {
        height: 20vw;
    }

    .page1Content>button {
        width: 50%;
        height: 5vw;
        font-size: 1.5vw;
    }

    .page7Slide>div:nth-child(2)>p {
        font-size: 1.2vw;
    }

    .page5Content>button>a>h3 {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2vw;
    }

    h3 {
        font-size: 2.5vw !important;
    }

    .page1Content>button {
        width: 70%;
    }

    .Page2SlideProduct>div:nth-child(1)>span {
        font-size: 2.5vw;
    }

    .Page2Mask>p {
        font-size: 1.5vw;
    }

    .Page2Box {
        width: 100%;
    }

    .Page3Header {
        width: 100%;
    }

    .Page3Line {
        width: 20px;
    }

    .Page3Content>p:nth-child(1) {
        font-size: 4vw;
    }

    .Page3Content>p:nth-child(2) {
        font-size: 6vw;
    }

    .Page3Content>button {
        width: 40%;
        font-size: 3vw;
    }

    .amore {
        width: 55% !important;
        font-size: 3vw;
    }

    .page4 {
        padding-top: 10%;
    }

    .page4 .bot dd {
        width: 100%;
    }

    .page4 .bot {
        flex-flow: wrap;
        height: auto;
    }

    .page4 .bot dd .ti-text {
        display: none;
    }

    .page4 .bot dd .icon {
        display: none;
    }

    .page4 .bot dd .content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 94%;
    }

    .page4 .bot dd:hover .content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* .page4 .bot dd::after {
        background-color: rgba(0, 0, 0, 0.25);
    } */

    .page4 .bot dd:hover {
        width: 100%;
    }

    .page4 .bot dd .content {
        opacity: 1;
    }

    .page4 .bot dd p {
        font-size: 2vw;
        line-height: 22px;
        margin-bottom: 44px;
        width: 100%;
    }

    .page4 .bot dd .content .con_img {
        width: 48px;
        margin-bottom: 12px;
    }

    .page4 .bot dd .tips {
        display: none;
    }

    .page4 .bot dd {
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }

    /* .page4 .bot dd::after {
        background-color: rgba(0, 0, 0, 0.25) !important;
    } */

    .page4 .bot dd .content h4 {
        font-size: 30px;
    }

    .page5 {
        box-sizing: border-box;
        padding: 5% 0 0 5%;
    }

    .page5>.page5Box {
        width: 95%;
    }

    .page5Content>button {
        width: 30%;
    }

    .page5Num>div>span {
        font-size: 6vw;
    }

    .page5Content>img {
        width: 60%;
    }

    .page5Nums {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .page5Nums>div {
        width: calc(100%/2.5);
        border: 0;
        align-items: start;
    }

    .page7Slide:hover>div:nth-child(3)>p {
        font-size: 3vw;
    }


    .page1Content>button {
        font-size: 2.5vw;
    }

    .page4 .bot dd a::after {
        width: 0;
    }

    .page4 .bot dd::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .page4 .bot dd:hover::after {
        background-color: rgba(0, 0, 0, 0);
        z-index: -1;
    }

    h2 {
        font-size: 4vw;
    }

    .Page2Product {
        height: 40vw;
    }

    .Page2SlideSeries {
        min-height: 6vw;
        font-size: 1.8vw;
    }

    .page1Content>button {
        height: 8vw;
    }

    .page7Slide>div:nth-child(2)>p {
        font-size: 2vw;
    }

    .Page3Icon>p {
        width: 100%;
    }


    .Page3Content>button>a {
        font-size: 2vw;
    }


    .page6>div:nth-child(2)>img {
        width: 100%;
    }

}

@media (max-width:480px) {
    body {
        font-size: 3vw;
    }

    h3 {
        font-size: 4vw !important;
    }

    .Page2Mask {
        padding: 2%;
    }

    .Page2Mask>p {
        font-size: 3vw;
        text-indent: 6vw;
    }

    .Page2SlideProduct>div:nth-child(1)>span {
        font-size: 4vw;
    }

    .Page3Icon {
        width: 50px;
        height: 65px;
        background-size: 52% 52%;
    }

    .Page3Content>button {
        width: 50%;
    }

    /* .page5Num>div>span {
        font-size: 30px;
    } */

    .page5Nums>div:nth-child(1) {
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }

    .page5Num>span {
        font-size: 12px;
        /* text-align: center; */
    }

    .page5Content>button {
        width: 40%;
        height: 50px;

        margin-bottom: 10%;
    }

    .page1Content {
        width: 80%;
    }

    .Page2SwiperSeries {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .Page2SlideSeries {
        width: calc(100%/3.1);
        min-height: 8vw;
        font-size: 3vw;
        margin-bottom: 1%;
    }

    .page7Slide:hover>div:nth-child(3)>p {
        font-size: 4vw;
    }

    .page4 .bot dd p {
        font-size: 3vw;
    }

    h2 {
        font-size: 5vw;
    }

    .Page2Product {
        height: 60vw;
    }

    .page5Content>img {
        width: 90%;
    }

    .page3 {
        height: 70vh;
    }

    .Page3Content>button>a {
        font-size: 3vw;
    }

    .page1Content>button {
        height: 10vw;
    }

    .page7Slide>div:nth-child(2)>p {
        font-size: 3vw;
    }

    .Page3Content>p:nth-child(1) {
        font-size: 4vw;
    }

    .Page3Content>p:nth-child(2) {
        font-size: 8vw;
    }

    .Page3Content>p:nth-child(3) {
        font-size: 2.5vw;
    }

    .Page3Content>p:nth-child(3) {
        margin-bottom: 3%;
    }

    .page1 {
        height: 50vh;
    }

    .jian {
        padding: 0 30px;
    }

    .page4 .bot dd p {
        margin-bottom: 30px;
    }

    .Page2SlideProduct>div:nth-child(1)>img {
        width: 50%;
        object-fit: contain;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .page6>img {
        width: 100%;
    }

    .page6>div:nth-child(2)>img {
        width: 100%;
        object-fit: cover;
    }

    .page6 {
        height: 60vh;
    }

    .Page2Mask>button>a {
        font-size: 3vw;
    }

    .Page3Content>div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }

    .page5Nums>div {
        justify-content: start;
    }
}