.page {
    background-position: center;
    background-size: cover;
    height: 980px;
    --hh: 90px
}


.page-inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}


.bannerSwiper {
    position: relative;
}

.autoplay-progress {
    width: 650px !important;
    height: 2px !important;
    position: absolute !important;
    bottom: 82px !important;
    left: 310px !important;
    background: #696969 !important;
    --progress: 0;
}


.autoplay-progress-drag {
    height: 100%;
    width: 0%;
    background: #fff !important;
}

.swiper-pagination {
    position: absolute !important;
    bottom: 70px !important;
    right: 427px !important;
    color: #fff !important;
    display: flex;
    font-size: 14px;
    font-family: HarmonyOS_Sans_SC_Thin !important;
    opacity: .5;
}


.swiper-pagination > .pagination > div {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 27px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
}

.swiper-slide {
    position: relative;
}


.page-1 img {
    transition: all 1s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}
.page-1 .swiper-slide-active img.animated {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px) !important;
}

.bannerSwiper .ddd {
    background-position: center !important;
    background-size: 100% !important;
}

.dot-warp {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
}

.page-2-dot {
    position: absolute;
    width: 18px;
    height: 18px;
}





@keyframes boderAnimation {
    0% {
        transform: scale(1);
        opacity: 0;
        -ms-transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: 1
    }

    75% {
        transform: scale(2);
        opacity: 0;
        -ms-transform: scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0
    }
}

@keyframes bordershowAnimation {

    50% {
        box-shadow: 0px 0px 10px 0 #FF6E00;
    }

}
.anchor-wrapper .page-2-dot-a {
    position: relative;
    z-index: 1;
}
.anchor-wrapper .page-2-dot-a>span {
    position: relative;
    animation: bordershowAnimation 3s infinite;
    cursor: pointer;
}


.anchor-wrapper .page-2-dot-a>span::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-top: -12.5px;
    margin-left: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    animation: boderAnimation 3s .85s infinite;
    cursor: pointer !important;
}


.anchor-wrapper .page-2-dot-a div::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 30px;
    width: 0;
}

.anchor-wrapper .page-2-dot-a div::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 42px;
    height: 100%;
}

.anchor-wrapper .page-2-dot-a div {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 16px;
    line-height: 18px;
    pointer-events: none;
    color: white;
}

.anchor-wrapper li:hover a div {
    pointer-events: all;
}

.anchor-wrapper li:hover a div::before {
    width: 100%;
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}

.anchor-wrapper li:hover a div span {
    opacity: 1 !important;
    transition: all .36s .4s;
}

.anchor-wrapper li:hover a div svg {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all .4s .45s;
}

.page-2-dot-flot {
    opacity: 0;
    background-color: rgba(235, 150, 15, 1);
    padding: 5px 14px;
    border-radius: 30px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    transition: max-width .3s;
    margin-left: 40px;
    max-width: 0;
}


.page-2-dot-flot span, .page-2-dot-flot svg {
    opacity: 0;
    transition: opacity .3s;
    transition-delay: 150ms;
}


.page-2-dot .page-2-dot-a:hover .page-2-dot-flot, .page-2-dot.active .page-2-dot-flot {
    pointer-events: all;
    max-width: 300px;
}

.page-2-dot .page-2-dot-a:hover .page-2-dot-flot span, .page-2-dot .page-2-dot-a:hover .page-2-dot-flot svg,
.page-2-dot.active .page-2-dot-flot span, .page-2-dot.active .page-2-dot-flot svg{
    opacity: 1;
}


.page-2-dot .page-2-dot-a .page-2-dot-flot {
    opacity: 0;
}
.page-2-dot .page-2-dot-a:hover .page-2-dot-flot,
.page-2-dot.active .page-2-dot-flot {
    opacity: 1;
}



