#header {
    position: relative;
    width: 74%!important;
    left: 0;
    top: 0;
    border-right: 2px solid #003366;
}

.page {
    margin-bottom: 6px;
}

.page1 {
    height: calc(100vh - 6px);
    max-height: 10.8rem;
    border-radius: 0 0 0.6rem 0.6rem;
    background: #EAF5FF;
    position: relative;
    overflow: hidden;
}

.swiper-1-box {
    height: 60vw;
    padding: 0.24rem;
    width: 74%!important;
    border-top: 2px solid #003366;
    border-right: 2px solid #003366;
}

.page1 .swiper-1 {
    position: relative;
    border-radius: 0 0.6rem 0.6rem;
    transition: all 0.3s ease-in;
}

.page1 .swiper-1 .swiper-slide {
    border-radius: 0 0.6rem 0.6rem;
    overflow: hidden;
    height: 6.4rem;
}
.page1 .swiper-1 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0.5rem;
}

.swiper-1:hover .swiper-button-next,
.swiper-1:hover .swiper-button-prev {
    display: flex;
}

.swiper-1 .swiper-button-next {
    display: none;
    right: auto;
    left: 0;
    width: 0.56rem;
    height: 0.5rem;
    border-top-right-radius: 0.28rem;
    border-bottom-right-radius: 0.28rem;
    background: rgba(255, 255, 255, 0.8);
    color: #FFFFFF;
}
.swiper-1 .swiper-button-prev {
    display: none;
    left: auto;
    right: 0;
    width: 0.56rem;
    height: 0.5rem;
    border-top-left-radius: 0.28rem;
    border-bottom-left-radius: 0.28rem;
    background: rgba(255, 255, 255, 0.8);
    color: #FFFFFF;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-family: "iconfont";
    content: '\e61f';
    font-size: 0.24rem;
    color: #000000;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-family: "iconfont";
    content: '\e61f';
    font-size: 0.24rem;
    color: #000000;
    transform: rotate(180deg)  scaleY(-1);
}

.swiper-2 {}

.swiper-2 .swiper-slide {
    background: #EAF5FF;
    padding: 0.24rem 0 0.1rem 0.3rem;
}

.swiper-2 h2 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #3D3D3D;
    margin-bottom: 0.2rem;
    min-height: 0.6rem;
}

.swiper-2 a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 0.16rem;
    font-size: Max(0.16rem, 12px);
    font-weight: 500;
    line-height: 20px;
    padding: 0.16rem 0.26rem;
    border-radius: 0.4rem;
    background: #003366;
}

.swiper-2 a i {
    padding-left: 0.1rem;
}

.page1 .page1-pos {
    position: absolute;
    padding: 0.26rem;
    right: 6px;
    top: 6px;
    width: 25%;
    height: 100%;
    /*overflow-y: auto;*/
}

.page1 .page1-pos::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.page1 .page1-pos::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     background: #003366;
}
.page1 .page1-pos::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 4px;
    background: rgba(0, 51, 102, 0.3);
}

.page1 .page1-pos .item {
    margin-bottom: 0.22rem;
    padding: 0.2rem 0.24rem 0.26rem;
    background: #E2DEED;
    border-radius: 0.4rem;
}

.page1 .page1-pos h2 {
    font-size: 0.22rem;
    font-size: max(0.22rem, 16px);
    line-height: 0.3rem;
    line-height: max(0.3rem, 20px);
    margin-bottom: 0.1rem;
    color: rgba(61, 61, 61, 0.85);
}

.page1 .page1-pos p {
    font-size: 0.12rem;
    font-size: Max(0.12rem, 12px);
    line-height: 16px;
    color: rgba(61, 61, 61, 0.7);
    margin-bottom: 0.2rem;
}

.page1 .page1-pos .img-box {
    margin-bottom: 0.2rem;
}

.page1 .page1-pos .img-box img {
    width: 100%;
    display: block;
}

.page1 .page1-pos .btn-box a {
    font-size: 0.12rem;
    font-size: Max(0.12rem, 12px);
    line-height: 16px;
    color: rgba(61, 61, 61, 0.5);
    margin-right: 0.12rem;
    padding: 0.1rem;
    border-radius: 0.1rem;
    background: #CFC5EB;
    margin-bottom: 5px;
}

