* {
    margin: 0px;
    padding: 0px;

}


/* 隐藏垂直滚动条 */
::-webkit-scrollbar {
    width: 0;
    display: none;
}
/* 隐藏水平滚动条 */
::-webkit-scrollbar {
    height: 0;
}



body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(51, 51, 51);
}
body::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
}


.bg-ellipse-full-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(98.63deg, rgba(248, 249, 251, 0.545) 20.59%, rgba(120, 230, 220, 0) 89.33%);
}

.bg-ellipse-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: -1;
}
.bg-ellipse {
    position: absolute;
    width: 612px;
    height: 612px;
    border-radius: 50%;
    z-index: -1;
    transition: transform 0.3s linear;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.bg-ellipse-wrapper .bg-ellipse-1 {
    right: -180px;
    top: 12px;
    background: linear-gradient(44.11deg, rgba(139, 233, 223, 0.75) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    transform: rotate(-85.35deg);
}
.bg-ellipse-wrapper .bg-ellipse-2 {
    left: -204px;
    top: 456px;
    background: linear-gradient(44.11deg, rgba(124, 177, 235, 0.6) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    transform: rotate(-21.57deg);
}
.bg-ellipse-wrapper .bg-ellipse-3 {
    right: -133px;
    top: 1152px;
    background: linear-gradient(44.11deg, rgba(245, 198, 39, 0.6) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    transform: scale(0.85) rotate(-63.95deg);
}
.bg-ellipse-wrapper .bg-ellipse-4 {
    left: -222px;
    top: 1536px;
    background: linear-gradient(44.11deg, rgba(139, 233, 223, 0.75) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    transform: rotate(-29.1deg);
}
.bg-ellipse-wrapper .bg-ellipse-5 {
    right: -243px;
    top: 2371px;
    background: linear-gradient(44.11deg, rgba(124, 177, 235, 0.6) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    transform: rotate(-70.95deg);
}
.bg-ellipse-wrapper .bg-ellipse-6 {
    left: -262px;
    top: 2928px;
    background: linear-gradient(44.11deg, rgba(245, 198, 39, 0.6) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    transform: scale(0.95) rotate(-21.57deg);
}
.bg-ellipse-wrapper .bg-ellipse-7 {
    right: -294px;
    top: 7176px;
    background: linear-gradient(44.11deg, rgba(139, 233, 223, 0.75) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    transform: scale(0.85) rotate(-93.95deg);
}
.bg-ellipse-wrapper .bg-ellipse-8 {
    left: -233px;
    top: 5232px;
    background: linear-gradient(44.11deg, rgba(124, 177, 235, 0.6) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    transform: rotate(-21.95deg);
}







img {
    display: block;
}

a {
    display: block;
    text-decoration: none;
    color: #333;
    border: none;
}
.font-size10 {
    font-size: 10px;
}
.font-size12 {
    font-size: 12px;
}

.font-size16 {
    font-size: 16px;
}

.font-size18 {
    font-size: 18px;
}

.color-green {
    color: rgb(60, 140, 255);
}

.color-gray {
    color: #999;
}

.bg-gray {
    background-color: #fafafa;
}


.bg-green {
    background-color: rgb(60, 140, 255);
}
.f-bold{
    font-weight: bold;
}
.flex-row {
    display: flex;
    align-items: center;
}

.container {
    width: 100%;
    margin: auto;
    position: relative;

}

/* header */
.header{
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
}

.header.inactive {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(-100%);
}
.header.active {
    opacity: 1;
    transition: 0.5s;
    transform: translateY(0px);
}

.header .top {
    display: flex;
    height: 100px;
    align-items: center;
    padding: 0px 60px;
    background-color: rgb(60, 140, 255);


}


.header .top-left {
    flex: 1;
    display: flex;
    align-items: center;

}
.header .top-left span{
    display: none;
}
.header .top-left .logo{
    height: 30px;
    margin-right: 20px;

}
.header .top-left span {
    color: #333;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}



.header .top-right {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header .top-right .global-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.header .top-right a {
    text-decoration: none;
    color: #999;
    padding: 0px 6px;

}

.header .top-right a.cur {
    color: #206107;
}

.header .top-right span {
    color: #999;
}

.header .nav {
    display: flex;
    height: 100%;
    align-items: center;
}

.header .nav a {
    display: block;
    padding: 0px 36px;
    height: 100%;
    line-height: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;

}
.header .nav a.cur {
    background-color: rgb(60, 140, 255);
    color: #fff;
}


.header .nav a:hover {
    color: rgb(116, 225, 222);
}



.header .menu-icon {
    display: none;
}

.header .mobile-nav {
    display: none;
}

.header .banner img{
    width: 100%;
}
.swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    color: #fff;
    border: none;
}

/* 去掉Swiper左箭头的边框 */
.swiper-button-prev .swiper-button-prev-icon {
    border: none;
}

/* 去掉Swiper右箭头的边框 */
.swiper-button-next .swiper-button-next-icon {
    border: none;
}



/* footer */
.footer span {
    color: #fff;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(60, 140, 255);
    color: #fff;
    padding: 60px 0px;
}

.footer-top .left {
    line-height: 40px;

}

.footer-top .left span {
    display: block;
    font-size: 18px;
}

.footer-top .left span:first-child {
    font-size: 22px;
}

.footer-top .line {
    height: 80px;
    width: 1px;
    background-color: #fff;
    margin: 0px 30px;
}

.footer-top .address {
    line-height: 40px;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-top .address span {
    display: block;
}

.footer-top img {
    width: 80px;
    height: 80px;
    margin-left: 30px;
}


.footer-bottom {
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: rgb(60, 140, 255);
    font-size: 16px;
}


/*  */
.path {
    border-bottom: 1px solid #f0f0f0;
}

.path .con-center {
    display: flex;
    align-items: center;
    height: 50px;
}

.path img {
    height: 14px;
    margin-right: 10px;
}

.path .sep {
    padding: 0px 12px;
}
.path span {
    color: #999;
}
.path span:last-child{
    color: rgb(60, 140, 255);
}
/*  */
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 60px;
}

.page .row {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 10px;
    background-color: #f0f0f0;
}

.page .cur {
    background-color: green;
    color: #fff;
}
.page .cur span{
    color: #fff;
}
/*  */
.detail-page {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0px;
    line-height: 30px;
}
.detail-page span{
    color: #206107;
}

.detail-page .iconfont {
    font-size: 14px;
}


/*  */

.con-center {
    width: 64%;
    margin: auto;
}

@media screen and (max-width: 800px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100% !important;
    }
    .container {
        width: 100%;
    }

    .header {
        position: relative;
    }

    .header .top {
        justify-content: space-between;
        padding: 0px 20px;
    }

    .header .top-left {

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

    }

    .header .top-left span {
        display: none;
    }

    .header .top-left span:first-child {
        white-space: nowrap;
    }

    .header .top-left span:last-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header .nav {
        display: none;
    }

    .header .menu-icon {
        display: block;
        width: 1.5em;
        height: 1.5em;
        border: 1px solid #f0f0f0;
        border-radius: 4px;
        padding: 6px 16px;
        background: 50%/100% 100% no-repeat;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

    }

    .header .mobile-nav {
        position: absolute;
        z-index: 100;
        top: 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 0px 0px 10px 10px;
        overflow: hidden;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);

    }

    .header .mobile-nav a {
        padding: 14px 20px;
        border-bottom: 1px solid #f0f0f0;
    }

    .header .mobile-nav a:last-child {
        border-bottom: none;
    }


    .header .swiper {
        height: auto;

    }

    .layout div.lay-content {
        width: auto;
        padding: 0px 20px;
        margin: auto;
        width: 100%;
        box-sizing: border-box;
    }

    /* footer */
    .footer-top {
        flex-direction: column;
        text-align: center;

    }

    .footer-top .line {
        display: none;
    }

    .footer-top .address {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-top img {
        width: 30%;
        height: auto;
        margin: auto;
        margin-top: 10px;

    }

    .footer-bottom {
        padding: 10px;
        line-height: 20px;
    }

    .header .banner {
        height: 180px;
    }

    .con-center {
        width: 100%;
        margin: auto;
    }

    .path {
        padding-left: 20px;
    }
    div.detail-page {
        padding: 20px 0px 20px;
    }

    .detail-page .con-center {
        box-sizing: border-box;
        padding-left: 20px;
    }

}
