a:hover {
    text-decoration: none;
}
*{
    padding: 0;
    margin: 0;
}
p{
    text-align: justify;
}
@keyframes downUp {
    0% {
        margin-top: 5px
    }
    25% {
        margin-top: -5px
    }
    50% {
        margin-top: 5px
    }
    75% {
        margin-top: -5px
    }
    100% {
        margin-top: 5px
    }
}

@keyframes leftRight {
    0% {
        margin-right: 5px
    }

    25% {
        margin-right: -5px
    }
    50% {
        margin-right: 5px
    }
    75% {
        margin-right: -5px
    }
    100% {
        margin-right: 5px
    }
}
.fade-in {
    animation: fadeIn 2s;
}
@keyframes scaleDownUp {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1);
    }
}
.image {
    overflow: hidden;
    cursor: pointer;
}

.image img {
    width: 100%;
    transition: .5s all ease-in-out;

}
/* 旋转 */
.rotate-image {
    overflow: hidden;
    position: relative;
}

.rotate-image img {
    width: 100%;
}
@media (min-width: 1200px) {
    @keyframes bounceIn {
        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        0% {
            opacity: 0.5;
            transform: scale3d(0.3, 0.3, 0.3);
        }
        20% {
            transform: scale3d(1.1, 1.1, 1.1);
        }
        40% {
            transform: scale3d(0.9, 0.9, 0.9);
        }
        60% {
            opacity: 1;
            transform: scale3d(1.03, 1.03, 1.03);
        }
        80% {
            transform: scale3d(0.97, 0.97, 0.97);
        }
        100% {
            opacity: 1;
            transform: scale3d(1, 1, 1);
        }
    }
    .image {
        overflow: hidden;
        cursor: pointer;
    }

    .image img {
        width: 100%;
        transition: .5s all ease-in-out;

    }

    .image img:hover {
        transform: scale(1.05);
    }

    /* 旋转 */
    .rotate-image {
        overflow: hidden;
        position: relative;
    }

    .rotate-image img {
        width: 100%;
    }

    .rotate-image:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(255, 255, 255, .30);
        -webkit-transform: rotateX(90deg) scaleY(0.5);
        -ms-transform: rotateX(90deg) scaleY(0.5);
        transform: rotateX(90deg) scaleY(0.5);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        z-index: 1
    }

    .rotate-image:hover:before {
        -webkit-transform: rotateX(0deg) scaleY(1.0);
        -ms-transform: rotateX(0deg) scaleY(1.0);
        transform: rotateX(0deg) scaleY(1.0)
    }

    .change {
        height: 50px;
        background-color: rgba(255, 255, 255, 1);
    }

    .change .container {
        align-items: self-start;
    }

    .change .navbar-brand {
        padding: 0;
        margin: 10px 0;
    }

    .change .navbar-brand > img {
        /*height: 40px;*/
    }

    .change.mu-header .navbar-nav .nav-item .nav-link {
        height: 40px;
        line-height: 40px;
    }

    .mu-header.change .navbar-phone {
        height: 40px;
        margin-top: 10px;
    }

    .change.mu-header .navbar-menu {
        align-items: self-start;
    }

    .change.mu-header .navbar-brand img {
        width: 146px;
    }

    .change.mu-header .navbar-search .navbar-search-button {
        height: 40px;
        margin-top: 2px;
        line-height: 40px;
    }

    /*=========================================首页====================================================================*/
    .indexSwiper {
        position: relative;
    }

    .indexSwiper .swiper-slide img {
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: 1s linear 2s;
        transform: scale(1.1, 1.1);
    }

    .indexSwiper .swiper-slide-active img, .swiper-slide-duplicate-active img {
        transition: 6s linear;
        transform: scale(1, 1);
    }

    .index-profile {
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        position: relative;
        padding-bottom: 50px;
        background-attachment: fixed;
    }

    .index-profile .profile-content {
        width: 100%;
    }

    .index-profile .profile-content .profile-top {
        width: 38.458vw;
        margin-left: 11%;
    }

    .index-profile .profile-content .profile-top .content {
        font-weight: 400;
        font-size: 16px;
        color: #262626;
        line-height: 39px;
        margin-top: 60px;

    }

    .index-profile .profile-content .profile-top .see-more {
        margin-top: 40px;
    }

    .index-profile .profile-content .profile-bottom {
        margin-top: 40px;
        height: 170px;
        background: linear-gradient(90deg, #00ADEF, #0084B6);
    }

    .index-profile .profile-content .profile-bottom .tags {
        display: flex;
        width: 50%;
        padding-top: 16px;
    }

    .index-profile .profile-right {
        width: 50%;
        position: absolute;
        right: 0;
        top: 20px;
        height: 98%;
        background-repeat: no-repeat;
    }

    .index-profile .profile-content .profile-bottom .tags .tag {
        display: flex;
        flex-direction: column;
        margin: 20px auto;
        align-items: flex-start;
    }

    .index-profile .profile-content .profile-bottom .tags .tag .tag-top {
        display: flex;
        align-items: flex-start;
    }

    .index-profile .profile-content .profile-bottom .tags .tag .tag-top .year {
        font-family: Impact;
        font-weight: 400;
        font-size: 48px;
        color: #fff;
    }

    .index-profile .profile-content .profile-bottom .tags  .tag-bottom {
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }

    .index-profile .profile-content .profile-bottom .tags .tag .tag-right {
        font-size: 16px;
        color: #fff;
        margin-top: 10px;
        margin-left: 10px;
    }

    .see-more {
        display: block;
        width: 145px;
        height: 41px;
        border-radius: 50px;
        border: 1px solid #161616;
        text-decoration: none;
        font-size: 14px;
        color: #262626;
        line-height: 41px;
        text-align: center;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        position: relative;
        overflow: hidden;
    }

    .see-more span:first-child {
        position: relative;
        transition: color 1s cubic-bezier(0.48, 0, 0.12, 1);
        z-index: 10;
    }

    .see-more span:last-child {
        color: white;
        display: block;
        position: absolute;
        bottom: 0;
        transition: all 1s cubic-bezier(0.48, 0, 0.12, 1);
        z-index: 100;
        opacity: 0;
        top: 50%;
        left: 50%;
        transform: translateY(225%) translateX(-50%);
        height: 15px;
        line-height: 13px;
        width: 100%;
    }

    .see-more:after {
        content: "";
        position: absolute;
        bottom: -50%;
        left: -10%;
        border-radius: 50px;
        width: 120%;
        height: 120%;
        background-color: var(--primary);
        transform-origin: bottom center;
        transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
        transform: skewY(9.3deg) scaleY(0);
        z-index: 50;
    }

    .see-more:hover:after {
        transform-origin: bottom center;
        transform: skewY(9.3deg) scaleY(2);
    }

    .see-more:hover span:last-child {
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
        transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
    }

    .index-cate .i-cate-name {
        font-size: 24px;
        color: #171717;
        line-height: 61px;
        z-index: 10;
        position: sticky;
    }

    .index-cate .i-cate-desc {
        font-size: 3.125vw;
        color:#00adef5c;
        line-height: 94px;
        z-index: 1;
        font-family: PingFang;
        margin-top: -60px;
        position: sticky;
        opacity: 0.5;
    }

    .index-cate .i-cate-content {
        font-size: 36px;
        color: #171717;
        line-height: 61px;
        margin-top: -10px;
    }

    .index-resource {
        background-attachment: fixed;
        padding-top: 60px;
    }

    .index-resource .i-resource-top {
        display: flex;
        justify-content: space-between;
    }

    .index-resource .i-resource-top .index-cate {
        width: 100%;

    }

    .index-resource .i-resource-top .index-cate-content {
        margin-left: 60px;
        font-weight: 400;
        font-size: 16px;
        color: #171717;
        line-height: 29px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .index-resource .cate-list {
        display: flex;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-resource .cate-list .cate-item {
        width: 254px;
        height: 74px;
        background: #FFFFFF;
        border-radius: 0px 27px 0px 0px;
        font-weight: 400;
        font-size: 24px;
        color: #1B1B1B;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        padding-top: 20px;
        cursor: pointer;
    }

    .index-resource .cate-list .cate-item.active {
        background: var(--primary);
        color: #fff;
    }

    .index-resource .cate-list .cate-item.active i {
        color: #fff;
    }

    .index-resource .cate-list .cate-item.active .desc {
        background-image: linear-gradient(to top, #00beff, #fff); /* 渐变背景 */
    }

    .index-resource .cate-list .cate-item i {
        font-weight: 400;
        font-size: 24px;
        color: #1B1B1B;
    }

    .index-resource .cate-list .cate-item .desc {
        position: absolute;
        right: 0;
        bottom: 0;
        font-weight: 400;
        font-size: 24px;
        line-height: 26px;
        color: transparent; /* 文本颜色设置为透明 */
        background-image: linear-gradient(to top, #1B1B1B, #fff); /* 渐变背景 */
        background-clip: text; /* 将背景剪裁为文字形状 */
        opacity: 0.4;
    }

    .index-resource .resource-list {
        margin-top: 20px;
        width: 100%;
    }

    .index-resource .resource-list .resource-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: none;
        color: #fff;
        padding: 120px 0;
        position: relative;
        transition: 1s all ease-in-out;
    }

    .index-resource .resource-list .resource-item.show {
        display: block;

    }

    .index-resource .resource-list .resource-item .resource-i-cate {

    }

    .index-resource .resource-list .resource-item .resource-i-cate .resource-i-cate-top {
        display: flex;
    }

    .index-resource .resource-list .resource-item .resource-i-cate .resource-i-cate-top .title {
        font-size: 36px;
        color: #FFFFFF;
        line-height: 26px;
    }

    .index-resource .resource-list .resource-item .resource-i-cate .resource-i-cate-top .keywords {
        font-size: 18px;
        color: #1D1D1D;
        line-height: 26px;
        background: url("../images/desc_bg.png") no-repeat center center;
        padding: 0 50px;
    }

    .index-resource .resource-list .resource-item .resource-i-cate .resource-i-cate-content {
        margin-top: 20px;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 26px;
    }

    .index-resource .resource-list .resource-item .resource-products {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .index-resource .resource-list .resource-item .resource-products .resource-product {
        width: 430px;
        height: 178px;
        background: rgba(24, 24, 24, 0.46);
        border-radius: 23px;
        border: 1px solid #FFFFFF;
        padding: 20px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

    .index-resource .resource-list .resource-item .resource-products .resource-product:hover {
        background: var(--primary);
    }

    .index-resource .resource-list .resource-item .see-more {
        border: 1px solid #fff;
        color: #fff;
        position: absolute;
        right: 14%;
        top: 0%;
    }

    .index-resource .resource-list .resource-item .resource-products .resource-product .resource-a-title {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 26px;
    }

    .index-resource .resource-list .resource-item .resource-products .resource-product .resource-a-desc {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 26px;
        margin-top: 20px;
    }

    .index-route {
        background: url("../images/product_bg.jpg") no-repeat fixed;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .index-route .i-route-top {
        position: relative;
    }

    .index-route .i-route-top .see-more {
        position: absolute;
        right: 22px;
        top: 60%;
    }

    .index-route .cate-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .index-route .cate-list .cate-item {
        width: 148px;
        height: 40px;
        background: #161616;
        border-radius: 20px;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        margin-right: 60px;
        cursor: pointer;
    }

    .index-route .cate-list .cate-item.active {
        background: #00adef;
    }

    .index-route .route-list {
        display: none;
        margin-top: 40px;
        flex-wrap: wrap;
        transition: all 0.5s ease;
    }

    .index-route .route-list.show {
        display: flex;
    }

    .index-route .route-list .route-item {
        width: 444px;
        height: 510px;
        background: #FFFFFF;
        margin: 0 10px;
    }

    .index-route .route-list .route-item .product-image {
        width: 100%;
        height: 333px;
    }

    .index-route .route-list .route-item .product-title {
        padding: 20px;
        font-weight: 400;
        font-size: 16px;
        color: #171717;
        line-height: 26px;
        transition: all 0.5s ease-in-out;
    }

    .index-route .route-list .route-item .route-item-bottom {
        display: flex;
        justify-content: space-between;
        padding: 0 20px 20px 20px;
    }

    .index-route .route-list .route-item .route-item-bottom .price {

        font-size: 24px;
        color: #FE4200;
    }

    .index-route .route-list .route-item .route-item-bottom .price span {
        font-size: 16px;
    }

    .index-route .route-list .route-item .route-item-bottom .more {
        width: 40px;
        height: 40px;
        background: #171717;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        line-height: 40px;
        transition: all 0.5s ease-in-out;
    }

    .index-route .route-list .route-item:hover .more {
        background: var(--primary);
        transform: rotate(-45deg);
    }

    .index-route .route-list .route-item:hover .product-title {
        color: var(--primary);
    }
    .index-advantage{
        display: flex;
    }
    .index-advantage .advantage-left{
        width: 50%;
        background: url("../images/flower_bg.jpg") no-repeat fixed;
        background-size: cover;
        padding: 90px 5% 90px 13%;

    }
    .index-advantage .advantage-left *{
        color: #fff !important;
    }
    .index-advantage .advantage-left .i-cate-desc{
        color: #36bef2 !important;
    }
    .index-advantage .advantage-left .index-cate-desc{
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 29px;
        margin-top: 20px;
    }
    .index-advantage .advantage-right{
        width: 50%;
    }
    .index-advantage .advantage-left .advantage-list{
        margin-top: 30px;
    }
    .index-advantage .advantage-left .advantage-list .advantage-item{
        padding: 20px 0;
        display: flex;
        border-top: 1px solid #fff;
    }
    .index-advantage .advantage-left .advantage-list .advantage-item .advantage-image{
        width:127px;
        height: 64px;
        background: #FFFFFF;
        border-radius: 50%;
        color: var(--primary) !important;
        text-align: center;
        line-height: 64px;
        font-size: 30px;
        margin-right: 20px;
    }
    .index-advantage .advantage-left .advantage-list .advantage-item .advantage-item-right .a-i-r-t{
        font-size: 18px;
        color: #FFFFFF;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .index-advantage .advantage-left .advantage-list .advantage-item .advantage-item-right .a-i-r-b{
        font-weight: 400;
        height: 52px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 29px;
        overflow: hidden;
        transition: all 1s ease-in-out;
        cursor: pointer;
    }
    .index-advantage .advantage-left .advantage-list .advantage-item .advantage-item-right .a-i-r-b:hover{
        height: auto;
    }
    .index-story{
        margin-top: 50px;

    }
    .index-story .i-route-top {
        position: relative;
    }

    .index-story .i-route-top .see-more {
        position: absolute;
        right: 22px;
        top: 60%;
    }
    .index-story .storySwiper{
        overflow: hidden;
        margin-top: 20px;
        position: relative;
        padding-bottom: 20px;
    }
    .index-story .storySwiper .swiper-slide{
        display: flex;
        position: relative;
    }
    .index-story .storySwiper .swiper-slide .story-image{
        width: 700px;
        height: 463px;
        border-radius: 23px;
    }
    .index-story .storySwiper .swiper-slide .story-content{
        width: 806px;
        height: 388px;
        background-color: #FFFFFF;
        background-image: url(../images/douhao.png);
        background-repeat: no-repeat;
        background-position: 694px top;
        box-shadow: 0px 3px 18px 0px rgba(0, 33, 70, 0.1);
        border-radius: 40px;
        position: absolute;
        right: 0;
        top: 34px;
        padding: 20px;
        font-weight: 400;
        font-size: 16px;
        color: #171717;
        line-height: 25px;
        overflow-y: scroll;
        z-index: 9999;
    }
    /* 隐藏垂直滚动条 */
    .index-story .storySwiper .swiper-slide .story-content::-webkit-scrollbar {
        width: 0;
    }
    .index-story .storySwiper .swiper-button-prev:after,.index-story .storySwiper .swiper-button-next:after{
        display: none;
    }
    .index-story .storySwiper .swiper-button{
        position: absolute;
        bottom: -5px;
        right: 20%;
        height: 60px;
        width: 154px;
    }
    .index-story .storySwiper .swiper-button .swiper-button-prev i{
        transform: rotate(360deg);
    }
    .index-story .storySwiper .swiper-button .swiper-button-next i{
        transform: rotate(-180deg);
    }
    .index-story .storySwiper .swiper-button i{
        color: var(--primary);
        font-size: 60px;
    }
    .index-story .storySwiper .swiper-pagination{
        position: absolute;
        left: 0;
        bottom: 34px;
        width: 100px;
    }
    .index-story .storySwiper .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        border-radius: 50%;
    }
    .index-story .storySwiper .swiper-pagination-clickable .swiper-pagination-bullet-active{
        background: var(--primary);
        border: none;
    }
    .index-story .storySwiper  .swiper-slide img {
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: 1s linear 2s;
        transform: scale(1.1, 1.1);
    }

    .index-story .storySwiper  .swiper-slide-active img, .swiper-slide-duplicate-active img {
        transition: 6s linear;
        transform: scale(1, 1);
    }
    .index-news{
        padding-top: 100px;
        margin-top: 50px;
        padding-bottom: 100px;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .index-news .i-route-top {
        position: relative;
    }

    .index-news .i-route-top .see-more {
        position: absolute;
        right: 22px;
        top: 60%;
    }
    .index-news .news-list{
        margin-top: 40px;
        display: flex;
        /* justify-content: space-around; */
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .index-news .news-list .news-item{
        width: 437px;
        height: 560px;
        margin-right: 30px;
        background: #FFFFFF;
        color: #171717;
        transition: all 0.5s ease-in-out;
        margin-bottom: 20px;
    }
    .index-news .news-list .news-item .news-image{
        width: 100%;
        height: 270px;
    }
    .index-news .news-list .news-item .product-date{
        margin: 40px 0 0 40px;
    }
    .index-news .news-list .news-item .product-date .day{
        font-weight: bold;
        font-size: 30px;
        line-height: 57px;
    }
    .index-news .news-list .news-item .product-date .year{
        font-size: 16px;
        line-height: 57px;
    }
    .index-news .news-list .news-item .product-title{
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        margin: 0 40px;
    }
    .index-news .news-list .news-item .route-item-bottom{
        margin: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 35px;
        border-bottom: 3px solid #171717;
        display: inline-block;
        padding-bottom: 5px;
        transition: all 0.5s ease-in-out;
    }
    .index-news .news-list .news-item .route-item-bottom i{
        margin-left: 10px;
        transition: all 0.5s ease-in-out;
    }
    .index-news .news-list .news-item:hover{
        color: var(--primary);
    }
    .index-news .news-list .news-item:hover .route-item-bottom{
        border-bottom: 3px solid var(--primary);
    }
    .index-news .news-list .news-item:hover .route-item-bottom i{
        margin-left: 5px;
    }
    .index-contact{
        height:430px ;
        color: #fff;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 200%;
    }
    .index-contact .container{
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .index-contact .contact-left .title{
        font-size: 43px;
        color: #FFFFFF;
        line-height: 63px;
    }
    .index-contact .contact-left .desc{
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 63px;
    }
    .index-contact .see-more{
        border: 1px solid #fff;
        color: #fff;
    }
    .mu-footer{
        border-top: 4px solid var(--primary);
    }
    /*==========================================================公司简介页=============================================*/
    .profile-page .group-profile .banner{
        width: 100%;
        overflow: hidden;
    }
    .profile-page .group-profile .banner img {
        width: 100%;
        height: auto;
        min-height: 100%;
        animation: scaleDownUp 20s ease-in-out infinite;
    }
    .profile-page .group-profile .group-box{
        display: flex;
        margin-top: 60px;
        justify-content: space-between;
    }
    .profile-page .group-profile .group-box .group-box-l{
        width: 46%;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 29px;
    }
    .profile-page .group-profile .group-box .group-box-r{
        width: 50%;
        position: relative;
    }
    .about-one__video-icon {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        font-size: 20px;
        background-color: rgba(#fff, 1);
        box-shadow: 0 10px 60px 0 rgb(0 0 0 / 20%);
        border-radius: 50%;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .about-one__video-link .ripple,
    .about-one__video-icon .ripple:before,
    .about-one__video-icon .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
        -o-box-shadow: 0 0 0 0  rgba(255,255,255, 0.6);
        -webkit-box-shadow: 0 0 0 0  rgba(255,255,255, 0.6);
        box-shadow: 0 0 0 0  rgba(255,255,255, 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

    .about-one__video-icon .ripple:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
    }

    .about-one__video-icon .ripple:after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
    }

    .about-one__img-two {
        position: absolute;
        bottom: -160px;
        right: -155px;
        z-index: 1;
    }
    @keyframes ripple {
        70% {
            box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        }
    }
    .profile-page .group-profile .group-box .group-box-r .player{
        position: absolute;
        width: 173px;
        height: 173px;
        background-color: var(--primary);
        border-radius: 0px 82px 0px 0px;
        left: 0;
        bottom: 0;
        background-image: url("../images/player.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
    .profile-page .group-profile .group-box .group-box-l .group-b-l-b{
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 29px;
    }
    .profile-page .profile-title{
        background: url("../images/title_bg.png") no-repeat ;
        padding: 33px 35px;
    }
    .profile-page .profile-title .title{
        font-size: 36px;
        color: #000000;
    }
    .profile-page .profile-title .subtitle{
        font-size: 18px;
        color: #000000;
    }
    .profile-page .group-profile .group-line{
        width: 100%;
        height: 60px;
        background: linear-gradient(to right,var(--primary),#fff);
        margin: 50px 0;
    }
    .profile-page .group-profile .person-box{
        display: flex;
        justify-content: space-between;
    }
    .profile-page .group-profile .person-box .person-box-r{
        width: 46%;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 29px;
        background: url("../images/profile_bg.png") no-repeat right bottom;
    }
    .profile-page .group-profile .person-box .person-box-l{
        width: 50%;
    }
    .profile-page .organizational-structure{
        background-attachment: fixed;
        background-repeat: no-repeat;
        padding: 80px 0 20px 0;
        background-size: 110%;
    }
    .profile-page .organizational-structure .profile-title{
        padding-bottom: 20px;
    }
    .profile-page .organizational-structure .organizeSwiper{
        margin-top:50px ;
        overflow: hidden;
        position: relative;
    }
    .profile-page .organizational-structure .organizeSwiper .organizational-list{
        display: flex;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item{
        width: 359px;
        height: 420px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 312px;
        margin-right: 30px;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer;
        transition: 0.5s all ease;

    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item.active{
        width: 700px;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item .title{
        font-size: 24px;
        color: #FFFFFF;
        z-index: 10;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item .line{
        width: 95px;
        height: 3px;
        background: #00ADEF;
        z-index: 10;
        margin-top: 12px;
    }

    .profile-page .organizational-structure .organizeSwiper .swiper-button-next:after,
    .profile-page .organizational-structure .organizeSwiper .swiper-button-prev:after{
        display: none;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item .info{
        display: none;

    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item.active{
        padding-top:98px ;
        padding-left: 50px;
        padding-right: 270px;
        align-items: self-start;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item.active .info{
        display: flex;
        flex-direction: column;
        z-index: 10;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item.active .info a{
        color: #fff;
        transition: all 0.5s ease;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item.active .info a:hover{
        color: var(--primary);
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item.active .info .keywords{
        font-size: 14px;
        color: #FFFFFF;
        margin: 0 0 20px 0;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item.active .info .profile-more{
        margin-top: 50px;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item.active:after{
        top: 0;
        left: 0;
        height: 100%;
        background: linear-gradient(to right,rgba(0,0,0,0.8),transparent);
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top,rgba(0,0,0,0.8),transparent);
        z-index: 0;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-bottom{
        width:  921px;
        margin: 80px auto;
        height: 50px;
        position: relative;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-bottom .line{
        width: 921px;
        height: 1px;
        background: #C0C0C0;
        position: absolute;
        top: 25px;
        z-index: 9;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-button{
        position: relative;
        width: 50px;
        height: 50px;
        background: #00ADEF;
        border-radius: 50%;
        margin: 0 auto;
        z-index: 10;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-button .swiper-button-prev i{
        transform: rotate(180deg);
        font-size: 16px;
        line-height: 42px;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-button .swiper-button-next i{
        transform: rotate(360deg);
        font-size: 16px;
        line-height: 42px;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-button *{
        display: inline-block;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-button .swiper-button-next{
        padding-left: 10px;
    }
    .profile-page .corporate-culture{
        background-attachment: fixed;
        background-repeat: no-repeat;
        padding: 80px 0;
        color: #fff;
    }
    .profile-page .corporate-culture .profile-title *{
        color: #fff;
    }
    .profile-page .corporate-culture .culture-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .profile-page .corporate-culture .culture-list .culture-item{
        width: 50%;
        padding: 90px 70px;
        transition: 0.5s all ease;
        cursor: pointer;
        color: #FFFFFF;
    }
    .profile-page  .culture-item .culture-top{
        display: flex;
        align-items: center;
    }
    .profile-page  .culture-item .culture-top .culture-top-r{
        font-size: 28px;
        color: #00ADEF;
        margin-left: 20px;
        transform: rotate(45deg);
        margin-top: 30px;
    }
    .profile-page .corporate-culture .culture-list .culture-item:hover{
        background: rgba(0, 173, 239, 0.5);
    }
    .profile-page .corporate-culture .culture-list .culture-item:nth-child(1){
        border-bottom: 1px solid #aeadb1;
        border-right: 1px solid #aeadb1;
       padding-left: 30px;
    }
    .profile-page .corporate-culture .culture-list .culture-item:nth-child(2){

    }
    .profile-page .corporate-culture .culture-list .culture-item:nth-child(3){
        padding-left: 30px;
        width: 49.9%;
    }
    .profile-page .corporate-culture .culture-list .culture-item:nth-child(4){
        border-top: 1px solid #aeadb1;
        border-left: 1px solid #aeadb1;
        margin-left: -1px;
        width: 50.1%;
    }
    .profile-page  .culture-item .culture-top .title{
        display: flex;
        align-items: baseline;
    }
    .profile-page  .culture-item  .culture-top .title .s-title{
        font-size: 24px;
    }
    .profile-page  .culture-item .culture-top .title .lg-title{
        font-size: 36px;
    }
    .profile-page  .culture-item .culture-top  .subtitle{
        font-size: 14px;

    }
    .profile-page  .culture-item .content{
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        margin-top: 25px;
    }
    .profile-page .slogan-mission{
        display: flex;
        width: 100%;
        height: 630px;
        margin-top: 20px;
    }
    .profile-page .slogan-mission .slogan-left{
        width: 50%;
        height: 100%;
    }
    .profile-page .slogan-mission .sloganSwiper{
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .profile-page  .slogan-mission .sloganSwiper .content{
        color: #000;
    }
    .profile-page .slogan-mission  .sloganSwiper .culture-item{
        display: flex;
        flex-direction: column;
        padding: 19% 28%;
    }
    .profile-page .slogan-mission  .sloganSwiper .culture-item   .culture-top-r{
        font-size: 50px;
    }
    .profile-page .slogan-mission  .sloganSwiper .swiper-button-prev, .slogan-mission  .sloganSwiper .swiper-button-next{
        width: 51px;
        height: 51px;
        border-radius: 50%;
        border: 3px solid #666666;
    }
    .profile-page  .slogan-mission  .sloganSwiper .swiper-button-next{
        right: 30%;
    }
    .profile-page .slogan-mission  .sloganSwiper .swiper-button-prev:after, .slogan-mission  .sloganSwiper .swiper-button-next:after{
       font-size: 16px;
        color:#666666 ;
    }
    .profile-page .excellent-person{
        margin-top: 20px;
        display: flex;
    }
    .profile-page .excellent-person .person-left{
        width: 50%;
        padding-top: 50px;
    }
    .profile-page .excellent-person .person-list{
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }
    .profile-page .excellent-person  .culture-item   .culture-top-r{
        font-size: 50px;
    }
    .profile-page .excellent-person .person-left .content{
        width: 378px;
        font-size: 20px;
        line-height: 40px;
        color: #171717;
    }
    .profile-page .excellent-person .person-list .person-item .person-image{
        height:274px ;
        width: 100%;
    }
    .profile-page .excellent-person .person-list .person-item{
        width: 212px;
        text-align: center;
        font-weight: 400;
        font-size: 17px;
        color: #171717;
        line-height: 30px;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .profile-page .growth-journey{
        padding:70px 0 ;
        background-attachment: fixed;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .profile-page .growth-journey .historySwiper2{
        height: 374px;
        margin-left: 20px;
        position: relative;
        overflow: hidden;
        padding-left:108px;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom:50px;
    }
    .profile-page .growth-journey .historySwiper2 .swiper-slide{
        display: flex;
    }
    .profile-page .growth-journey .historySwiper2 .swiper-slide .history-info{
        width: 521px;
        margin-right: 80px;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 29px;
    }
    .profile-page .growth-journey .historySwiper2 .swiper-slide .history-image{
        width: 589px;
        height: 374px;
    }
    .profile-page .growth-journey .historySwiper2 .swiper-slide .info-top{
        display: flex;
        align-items: baseline;
        margin-top: 20px;
        margin-bottom:50px ;
    }
    .profile-page .growth-journey .historySwiper2 .swiper-slide .info-top .info-title{
        font-family: Impact;
        font-weight: 400;
        font-size: 71px;
        color: #000000;
    }
    .profile-page .growth-journey .historySwiper2 .swiper-button-next,.profile-page .growth-journey .historySwiper2 .swiper-button-prev{
        width: 50px;
        height: 50px;
        background: #00ADEF;
        border-radius: 50%;
    }
    .profile-page .growth-journey .historySwiper2 .swiper-button-next:after,.profile-page .growth-journey .historySwiper2 .swiper-button-prev:after{
        font-size: 14px;
    }
    .profile-page .growth-journey .historySwiper2 .swiper-button-disabled{
        background: #666;
    }
    .profile-page .growth-journey .growth-bottom{
        position: relative;
    }
    .profile-page .growth-journey .growth-bottom .historySwiper{
        padding-left: 50px;
    }
    .profile-page .growth-journey .growth-bottom .historySwiper .year-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: normal;
        font-size: 36px;
        color: #232323;
        padding: 50px;
    }
    .profile-page .growth-journey .growth-bottom .historySwiper  .year-box .point{
        width: 7px;
        height: 29px;
        background: #232323;
    }
    .profile-page .growth-journey .growth-bottom .line{
        width: 100%;
        position: absolute;
        top: 120px;
        height: 1px;
        background: #666666;
    }
    .profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide.active .ripple,
    .profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide.active .ripple:before,
    .profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide.active .ripple:after {
        position: absolute;
        top: 42%;
        left: 50%;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(0, 173, 239, 0.8);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-box-shadow: 0 0 0 0 rgba(0, 173, 239, 0.6);
        -o-box-shadow: 0 0 0 0  rgba(0, 173, 239, 0.6);
        -webkit-box-shadow: 0 0 0 0  rgba(0, 173, 239, 0.6);
        box-shadow: 0 0 0 0  rgba(0, 173, 239, 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

    .profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide.active .ripple:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
    }

    .profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide.active .ripple:after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
    }
    .profile-page .development-plan{
        display: flex;
        flex-wrap: wrap;
    }
    .profile-page .development-plan .plan-item{
        width: 50%;
        height: 350px;
        color: #fff;
        padding-top: 80px;
        cursor: pointer;
        position: relative;
    }
    .profile-page .development-plan .plan-item:after{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 173, 239, 0.3);
        opacity: 0;
        transition: all 0.5s ease;
    }
    .profile-page .development-plan .plan-item:hover:after{
        opacity: 1;
    }
    .profile-page .development-plan .plan-item:nth-child(1){
        padding-left: 15%;
    }
    .profile-page .development-plan .plan-item:nth-child(2){
        padding-left: 5%;
    }
    .profile-page .development-plan .plan-item:nth-child(3){
        padding-left: 15%;
    }
    .profile-page .development-plan .plan-item:nth-child(4){
        padding-left: 5%;
    }
    .profile-page .development-plan .plan-item .cate{
        display: flex;
        align-items: center;
    }
    .profile-page .development-plan .plan-item .cate .cate-name{
        background: url("../images/plan_title.png") no-repeat;
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        text-align: center;
        width: 156px;
        height: 34px;
        line-height: 34px;
        margin-right: 10px;
    }
    .profile-page .development-plan .plan-item .cate .cate-content{
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        width: 102px;
    }
    .profile-page .development-plan .plan-item .plan-title{
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        margin:20px  30px ;
    }
    .profile-page .development-plan .plan-item .plan-content{
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        margin:0 30px ;
    }
    .profile-page .honors-qualifications{
        padding: 80px 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right top;
        cursor: pointer;
    }
    .profile-page .honors-qualifications *{
        color: #fff !important;
    }
    .profile-page .honors-qualifications .profile-title{
        background: url("../images/profile_title.png") no-repeat;

    }
    .profile-page .honors-qualifications .honors-bottom{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list{
        margin-left: 30px;
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list .cate-item{
        width: 80px;
        height: 68px;
        margin-bottom: 100px;
        margin-top: 20px;
        position: relative;
        transition: all 0.5s ease;
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list .cate-item .cate-name{
        font-size: 18px;
        color: #FFFFFF;
        z-index: 20;
        position: sticky;
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list .cate-item .line{
        width: 43px;
        height: 6px;
        background: #FFFFFF;
        z-index: 20;
        position: sticky;
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list .cate-item.active .line{
        width: 73px;
        background: #E3BE96;
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list .cate-item:after{
        position: absolute;
        color: #5fb7f5;
        top: -47px;
        left: 0;
        font-size: 80px;
        font-family: Impact;
        z-index: 10;
        opacity: 0;
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list .cate-item.active:after{
        opacity: 1;
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list .cate-item:nth-child(1):after{
        content: '01';
    }
    .profile-page .honors-qualifications .honors-bottom .cate-list .cate-item:nth-child(2):after{
        content: '02';
    }
    .profile-page .honors-qualifications .honors-bottom .honors-box{
        width: 100%;
        margin-left: 120px;
    }
    .profile-page .honors-qualifications .honors-bottom .honorSwiper{
        display: none;
        width: 80%;
        overflow: hidden;
        position: relative;
        padding-bottom: 50px;
        transition: all 0.5s ease;
    }
    .profile-page .honors-qualifications .honors-bottom .honorSwiper.show{
        display: block;
    }
    .profile-page .honors-qualifications .honors-bottom .honorSwiper .swiper-slide{
        width: 275px;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 60px;
    }
    .profile-page .honors-qualifications .honors-bottom .honorSwiper .honor-list .honor-item {
        width: 300px;
        text-align: center;
        display: block;
    }
    .profile-page .honors-qualifications .honors-bottom .honorSwiper .honor-list .honor-item img {
        width: 100%;
        transition: 1s all ease-in-out;
    }

    .profile-page .honors-qualifications .honors-bottom .honorSwiper .honor-list .honor-item :hover img {
        -webkit-mask-position: 0 0;
        -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100% / 250% 250%;
    }
    .profile-page .honors-qualifications .honors-bottom .honorSwiper .swiper-pagination-bullet{
        width: 30px;
        height: 5px;
        background: #88befb;
        border-radius: 2px;
    }
    .profile-page .honors-qualifications .honors-bottom .honorSwiper .swiper-pagination-bullet-active{
        width: 30px;
        height: 5px;
        background: #FFFFFF;
        border-radius: 2px;
        border: none;
    }
    /*===============================================部门介绍=========================================================*/

    .department-page  .banner {
        width: 100%;
        overflow: hidden;
    }

    .department-page .banner img {
        width: 100%;
        height: auto;
        min-height: 100%;
        animation: scaleDownUp 20s ease-in-out infinite;
    }
    .department-page .department-box{
        display: flex;
        margin-top: 40px;
    }
    .department-page .department-box .department-box-l{
        width: 48%;
        height: 508px;
    }
    .department-page .department-box .department-box-r{
        width: 50%;
        height: 508px;
        padding: 20px 30px;
    }
    .department-page  .department-title{
        font-size: 30px;
        display: inline-block;
        color: #232323;
        background: url("../images/sanjiao.png") no-repeat center right;
        padding-right: 40px;
    }
    .department-page  .department-box  .department-box-r  .department-box-r-b{
        font-weight: 400;
        font-size: 18px;
        color: #131313;
        margin-top: 48px;
    }
    .department-page  .department-staff{
        background-attachment: fixed;
        padding-top: 95px;
        background-repeat: no-repeat;
        background-size: 110%;
        padding-bottom: 50px;
    }
    .department-page  .department-staff  .staff-box .staffSwiper{
        overflow: hidden;
        position: relative;
        padding-bottom: 50px;
        margin-top: 40px;
    }
    .department-page  .department-staff  .staff-box .staffSwiper .swiper-slide{
        width: 322px !important;

    }
    .department-page   .department-staff .staff-box .staff-list  .staff-item{
        width: 100%;
        background: #FFFFFF;
        border-radius: 23px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }
    .department-page  .department-staff  .staff-box .staff-list  .staff-item .box{
        width: 100%;
    }
    .department-page  .department-staff  .staff-box .staff-list  .staff-item img {
        width: 100%;
        transition: 1s all ease-in-out;
    }

    .department-page   .department-staff .staff-box .staff-list  .staff-item :hover img {
        -webkit-mask-position: 0 0;
        -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100% / 250% 250%;
    }
    .department-page  .department-staff  .staff-box .staff-list  .staff-item .title{
        font-size: 18px;
        color: #232323;
        margin-top: 20px;
    }
    .department-page  .staff-box .staff-list  .staff-item .subtitle{
        font-size: 14px;
        color: #232323;
        padding-bottom: 20px;
    }
    .department-page  .department-staff  .staff-box .staffSwiper .swiper-pagination-bullet{
        border: none;
        width: 20px;
        height: 3px;
        background: #fff;
        border-radius: 1px;
    }
    .department-page  .department-staff  .staff-box .staffSwiper .swiper-pagination-bullet-active{
        background: #00ADEF;

    }
    .department-page .department-news{
        padding-top:53px ;
        padding-bottom: 50px;
    }
    .department-page .department-news .newsSwiper{
        overflow: hidden;
        margin-top: 40px;
    }
    .department-page  .department-news  .newsSwiper .swiper-slide{
        width: 330px !important;

    }
    .department-page  .department-news  .newsSwiper .swiper-slide .title{
        font-weight: 400;
        font-size: 18px;
        color: #131313;
        padding: 20px ;
    }
}