.page1 .page1-pos .btn-box i {
    padding-right: 0.05rem;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-1,
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-1 {
    left: auto;
    right: 0;
    display: inline-block;
    width: auto!important;
    padding: 0.26rem;
    background: #EAF5FF;
    right: -0.08rem;
    bottom: -0.08rem;
    color: rgba(0, 0, 0, 0);
    border-radius: 0.4rem 0 0 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #030620;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: #030620;
    border-radius: 0.4rem;
}

.page-title {
    padding: 0 0.3rem 0.2rem;
}

.page-title h3 {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #3D3D3D;
    margin-bottom: 0.2rem;
}

.more {
    margin-bottom: 0.2rem;
}

.page2 {
    padding: 0.71rem 0.26rem;
    border-radius: 0.6rem;
    overflow: hidden;
    background: #FFFFFF;
}

.page2 .page-content .page2-list {
    margin-top: 0.3rem;
    position: relative;
}

.page2 .page-content .page2-list .item {
    margin-right: 0.26rem;
    margin-bottom: 0.26rem;
    width: calc((100% - 0.78rem)/4);
    border-radius: 0.4rem;
    overflow: hidden;
    background: #FFFEDB;
    position: absolute;
}

.page2 .page-content .page2-list .item:nth-of-type(2n) {
    background: #DEEBD4;
}

.page2 .page-content .page2-list .item:nth-of-type(3n) {
    background: #E2DEED;
}

.page2 .page-content .page2-list .item:nth-of-type(4n) {
    background: #F7E0D3;
}

.page2 .page-content .page2-list .item:nth-of-type(5n) {
    background: #F7E0D3;
}

.page2 .page-content .page2-list .item:nth-of-type(6n) {
    background: #FFFEDB;
}

.page2 .page-content .page2-list .item:nth-of-type(7n) {
    background: #DEEBD4;
}

.page2 .page-content .page2-list .item:nth-of-type(8n) {
    background: #E2DEED;
}

.page2 .page-content .page2-list .item a {
    display: block;
    padding: 0.25rem 0.3rem;
}

.page2 .page-content .page2-list .item h2 {
    font-size: 0.18rem;
    font-size: max(0.18rem, 16px);
    font-weight: bold;
    line-height: 0.24rem;
    line-height: max(0.24rem, 20px);
    color: rgba(61, 61, 61, 1);
    margin-bottom: 0.2rem;
}

.page2 .page-content .page2-list .item img {
    width: 100%;
    height: 2rem;
    object-fit: cover;
    margin-bottom: 0.12rem;
}

.page2 .page-content .page2-list .item p {
    font-size: 0.12rem;
    font-size: Max(0.12rem, 14px);
    line-height: 18px;
    color: rgba(61, 61, 61, 0.9);
    margin-bottom: 0.3rem;
}

.page2 .page-content .page2-list .item b {
    font-size: 0.2rem;
    font-size: Max(0.2rem, 14px);
    line-height: 20px;
    color: rgba(61, 61, 61, 0.9);
}

.page3 {
    background: #F7E0D3;
    border-radius: 0.6rem;
}

.page3 .page-title {
    padding-top: 0.38rem;
    padding-bottom: 0.38rem;
}

.page3 .page-title h3 {
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.page4 {}

.page4 .content-l {
    width: 66%;
    padding: 0.5rem 0.8rem 0.3rem;
    border-radius: 0.4rem;
    overflow: hidden;
    position: relative;
}

.page4 .content-l::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #EAF5FF;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.page4 .content-l *,
.page4 .content-r * {
    position: relative;
    z-index: 2;
}

.page4 .content-l h2,
.page4 .content-r h2 {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #3D3D3D;
    margin-bottom: 0.4rem;
    display: block;
    width: 100%;
    text-align: center;
}

.page4 .content-l p {
    font-size: 0.2rem;
    font-size: max(0.2rem, 13px);
    font-weight: 500;
    line-height: 0.28rem;
    line-height: max(0.28rem, 18px);
    color: rgba(61, 61, 61, 0.7);
    margin-bottom: 0.36rem;
}

.page4 .content-r h2 {
    margin-bottom: 0.1rem;
}

.page4 .content-r {
    width: calc(34% - 6px);
    padding: 0.5rem 0.8rem 0.3rem;
    border-radius: 0.4rem;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.page4 .content-r::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #DEEAD4;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.page4 .content-r .p {
    flex: 1;
}

.page4 .content-r .p p {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.32rem;
    color: #3D3D3D;
    width: 100%;
    text-align: center;
    color: rgba(61, 61, 61, 0.7);
    margin-bottom: 15%;
    margin-top: 10%;
}

.page4 .index-contentus-img img {
    display: initial;
}

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

@media screen and (max-width:750px) {
    .swiper-1-box {
        height: auto;

    }
    .page1 .page1-pos {
        width: 100%;
        position: static;
        display: flex;
    }
    .page1 .page1-pos .list {
        /* white-space: nowrap; */
        display: flex;
    }
    .page1 .page1-pos .list .item {
        width: 48%;
        margin-right: 1%;
        display: inline-block;
        width: 4rem;
        min-width: 240px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .swiper-1-box {
        width: 100%!important;
        border-top: 2px solid #003366;
        border-bottom: 2px solid #003366;
        border-right: 0;
    }
    #header {
        width: 100%!important;
        border-right: 0;
    }
    .page2 .page-content .page2-list {
        height: auto!important;
    }
    .page2 .page-content .page2-list .item {
        width: 100%!important;
        position: static!important;
        margin-right: 0;
    }
    .page4 .content-l {
        width: 100%;
        margin-bottom: 10px;
    }
    .page4 .content-r {
        width: 100%;
    }
    .page1 .page1-pos .list {
        overflow-x: auto;
    }
    .page1 .page1-pos .list::-webkit-scrollbar {
        width: auto;
        height: 0.1rem;
        margin-top: 6px;
    }
    .page1 .page1-pos .list::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
        -webkit-box-shadow: none;
        border-radius: 0.1rem;
        /* background-color: transparent; */
        background: rgba(0, 51, 102, 0.3);
    }
    .page1 .page1-pos .list::-webkit-scrollbar-thumb {
        border-radius: 0.1rem;
        -webkit-box-shadow: none;
        /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
        background-color: #003366;
    }
    .page1 {
        height: auto;
        max-height: 100%;
    }
}