.slide-inner {
    position: absolute;
    color: #fff !important;
    top: calc(var(--hh) + 245px);
    left: 498px;
    font-family: 思源黑体;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-inner .inner-title-1 {
    font-size: 57px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 思源黑体Bold;
}


.slide-inner .inner-title-2 {
    font-size: 27px;
    margin-bottom: 35px;
    font-family: 思源黑体Regular;
}

.slide-inner .inner-title-3 {
    /*display: inline-block;*/
    font-family: 思源黑体Normal;
    font-size: 20px;
    background: #ca171d;
    height: 35px;
    width: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.bannerSwiper .page-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-inner {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}
.page-2, .page-3 {
    position: relative;
}

.page-2 .page-inner, .page-3 .page-inner {
    padding-top: 60px;
    padding-bottom: 121px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.page-2 .page-2-title-1,
.page-3 .page-3-title-1,
.page-4 .page-4-title-1,
.page-5 .page-5-title-1
{
    font-family: MicrosoftYaHei-Bold;
    font-size: 44px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 44px;
}

.page-2-title,
.page-3-title,
.page-4-title,
.page-5-title
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-2 .page-2-title-2,
.page-3 .page-3-title-2,
.page-4 .page-4-title-2,
.page-5 .page-5-title-2
{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.page-2-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*display: grid;*/
    /*grid-template-columns: repeat(9, 1fr);*/
    /*grid-gap: 60px;*/
    transition: all .3s;
}

.page-2-bottom-inner.move {
    /*transform: translateX(-210px);*/
}

.page-2-bottom-inner-item {
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.page-2-bottom-inner-item.active {
    background-color: #ca181d;
}


.page-2-bottom-inner-item-text {
    font-family: SourceHanSansCN-Normal;
    font-size: 20px;
    line-height: 20px;
}

.page-2 {
    display: flex;
    overflow: hidden;
}
.page-2 .page-right {
    flex-shrink: 0;
    width: 473px;
    height: 100%;
    background: #fff;
    transition: all .3s;

    padding: 80px 69px;
    display: flex;
    justify-content: center;
    align-content: center;

}

@media screen and (min-width: 1000px) {
    .page-2 .page-right {
        height: 100svh;
        padding-top: calc(var(--hh) + 40px) !important;
        transform: translateY(calc(var(--hh) * -1));
    }

}

.page-2 .page-right > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-2 .page-right-content.active {
    display: flex !important;
}

.page-2 .page-right.move {
    right: 0;
}


.page-2 .page-right .page-right-title {
    font-family: SourceHanSansCN-Normal;
    font-size: 30px;
    color: #222;
    margin-bottom: 20px;
}

.page-2 .page-right .page-right-image {
    /*width: 346px;*/
    /*height: 290px;*/
    margin-bottom: 42px;
}

.page-2 .page-right .page-right-icons-item {
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

.page-2 .page-right .page-right-icons-item-image {
    width: 57px;
    height: 57px;
    margin-bottom: 32px;
}


.page-2 .page-right .page-right-icons-item-text {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #222;
}


.page-2 .page-right .page-right-icons {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.page-2 .page-right .page-right-link {
    margin-top: 27px;

    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-2 .page-right .page-right-link a {
    width: 144px;
    height: 39px;
    border: 1px solid #222;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}


.page-3 .page-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-3-content {
    height: 100%;
    /*max-height: 600px !important;*/
    overflow: hidden !important;
    /*display: flex;*/
    /*justify-content: center;*/
}
.page-3-content .p3c-left, .page-3-content .p3c-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-3-content .p3c-left .p3cl-title, .page-3-content .p3c-right .p3cr-title {
    font-family: SourceHanSansCN-Bold;
    /*font-weight: bold;*/
    font-size: 25px;
    color: #fff;
    transition: all .3s;
}


.p3cl-image, .p3cr-image {
    max-width: 50%;
    width: auto;
    max-height: 40svh;
}
.p3cl-image, .p3cr-image img {
    width: auto !important;
    height: auto !important;
}

.p3c-left, .p3c-right {
    flex: 1.5;
    transition: all .5s;
    transition-timing-function: ease, ease, ease, ease;
    transition-behavior: normal, normal, normal, normal;
    transition-delay : 0s, 0s, 0s, 0s;
    transition-duration: 0.75s, 0.5s, 0.75s, 0.75s;
    transform: scale(1.2);
}

.p3c-left {
    transform-origin: left;
}


.p3c-right {
    transform-origin: right;
}


.p3c-left:hover, .p3c-right:hover {
    /*flex: 2;*/
}


.p3c-left:hover .p3cl-title, .p3c-right:hover .p3cr-title  {
    /*font-weight: bold;*/
    /*font-size: 42px;*/
}

.page-3-bottom {
    display: flex;
    justify-content: center;
}

.page-3-bottom a {
    width: 151px;
    height: 41px;
    border-radius: 20px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1000;
    cursor: pointer !important;
}

.page-4 { position: relative }
.page-4 .page-inner {
    padding-top: 80px;
    padding-bottom: 73px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.page-4-title-1 {
    color: #ca171d !important;
}

.page-4-title-2 {
    color: #9fa3ad !important;
}

.page4Swiper {
    height: 750px;
}

.page4Swiper-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page4Swiper-inner-t1 {
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.page4Swiper-inner-t2 {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 28px;
}

.page4Swiper-inner-t3 {
    font-family: SoticeHanSansCN-Normal;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}


.page4Swiper-progress {
    z-index: 10;
    left: 50% !important;
    transform: translateX(-50%);
    width: 648px !important;
    overflow: hidden;
}


.swiper4-button-next,
.swiper4-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    background-color: rgba(0,0,0,.1);
    transform: translateY(-50%);
    width: 40px;
    height: 99px;
}


.swiper4-button-prev {
    left: 20vw;
}



.swiper4-button-next {
    right: 20vw;
}

.swiper3-button-next,
.swiper3-button-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 999;
    background-color: rgba(0,0,0,.1);
    transform: translateY(-50%);
    width: 40px;
    height: 99px;
}

.swiper3-button-prev {
    left: 0;
}
.swiper3-button-next {
    right: 0;
}


.page-5-content {
    display: flex;
    justify-content: center;
}


.p5c-l {
    width: 423px;
    margin-right: 20px;
    background-color: gray;
    background-size: cover;
    background-position: center;

    padding: 75px 50px;
}

.p5c-r {
    width: calc(680px + 596px);
    display: flex;
    flex-direction: column;
}

.p5c-r > div {
    flex: 1;
    background-color: rgba(255,255,255,.8);
}

.p5c-r > div:nth-child(1) {
    margin-bottom: 20px;
}


.p5c-r > div:nth-child(2) {
}

.p5c-l-t1 {
    font-family: DINCond-Bold;
    font-size: 55px;
    color: #fff;
}

.p5c-l-t2 {
    margin-top: 35px;
    margin-bottom: 50px;
    height: 3px;
    width: 43px;
    background-color: #fff;
}


.p5c-l-t3 {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #fff;
    width: 199px;
    line-height: 40px;
    margin-bottom: 45px;
}

.p5c-l-t4 {
    width: 36px;
    height: 36px;
    font-size: 36px;
    color: #fff;
}


.p5c-r-item {
    display: flex;
    height: calc(50% - 10px);
}

.p5c-r-item-img {
    width: 596px;
}

.p5c-r-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p5c-r-item-content {
    padding: 75px 106px ;
    padding-bottom: 0;
    flex: 1;
}


.p5c-r-item-content-t1 {
    font-family: HarmonyOS_Sans_SC_Light;
    font-size: 24px;
    line-height: 24px;
    color: #222;
    margin-bottom: 24px;
}

.p5c-r-item-content-t2 {
    margin-bottom: 30px;
    height: 1px;
    width: 60px;
    background-color: #222;
}


.p5c-r-item-content-t3 {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #222;
    line-height: calc(16px + 22px);
    margin-bottom: 25px;
    max-width: 360px;
}


.p5c-r-item-content-t4 {

}

.p5c-r-item-content-t4 a {
    display: inline-block;
    width: 145px;
    height: 40px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #222;
    border: 1px solid #222;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
}

.p5c-r-item-content-t4 a:hover {
    color: #ffffff;
    background-color: #ca181d;
    border: 1px solid #ca181d;
}

.page-3-bottom-link[href='javascript:'] {
    visibility: hidden;
}

.p5c-r .p5c-r-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.swiper3-button-next {
    right: 20px;
}
.swiper3-button-prev {
    left: 20px;
}

.page-5 .page-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.page4Swiper {
    height: calc(100svh - var(--hh) - 200px);
    /*max-height: 100svh;*/
}

@media screen and (max-width: 1500px) {
    .offcanvas {
        width: 80vw !important;
    }


    .page-2 .page-2-title-1,
    .page-3 .page-3-title-1,
    .page-4 .page-4-title-1,
    .page-5 .page-5-title-1
    {
        font-size: 30px;
        margin-bottom: 0;
    }


    .page-2 .page-2-title-2,
    .page-3 .page-3-title-2,
    .page-4 .page-4-title-2,
    .page-5 .page-5-title-2
    {
        font-size: 14px;
    }

    .bannerSwiper .slide-inner {
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .bannerSwiper .slide-inner .inner-title-1 {
        font-size: 32px !important;
        margin-bottom: 15px;
    }

    .bannerSwiper .slide-inner .inner-title-2 {
        font-size: 20px !important;
        margin-bottom: 15px;
    }

    .bannerSwiper .autoplay-progress {
        display: none;
    }

    .bannerSwiper .swiper-pagination {
        right: 20px !important;
    }

}

@media screen and (max-width: 1900px) {
    .page-1 {
        height: 800px !important;
    }
}

@media screen and (max-width: 1750px) {
    .page-5-content {
        padding: 0 10px;
    }

    .p5c-r-item-content {
        padding: 45px;
    }

    .p5c-l {
        margin-right: 10px;
        padding: 56px 29px;
        width: 323px;
    }

    .p5c-r > div:nth-child(1) {
        margin-bottom: 10px;
    }

    .p5c-r-item-img {
        width: 496px;
    }
}

@media screen and (max-width: 1200px) {
    .swiper4-button-prev {
        left: 20px;
    }
    .swiper4-button-next {
        right: 20px;
    }

}

@media screen and (max-width: 1000px) {
    .flot_right_bottom {
        top: unset !important;
        right: 10px !important;
        bottom: 20px !important;
    }

    .flot_right_bottom .btn-kf {
        display: none;
    }

    .page-2 .page-2-title-1, .page-3 .page-3-title-1, .page-4 .page-4-title-1, .page-5 .page-5-title-1 {
        font-size: 20px;
        line-height: 20px;
    }

    .page-2 .page-2-title-2, .page-3 .page-3-title-2, .page-4 .page-4-title-2, .page-5 .page-5-title-2 {
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
    }
    .page {
        --hh: 56px;
    }

    .home-page-swiper > .swiper-wrapper > .swiper-slide {
        padding-top: 22px !important;
    }
    .home-page-swiper > .swiper-wrapper > .swiper-slide.page-6 {
        padding-top: 0 !important;
    }
    .home-page-swiper > .swiper-wrapper > .swiper-slide.page {
        height: calc(100svh - var(--hh)) !important;
    }
    .page-right {
        display: none !important;
    }
    .page-2-mobile-content {
        display: block;
    }
    .page-2-mobile-content .page-right {
        display: block !important;
    }

    .page-2-bottom-inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    #page-1 {
        padding-top: 0 !important;
    }
    .page-2 .page-inner {
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .page-2-bottom {
        margin-top: 10px;
    }

    .page-2-mobile-content {
        margin-top: 10px;
        background-color: #fff;
        margin-left: 10px;
        margin-right: 10px;
        padding: 17px;
    }

    .page-2 .page-right .page-right-image {
        margin-bottom: 10px;
    }

    .page-2-mobile-content .page-right {
        display: block;
        width: 100%;
        padding: 0;
    }

    .page-2-mobile-content .page-right .page-right-title {
        margin-bottom: 15px !important;
    }

    .page-2-mobile-content .page-right .page-right-title {
        font-size: 15px;
    }

    .page-2-mobile-content .page-right .page-right-image {
        width: auto;
        height: 125px;
    }

    .page-2-mobile-content .page-right .page-right-image img {
        /*object-fit: cover;*/
        height: 100%;
        width: auto;
    }

    .page-2-mobile-content .page-right .page-right-icons-item-image {
        width: 28px;
        height: 28px;
    }

    .page-2 .page-right .page-right-icons-item-text {
        font-size: 12px;
    }

    .page-2-bottom-inner-item {
        width: 70px;
        height: 70px;
    }

    .page-2-bottom-inner-item img {
        width: 24px;
        height: 24px;
        margin-bottom: 10px;
    }

    .page-2-bottom-inner-item-text {
        font-size: 10px;
    }

    .page-2 .page-right .page-right-icons {
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .page-2 .page-right .page-right-icons-item {
        width: auto;
    }

    .page-2 .page-right .page-right-icons-item-image {
        margin-bottom: 5px;
    }

    .page-2 .page-right .page-right-link {
        margin-top: 0px;
    }

    .page-2 .page-right .page-right-icons-item {
        margin-bottom: 12px;
    }


    .page-2 .page-right .page-right-link a {
        font-size: 12px;
    }

    .page-2 .page-right .page-right-link a {
        width: 102px;
        height: 30px;
    }

    .page-2 {
        height: auto;
    }



    .p3c-left, .p3c-right {
        transform-origin: center;
        transform: scale(1.2);
    }

    .page-3-content .p3c-left .p3cl-title, .page-3-content .p3c-right .p3cr-title {
        font-size: 20px;
    }

    .p3-cw {
        flex-direction: column;
    }

    .page-3 .page-inner {
        padding: 0 !important;
        height: 100svh;
        overflow: hidden;
    }

    .page4Swiper-progress {
        width: 60% !important;
    }
    .page-4 {
        height: auto;
    }

    .page4Swiper {
        height: 350px;
    }

    .page4Swiper-inner-t1 {
        font-size: 20px;
    }

    .page4Swiper-inner-t2 {
        font-size: 12px;
    }

    .page4Swiper-inner-t3 {
        font-size: 12px;
    }
    .page4Swiper-inner {
        width: 90%;
    }


    .page-5 {
        height: auto;
    }
    .page-5-content {
        flex-direction: column;
    }
    .page-5-content {
        height: auto;
        align-items: center;
        padding: 0 20px;
    }
    .page-5 .page-inner {
        padding-top: 0;
    }
    .p5c-l {
        display: none;
        margin-right: 0;
        width: 100%;
        background-position: bottom;
        padding: 30px;
        margin-bottom: 20px;
    }
    .p5c-r {
        width: 100%;
    }
    .p5c-l-t1 {
        font-size: 30px;
    }
    .p5c-l-t2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .p5c-l-t3 {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .p5c-r-item-content {
        padding: 30px;
    }

    .p5c-r-item {
        flex-direction: column !important;
    }
    .p5c-r-item-img {
        width: 100%;
    }
    .p5c-r-item-content-t2 {
        margin-bottom: 20px;
    }

    .p5c-r-item-content-t4 a {
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    .p5c-r-item-content-t3 {
        font-size: 14px;
        line-height: 26px;
    }

    .page-3-content {
        padding-top: 0;
    }

    .home-page-swiper {
        height: calc(100svh - var(--hh));
    }

    .p5c-r-item-img {
        display: none;
    }
    .p5c-l {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 700px) {
    .page-1 {
        height: calc(250px) !important;
    }

    .swiper-pagination {
        bottom: 20px !important;
    }
}


@media screen and (min-width: 1000px) {

    @media screen and (max-height: 1200px){
        .page-2 .page-right {
            padding: 40px;
        }
    }

    @media screen and (max-height: 910px){
        .page-2 .page-right .page-right-title {
            margin-bottom: 20px;
        }
        .page-2 .page-right .page-right-icons-item {
            margin-bottom: 20px;
        }

        .page-2 .page-right .page-right-icons-item-image {
            margin-bottom: 5px;
        }

        .page-2 .page-right {
            padding: 10px;
        }

        .page-2 .page-right .page-right-link {
            margin-top: 10px;
        }
    }

    @media screen and (max-height: 900px){
        .page-3 .page-inner {
            padding: 20px 0 !important;
        }

        .page-5-content {
            height: 70svh;
        }
    }

    @media screen and (max-height: 740px){
        .page-2 .page-right-content {
            transform: scale(.8);
        }
        .page-2-bottom-inner-item {
            width: 100px;
            height: 100px;
        }
        .page-2-bottom-inner-item  img {
            width: 30px;
            height: 30px;
        }

        .page-2-bottom-inner-item-text {
            font-size: 14px;
            line-height: 14px;
        }
        .page4Swiper-inner-t1 {
            font-size: 20px;
            line-height: 20px;
        }
        .page4Swiper-inner-t2 {
            font-size: 12px;
            line-height: 12px;
        }
        .page4Swiper-inner-t3 {
            font-size: 12px;
            line-height: 12px;
        }
        .page4Swiper-progress {
            width: 400px !important;
        }
    }

    @media screen and (max-height: 810px){
        .page-5-content {
            margin-top: 10px;
        }
        .p5c-r-item-content {
            padding: 20px;
        }

        .p5c-r-item-content-t1 {
            margin-bottom: 10px;
            font-size: 20px;
        }
        .p5c-r-item-content-t2 {
            margin-bottom: 20px;
        }
        .p5c-r-item-content-t3 {
            margin-bottom: 10px;
            font-size: 12px;
        }

        .p5c-r-item-content-t4 a  {
            width: 100px;
            height: 30px;
            line-height: 30px ;
            font-size: 12px;
        }
    }

    @media screen and (max-height: 650px){
        .page-2 .page-right-content {
            transform-origin: top;
            transform: scale(.6) translateY(20%);
        }
        .page-3 .page-inner {
            padding: 10px 0px !important;
        }
    }
}


@media screen and (min-width: 1000px){
    .page-2-dot-flot span, .page-2-dot-flot svg {
        opacity: 1;
    }


    .page-2-dot-flot {
        opacity: 1 !important;
        background-color: rgba(235, 150, 15, 1);
        padding: 5px 14px;
        border-radius: 30px;

        display: inline-flex;
        justify-content: center;
        align-items: center;

        transition: max-width .3s;
        margin-left: 40px;
        pointer-events: all;
        max-width: 300px;
        pointer-events: all !important;
    }


}


@media screen and (max-width: 1600px) {
    /*.banner {*/
    /*    height: 500px;*/
    /*}*/
    .page-3-content .banner {
        height: 100% !important;
    }
}


@media screen and (max-width: 1300px) {
    .banner, #page-1 {
        height: 500px !important;
    }
    .page-3-content .banner {
        height: 100% !important;
    }
}


@media screen and (max-width: 640px) {
    .banner, #page-1 {
        height: 250px !important;
    }

    .page-3-content .banner {
        height: 100% !important;
    }
}

.page-3-content .banner {
    height: 100% !important;
}
