@media (max-width: 1200px) {
    .mu-header {
        height: 50px;
    }

    /*=========================================首页====================================================================*/
    .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: 20px;

    }

    .index-profile .profile-content {
        width: 100%;
    }

    .index-profile .profile-content .profile-top {
        width: 100%;
    }

    .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;
        background: linear-gradient(90deg, #00ADEF, #0084B6);
    }

    .index-profile .profile-content .profile-bottom .tags {
        display: flex;
        padding-top: 16px;
        flex-wrap: wrap;
    }

    .index-profile .profile-right {
        /*width: 50%;*/
        position: absolute;
        right: 0;
        top: 20px;
        height: 100%;
    }

    .index-profile .profile-content .profile-bottom .tags .tag {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 20px auto;
    }

    .index-profile .profile-content .profile-bottom .tags .tag .tag-top {
        display: flex;
        align-items: inherit;
    }

    .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: 123px;
        height: 28px;
        border-radius: 50px;
        border: 1px solid #161616;
        text-decoration: none;
        font-size: 14px;
        color: #262626;
        line-height: 28px;
        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: 8.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: 6vw;
        color: #171717;
        /* line-height: 61px; */
        margin-top: -10px;
    }

    .index-resource {

        padding-top: 60px;
    }

    .index-resource .i-resource-top {
        display: flex;
        flex-direction: column;
    }

    .index-resource .i-resource-top .index-cate {
        width: 100%;

    }

    .index-resource .i-resource-top .index-cate-content {
        margin-top: 20px;
        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: 45vw;
        height: 62px;
        background: #FFFFFF;
        border-radius: 0px 27px 0px 0px;
        font-weight: 400;
        font-size: 14px;
        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: 14px;
        color: #1B1B1B;
    }

    .index-resource .cate-list .cate-item .desc {
        position: absolute;
        right: 0;
        bottom: 0;
        font-weight: 400;
        font-size: 14px;
        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;

        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;
        flex-direction: column;
    }

    .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 122px; */
        margin-top: 20px;
        margin-left: -86px;
        text-align: center;
    }

    .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;
        flex-wrap: wrap;
    }

    .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;
        margin-bottom: 20px;
    }

    .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: 0%;
        top: -3%;
    }

    .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;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .index-route .i-route-top {
        position: relative;
    }

    .index-route .i-route-top .see-more {
        position: absolute;
        right: 7px;
        top: 13%;
    }

    .index-route .cate-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        justify-content: space-between;
    }

    .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-bottom: 20px;
    }

    .index-route .cate-list .cate-item.active {
        background: #00adef;
    }

    .index-route .route-list {
        display: none;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .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: 130px;
    }

    .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;
        flex-direction: column;
    }

    .index-advantage .advantage-left {
        width: 100%;
        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: #FFFFFF;
        line-height: 29px;
        margin-top: 20px;
    }

    .index-advantage .advantage-right {
        width: 100%;
    }

    .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%;*/
        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: 1px;
        top: 69%;
    }

    .index-story .storySwiper {
        overflow: hidden;
        margin-top: 20px;
        position: relative;
        width: 100%;
    }

    .index-story .storySwiper .swiper-slide {
        display: flex;
        flex-direction: column;
    }

    .index-story .storySwiper .swiper-slide .story-image {
        width: 100%;
        height: 263px;
        border-radius: 23px;
        overflow: hidden;
    }

    .index-story .storySwiper .swiper-slide .story-content {
        width: 100%;
        height: 263px;
        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 40px 0 0;
        padding: 20px;
        font-weight: 400;
        font-size: 16px;
        color: #171717;
        line-height: 25px;
        overflow-y: scroll;
        z-index: 9999;
        margin-top: -56px;
    }

    /* 隐藏垂直滚动条 */
    .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-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: 50px;
        margin-top: 50px;
        padding-bottom: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .index-news .i-route-top {
        position: relative;
    }

    .index-news .i-route-top .see-more {
        position: absolute;
        right: 1px;
        top: 19%;
    }

    .index-news .news-list {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .index-news .news-list .news-item {
        width: 437px;
        height: 406px;
        background: #FFFFFF;
        color: #171717;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .index-news .news-list .news-item .news-image {
        width: 100%;
        height: 270px;
    }

    .index-news .news-list .news-item .product-date {
        margin: 20px 0 0 20px;
    }

    .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 20px;
    }

    .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;
    }

    .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-contact {
        height: 230px;
        border-bottom: 4px solid var(--primary);
        color: #fff;

        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 50px;
    }

    .index-contact .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .index-contact .contact-left .title {
        font-size: 23px;
        color: #FFFFFF;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .index-contact .contact-left .desc {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }

    .index-contact .see-more {
        border: 1px solid #fff;
        color: #fff;
        margin-top: 20px;
    }

    /*==========================================================公司简介页=============================================*/
    .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;
        flex-direction: column;
    }

    .profile-page .group-profile .group-box .group-box-l {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 29px;
    }

    .profile-page .group-profile .group-box .group-box-r {
        width: 100%;
        position: relative;
    }

    .profile-page .group-profile .group-box .group-box-r img {
        width: 100%;
    }

    .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;
        flex-direction: column;
        width: 100%;
    }

    .profile-page .group-profile .person-box .person-box-r {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 29px;
        background: url("../images/profile_bg.png") no-repeat right bottom;
        padding-bottom: 70px;
    }

    .profile-page .group-profile .person-box .person-box-l {
        width: 100%;
    }

    .profile-page .organizational-structure {

        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: 20px;
        overflow: hidden;
        position: relative;
    }
    .profile-page .organizational-structure .organizeSwiper .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }
    .profile-page .organizational-structure .organizeSwiper .organizational-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 13px;
    }

    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item {
        width: 27%;
        height: 210px;
        margin-bottom: 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 20px;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer;
        transition: 0.5s all ease;
        margin: 10px;
    }

    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item .title {
        font-size: 16px;
        color: #FFFFFF;
        z-index: 10;
    }

    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item .line {
        width: 50px;
        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;
        flex-direction: column;
        z-index: 10;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
    }

    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item .info .keywords {
        font-size: 14px;
        color: #FFFFFF;
        margin: 0 0 20px 0;
    }

    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item .info .profile-more {
        margin-top: 50px;
    }

    .profile-page .organizational-structure .organizeSwiper .swiper-slide .organizational-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:rgba(0, 0, 0, 0.5);
        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-repeat: no-repeat;
        padding: 80px 0;
        color: #fff;
        background-size: cover;
    }

    .profile-page .corporate-culture .profile-title * {
        color: #fff;
    }

    .profile-page .corporate-culture .culture-list {
        display: flex;
        flex-direction: column;
    }

    .profile-page .corporate-culture .culture-list .culture-item {
        width: 100%;
        padding: 20px;
        transition: 0.5s all ease;
        cursor: pointer;
        color: #FFFFFF;
        border-bottom: 1px solid #fff;
    }

    .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 .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;
        flex-direction: column;
        width: 100%;
        height: 630px;
        margin-top: 20px;
    }

    .profile-page .slogan-mission .slogan-left {
        width: 100%;
        height: 100%;
    }

    .profile-page .slogan-mission .sloganSwiper {
        width: 100%;
        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: 5% 24%;
    }

    .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: 0%;
    }

    .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;
        flex-direction: column;
    }

    .profile-page .excellent-person .person-left {
        width: 100%;
        /*padding-top: 50px;*/
    }

    .profile-page .excellent-person .person-list {
        width: 100%;
        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;
        color: #171717;
    }

    .profile-page .excellent-person .person-list .person-item .person-image {
        height: 230px;
        width: 100%;
    }

    .profile-page .excellent-person .person-list .person-item {
        width: 43.854vw;
        text-align: center;
        font-weight: 400;
        font-size: 17px;
        color: #171717;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .profile-page .growth-journey {
        padding: 70px 0;

        background-repeat: no-repeat;
        cursor: pointer;
    }

    .profile-page .growth-journey .historySwiper2 {
        width: 95vw;
        height: 466px;
        /*margin-left: 20px;*/
        position: relative;
        overflow: hidden;
        /*padding-left:108px;*/
        /*margin-top: 20px;*/
        /*margin-bottom:50px;*/
        padding: 0;
    }

    .profile-page .growth-journey .historySwiper2 .swiper-slide {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .profile-page .growth-journey .historySwiper2 .swiper-slide .history-info {
        width: 100%;
        height: 242px;
        overflow-y: scroll;
        margin-right: 80px;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 29px;
    }

    .profile-page .growth-journey .historySwiper2 .swiper-slide .history-image {
        width: 100%;
    }

    .profile-page .growth-journey .historySwiper2 .swiper-slide .info-top {
        display: flex;
        align-items: baseline;
        margin-top: 20px;
    }

    .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: 14px;
        color: #232323;
        padding: 50px 0;
    }

    .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: 89px;
        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: 40px;
        cursor: pointer;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 40px;
    }

    .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 .cate {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
    }

    .profile-page .development-plan .plan-item .cate .cate-name {
        background: url(../images/plan_title.png) no-repeat;
        background-size: contain;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        width: 117px;
        height: 31px;
        line-height: 29px;
        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: 14px;
        color: #FFFFFF;
        margin: 10px 20px;
    }

    .profile-page .development-plan .plan-item .plan-content {
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        margin: 0 20px;
    }
    .profile-page .development-plan .plan-item .plan-content p {
       margin: 0;
    }

    .profile-page .honors-qualifications {
        padding: 80px 0;
        background-repeat: no-repeat;
        background-size: cover;
        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;*/
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }

    .profile-page .honors-qualifications .honors-bottom .cate-list {
        margin-left: 30px;
        display: flex;
        justify-content: space-around;
    }

    .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: 35px;*/
    }

    .profile-page .honors-qualifications .honors-bottom .honorSwiper {
        display: none;
        width: 100%;
        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: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 60px;
    }

    .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: 20px;
        flex-direction: column;
    }
    .department-page .department-box .department-box-l{
        width:100%;
        /*height: 508px;*/
    }
    .department-page .department-box .department-box-r{
        width: 100%;
        margin-top: 20px;
        /*height: 508px;*/
    }
    .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: 20px;
    }
    .department-page  .department-staff{

        padding-top: 25px;
        background-repeat: no-repeat;
        background-size: cover;
        /*padding-bottom: 50px;*/
        padding-bottom: 25px;
    }
    .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: 100% !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: 100% !important;

    }
    .department-page  .department-news  .newsSwiper .swiper-slide .title{
        font-weight: 400;
        font-size: 18px;
        color: #131313;
        padding: 20px ;
    }
}
