/*===========================================公司简介=============================================================*/
.image {
    overflow: hidden;
    cursor: pointer;

}

/* 旋转 */
.rotate-image {
    overflow: hidden;
    position: relative;
}

.rotate-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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)
}

* {
    margin: 0;
    padding: 0
}

p {
    margin: 0;
    padding: 0
}

.image img {
    width: 100%;
    height: 100%;
    transition: .5s all ease-in-out;

}

.image img:hover {
    transform: scale(1.05) rotate(5deg);
}

.profile_banner {
    height: 560px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile_banner .container {
    padding-top: 200px;
}

.profile_banner .container .cate {
    display: inline-block;
    position: relative;
    padding-left: 91px;
}

.profile_banner .container .cate:after {
    content: '';
    position: absolute;
    left: 4px;
    top: -21px;
    width: 127px;
    height: 124px;
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    opacity: 0.6;
}

.profile_banner .container .cate .cate_title {
    font-size: 53px;
    color: #575757;
    font-weight: bold;
    z-index: 2;
    position: sticky;
}

.profile_banner .container .cate .cate_title:after {
    content: '';
    position: absolute;
    right: -53px;
    top: -15px;
    width: 63px;
    height: 66px;
    background: url(../images/lvw.png) no-repeat;
    background-size: cover;
}

.profile_banner .container .cate .cate_subtitle {
    font-size: 30px;
    color: #575757;
    text-align: right;
    margin-top: -13px;
    z-index: 2;
    position: sticky;
}

.profile-title {
    display: flex;
    align-items: center;
}

.profile-title .index {
    width: 80px;
    height: 77px;
    background: url("../images/index_bg_w.png") no-repeat;
    text-align: center;
    line-height: 77px;
    font-family: Impact;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 0 0 5px rgba(1, 145, 76, 0.7), /* 发光效果 */ 0 0 10px rgba(1, 145, 76, 0.7),
    0 0 15px rgba(1, 145, 76, 0.7);
    margin-right: 10px;
}

.profile-title .profile-r .title {
    font-size: 36px;
    color: #575757;
}

.profile-title .profile-r .subtitle {
    font-size: 16px;
    color: #9A9A9A;
}
.profile-page .group-profile{
    position: relative;
}
.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: 651px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 29px;
}

.profile-page .group-profile .group-box .group-box-r {
    width: 44.427vw;
    height: 550px;
    overflow: hidden;
    position: absolute;
    right: 0;
}
.profile-page .group-profile .group-box .group-box-r .group-img{
    position: relative;
    width: 100%;
    height: 100%;
}
.profile-page .group-profile .group-box .group-box-r img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 114px;

}

.profile-page .group-profile .group-box .group-box-r .player {
    position: absolute;
    width: 107px;
    height: 107px;
    left: 45px;
    bottom: 65px;
    background-image: url("../images/player.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.profile-page .group-profile .group-box .group-b-l-b {
    margin-top: 30px;
    text-indent: 2rem;
    margin-right: 56px;
}

.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(88, 88, 88, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(88, 88, 88, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(88, 88, 88, 0.6);
    box-shadow: 0 0 0 0 rgba(88, 88, 88, 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 .profile-bottom {
    height: 224px;
    background: linear-gradient(90deg, #01914C 0%, #00C466 100%);
    padding-top: 30px;
    margin-top: 30px;
}

.profile-page .group-profile .profile-bottom .tag-list {
    display: flex;
    justify-content: space-between;
}

.profile-page .group-profile .profile-bottom .tag-list .tag-item {
    width: 280px;
}

.profile-page .group-profile .profile-bottom .tag-list .tag-item .tag-tag {
    height: 19px;
    display: inline-block;
    background: #E8BB4A;
    border-radius: 9px;
    padding: 0 10px;
}

.profile-page .group-profile .profile-bottom .tag-list .tag-item .tag-title {
    display: flex;
    align-items: baseline;
}

.profile-page .group-profile .profile-bottom .tag-list .tag-item .tag-title .title {
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    font-family: Impact;
    margin-right: 10px;
}

.profile-page .group-profile .profile-bottom .tag-list .tag-item .tag-title .unit {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.profile-page .group-profile .profile-bottom .tag-list .tag-item .tag-content {
    font-size: 14px;
    color: #FFFFFF;
}

.profile-page .profile-culture {
    height: 840px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
}

.profile-page .profile-culture .profile-title * {
    color: #fff;
}

.profile-page .profile-culture .article-list {
    display: flex;
    justify-content: space-between;
    margin-top: 130px;
}

.profile-page .profile-culture .article-list .article-item {
    width: 317px;
    height: 395px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 128px;
}

.profile-page .profile-culture .article-list .article-item .title {
    font-size: 30px;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-left: 50px;
    margin-right: 100px;
}

.profile-page .profile-culture .article-list .article-item .subtitle {
    font-size: 30px;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-left: 50px;
    font-family: Impact;
}

.profile-page .profile-culture .article-list .article-item .content {
    width: 100%;
    height: 47px;
    background: #FFFFFF;
    margin-top: 30px;
    font-size: 18px;
    color: #575453;
    line-height: 47px;
    text-align: center;
}

.profile-page .profile-store {
    height: 860px;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    background-position: top center;
}

.profile-page .profile-store .office-store {
    display: flex;
    justify-content: space-between;
}

.profile-page .profile-store .office-store .box {
    width: 560px;
    height: 640px;
    border-radius: 50px;
    background: url("../images/store_bg.jpg") no-repeat;
    margin-top: 30px;
}

.profile-page .profile-store .box {
    padding: 30px 30px;
    width: 100%;
}

.profile-page .profile-store .box .office-box-t {
    font-size: 20px;
    color: #282828;
    margin-bottom: 30px;
}

.profile-page .profile-store .box .office-box-t b {
    font-size: 36px;
    font-family: Impact;
    color: #017E42;
}

.profile-page .profile-store .box .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.profile-page .profile-store .box .box-item {
    font-size: 16px;
    color: #282828;
    width: 166px;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;

}

.profile-page .profile-store .box .box-item .point {
    width: 9px;
    height: 9px;
    background: var(--theme);
    border-radius: 50%;
    margin-right: 10px;
}

.profile-page .profile-organize {
    background-color: #234a2f;
    height: 644px;
    padding-top: 60px;
}

.profile-page .profile-organize .profile-title * {
    color: #fff;
}

.profile-page .profile-strengths {
    padding-top: 80px;
}

.profile-page .profile-strengths .container {
    display: flex;
    justify-content: space-between;
}

.profile-page .profile-strengths .container .title-content {
    font-size: 18px;
    color: #121212;
    font-weight: bold;
}

.profile-page .profile-strengths .strengths-list {
    height: 649px;

    margin-top: 40px;
    overflow: hidden;
    transition: all .3s;
}

.profile-page .profile-strengths .strengths-list .strengths-item {
    width: 20%;
    height: 100%;
    float: left;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    position: relative;
    cursor: pointer;
}

.profile-page .profile-strengths .strengths-list .strengths-item .strengths-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(1, 145, 76, 0);
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

.profile-page .profile-strengths .strengths-list .strengths-item .icon {
    font-size: 32px;
    color: #fff;
}

.profile-page .profile-strengths .strengths-list .strengths-item .title {
    font-size: 20px;
    color: #FFFFFF;
}

.profile-page .profile-strengths .strengths-list .strengths-item .line {
    width: 25px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.5s ease-in-out;
    margin-top: 10px;
}

.profile-page .profile-strengths .strengths-list .strengths-item .content {
    font-size: 16px;
    color: #FFFFFF;
    display: none;
    transition: all 0.5s ease-in-out;
    margin-top: 30px;
}

.profile-page .profile-strengths .strengths-list .strengths-item.active {
    width: 28.125vw
}

.profile-page .profile-strengths .strengths-list .strengths-item.normal {
    width: 17.604vw
}

.profile-page .profile-strengths .strengths-list .strengths-item.active .strengths-box {
    height: 100%;
    background-color: rgba(1, 145, 76, 0.5);
    align-items: flex-start;
    padding: 262px 45px 0 45px;
}

.profile-page .profile-strengths .strengths-list .strengths-item.active .strengths-box .content {
    display: block;
    width: 83%;
}

.profile-page .profile-strengths .strengths-list .strengths-item .strengths-box .line:hover {
    width: 139px;
}

.profile-page .growth-journey {
    padding: 70px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    cursor: pointer;
}

.profile-page .growth-journey .journey-box {
    display: flex;
    margin-top: 60px;

}

.profile-page .growth-journey .historySwiper2 {
    width: 45.833vw;
    height: 555px;
    margin-left: 20px;
    overflow: hidden;
    padding-left: 108px;
    position: absolute;
    right: 0;
}

.profile-page .growth-journey .historySwiper2 .swiper-slide {
    width: 45.833vw;
    height: 555px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.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: 100%;
    height: 100%;
    border-radius: 0 0 0 140px;
}

.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 {
    width: 31px;
    height: 50px;
    background: #01914C;
    border-radius: 15px;
    top: 314px;
    left: 20px;
}

.profile-page .growth-journey .historySwiper2 .swiper-button-next i {
    transform: rotate(90deg);
}

.profile-page .growth-journey .historySwiper2 .swiper-button-prev {
    width: 31px;
    height: 50px;
    background: #01914C;
    border-radius: 15px;
    top: 205px;
    left: 20px;
}

.profile-page .growth-journey .historySwiper2 .swiper-button-prev i {
    transform: rotate(-90deg);
}

.profile-page .growth-journey .historySwiper2 .swiper-button-next:after, .profile-page .growth-journey .historySwiper2 .swiper-button-prev:after {
    display: none;
}

.profile-page .growth-journey .historySwiper2 .swiper-button-disabled {
    background: #666;
}

.profile-page .growth-journey .growth-bottom {
    position: relative;
    width: 760px;
    height: 563px;
    overflow: hidden;

}

.profile-page .growth-journey .growth-bottom .historySwiper {
    padding-left: 50px;
    height: 746px;
}

.profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide {
    height: 100px !important;
    padding-top: 20px;
}

.profile-page .growth-journey .historySwiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
}

.profile-page .growth-journey .growth-bottom .historySwiper .year-box {
    display: flex;
    align-items: flex-start;
    font-weight: normal;
    font-size: 36px;
    color: #232323;
    margin-left: -5px;
}

.profile-page .growth-journey .growth-bottom .historySwiper .year-box .year-title {
    font-size: 24px;
    color: #818181;
    padding-left: 30px;
    margin-top: -10px;
}

.profile-page .growth-journey .growth-bottom .historySwiper .year-box .year-content {
    font-size: 16px;
    width: 409px;
    margin-left: 40px;
    overflow: hidden;
    line-height: 24px;
    margin-top: -10px;
}

.profile-page .growth-journey .growth-bottom .historySwiper .year-box .point {
    width: 11px;
    height: 11px;
    background: #828282;
    border-radius: 50%;
}

.profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide-thumb-active * {
    color: var(--theme) !important;
}

.profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide-thumb-active .year-box .point {
    background: var(--theme);
}

.profile-page .growth-journey .growth-bottom .line {
    width: 1px;
    position: absolute;
    top: 0;
    height: 534px;
    background: #666666;
}

@keyframes point-ripple {
    70% {
        box-shadow: 0 0 0 10px rgba(1, 145, 76, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 145, 76, 0)
    }
}

.profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide-thumb-active .ripple {
    top: 13px;
    left: -2px;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    -ms-box-shadow: 0 0 0 0 rgba(1, 145, 76, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(1, 145, 76, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(1, 145, 76, 0.6);
    box-shadow: 0 0 0 0 rgba(1, 145, 76, 0.6);
    -webkit-animation: point-ripple 3s infinite;
    animation: point-ripple 3s infinite;
}

.profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide-thumb-active .ripple,
.profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide-thumb-active .ripple:before,
.profile-page .growth-journey .growth-bottom .historySwiper .swiper-slide-thumb-active .ripple:after {
    position: absolute;
    top: 21px;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: rgba(1, 145, 76 0.8);

}

.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 .honors-qualifications {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    cursor: pointer;
    background-size: cover;
}

.profile-page .honors-qualifications * {
    color: #fff !important;
}

.profile-page .honors-qualifications .honors-bottom .honor-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

.profile-page .honors-qualifications .honors-bottom .honorSwiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    transition: all 0.5s ease;
}

.profile-page .honors-qualifications .honors-bottom .honorSwiper .swiper-slide {
    width: 284px !important;
    height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.profile-page .honors-qualifications .honors-bottom .honorSwiper .honor-list .honor-item {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.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: 9px;
    height: 9px;
    background: #BDBDBD;
    border-radius: 0;
}

.profile-page .honors-qualifications .honors-bottom .honorSwiper .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
    background: #01914C;
    border-radius: 0;
}

.profile-page .honors-qualifications .profile-title .profile-r * {
    color: #575757 !important;
}

.profile-page .profile-partner {
    position: relative;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 840px;
}

.profile-page .profile-partner .partner-left {
    width: 51%;
    margin-left: 19%;
}

.profile-page .profile-partner .profile-title .profile-r * {
    color: #fff !important;
}

.profile-page .profile-partner .profile-title .index {
    background: url("../images/index_bg_y.png") no-repeat;
}

.profile-page .profile-partner .partner-left .partner-list {
    margin-top: 30px;
    display: flex;
    cursor: pointer;
}

.profile-page .profile-partner .partner-left .partner-list .partner-item {
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 10px;
    margin-right: 20px;
}

.profile-page .profile-partner .partner-left .partner-list .partner-item.active {
    border-bottom: 5px solid #E8BA73;
}

.profile-page .profile-partner .partner-left .logo-list {
    margin-top: 30px;
    flex-wrap: wrap;
    display: none;
    transition: all 0.5s ease-in-out;
}

.profile-page .profile-partner .partner-left .logo-list.show {
    display: flex;
    transition: all 0.5s ease-in-out;
}

.profile-page .profile-partner .partner-left .logo-list .logo-item {
    width: 8.646vw;
    height: 4.375vw;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.profile-page .profile-partner .partner-right {
    width: 30.625vw;
    height: 840px;
    position: absolute;
    right: 0;
    top: 0;
}

.profile-page .profile-partner .partner-right .partner-list {
    width: 100%;
    height: 100%;
}

.profile-page .profile-partner .partner-right .partner-list .partner-item {
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 146px 50px;
}

.profile-page .profile-partner .partner-right .partner-list .partner-item.show {
    display: block;
}

.profile-page .profile-partner .partner-right .partner-list .partner-item .partner-name {
    font-size: 24px;
    color: #282828;
}

.profile-page .profile-partner .partner-right .partner-list .partner-item .partner-number {
    font-family: Impact;
    font-weight: 400;
    font-size: 57px;
    color: #01914C;
    line-height: 86px;
}

.profile-page .profile-partner .partner-right .partner-list .partner-item .partner-desc {
    font-size: 16px;
    color: #262626;
}

.profile-page .profile-partner .partner-right .partner-list .partner-item .line {
    width: 300px;
    height: 2px;
    background: #2CC47B;
    position: relative;
    margin: 15px 0;
}

.profile-page .profile-partner .partner-right .partner-list .partner-item .line:after {
    position: absolute;
    left: 0;
    top: -2px;
    content: '';
    width: 62px;
    height: 6px;
    background: #01914C;
}

.profile-page .profile-partner .partner-right .partner-list .partner-item .partner-content {
    font-size: 14px;
    color: #4E4E4E;
}

/*==================================产品服务===========================================================*/
.service-page .group-profile .group-box {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.service-page .group-profile .group-box .group-box-l {
    width: 651px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 29px;
}

.service-page .group-profile .group-box .group-b-l-b {
    margin-top: 90px;
    text-indent: 2rem;
    /* margin-right: 56px; */
    font-size: 18px;
    color: #575757;
    width: 511px;
    height: 152px;
}

.service-page .group-profile .group-box .group-box-r {
    width: 600px;

    position: relative;
    overflow: hidden;
}

.service-page .group-profile .group-box .group-box-r img {
    height: 490px;
}

.service-page .profile-culture {
    height: 770px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
}


.service-page .profile-culture .article-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.service-page .profile-culture .article-list .article-item {
    width: 279px;
    margin-right: 10px;
    cursor: pointer;

}

.service-page .profile-culture .article-list .article-item .info {
    background: #f2f2f2;
    width: 279px;
    height: 215px;
    padding: 20px;
    color: #151515;
    transition: all .5s ease-in-out;
}

.service-page .profile-culture .article-list .article-item:hover .info {
    color: #fff;
    background: var(--theme);
}

.service-page .profile-culture .article-list .article-item .title {
    font-size: 24px;

}

.service-page .profile-culture .article-list .article-item .content {
    font-size: 16px;
}

.service-page .service-source {
    position: relative;
    cursor: pointer;
}

.service-page .service-source .container {
    z-index: 9;
    position: sticky;
}

.service-page .service-source:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 170px;
    background: #01914C;
    bottom: 0;
    z-index: 1;
}

.service-page .service-source .cate-list {
    display: flex;
    margin-top: 30px;
}

.service-page .service-source .cate-list .cate-item {
    font-size: 30px;
    color: #3D3D3D;
    padding: 5px 30px;
}

.service-page .service-source .cate-list .cate-item.active {
    background: url("../images/source_cate.png") no-repeat bottom left;
}

.service-page .service-source .source-list {
    display: none;
    margin-top: 30px;
    z-index: 99;
}

.service-page .service-source .source-list.show {
    display: flex;
    flex-wrap: wrap;
}

.service-page .service-source .source-list .source-item {
    width: 370px;
    margin-right: 20px;
}

.service-page .service-source .source-list .source-item .info {
    width: 100%;
    height: 188px;
    background: #F6F6F6;
    padding: 20px 80px;
    font-size: 18px;
    color: #9A9A9A;
    position: relative;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
}
.service-page .service-source .source-list .source-item:hover .info{
    background:var(--theme);
    color: #fff;
}
.service-page .service-source .source-list .source-item:hover .info:after{
    background:#fff;
}
.service-page .service-source .source-list .source-item .info:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    background: var(--theme);
    left: 20px;
    top: 70px;
    transition: all .5s ease-in-out;
}

.service-page .service-source .source-list .source-item .source-img {
    width: 100%;
    height: 300px;
    background: #F6F6F6;
}

.service-page .service-channel {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.service-page .service-channel .channel-content {
    font-size: 18px;
    color: #202020;
    width: 468px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.service-page .service-channel .image-box {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.service-page .service-channel .image-box .image-left {
    width: 484px;
    height: 61px;
}

.service-page .service-channel .image-box .image-right {
    width: 580px;
}

.service-page .service-channel .image-box .image-list {
    display: flex;
    flex-wrap: wrap;
}

.service-page .service-channel .image-box .image-list .image-item {
    width: 269px;
    height: 150px;
    margin: 10px;
    border-radius: 26px;
}

.service-page .service-brand {
    padding-top: 70px;

}


.service-page .service-brand .brandSwiper {
    width: 100%;
    overflow: hidden;
    height: 525px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-page .service-brand .brandSwiper .swiper-wrapper{
    align-items: flex-end;
}
.service-page .service-brand .brandSwiper .swiper-slide {
    text-align: center;
    opacity: 0.3;
    border: 2px solid #3A3A3A;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    z-index: 9;
    transform: scale(1,0.6);
    /*width: 21.646vw!important;*/
}
.service-page .service-brand .brandSwiper .swiper-slide-active,.service-page .service-brand .brandSwiper .swiper-slide-duplicate-active{
    transform: scale(1.5, 1.5);
    opacity: 1;
    /* width: 48.646vw !important; */
    height: 17.448vw;
    box-shadow: 0px 6px 18px 0px rgba(111, 111, 111, 0.63);
    border: 2px solid #3A3A3A;
    z-index: 10;
    margin-bottom: 102px;
}

.service-page .service-brand  .brand-image:hover {
    box-shadow: 0px 6px 18px 0px rgba(111, 111, 111, 0.63);
}

.service-page .service-brand  .brand-image {
    width: 100%;
    height: 100%;
}

.service-page .service-commitment {
    padding: 70px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*height: 690px;*/
    background-size: cover;
}
.service-page .service-commitment .profile-title *{
    color: #fff;
}
.service-page .service-commitment .article-list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-page .service-commitment .article-list .article-item{
    width: 209px;
    height: 420px;
    background: url('../images/commit.png') no-repeat;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 50px 16px 16px 16px;
    background-size: cover;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}
.service-page .service-commitment .article-list .article-item:after{
    content: '';
    width: 120%;
    border-radius: 50px;
    height: 100%;
    position: absolute;
    background: rgba(1, 145, 76, 0.1);
    opacity: 0;
    top: 10%;
    transition: all .5s ease-in-out;
}
.service-page .service-commitment .article-list .article-item .icon{
    font-size: 45px;
    color: var(--theme);
    margin-bottom: 30px;
}
.service-page .service-commitment .article-list .article-item .title{
    font-size: 18px;
    color: #01914C;
    font-weight: 500;

}
.service-page .service-commitment .article-list .article-item .content:after{
    content: '';
    width: 42px;
    position: absolute;
    height: 3px;
    background: #01914C;
    margin-top: 10px;
   top: -54px;
    transition: all .5s ease-in-out;
}
.service-page .service-commitment .article-list .article-item:hover .content:after{
    width: 100px;
}
.service-page .service-commitment .article-list .article-item:hover:after{
    opacity: 1;
    top: 0;
}
.service-page .service-commitment .article-list .article-item:hover{
    margin-top: -10px;
}
.service-page .service-commitment .article-list .article-item .content{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    align-items: center;
    margin-top: 50px;
    position: relative;
}
.service-page .service-compensations {
    padding: 70px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-page .service-compensations .article-list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-page .service-compensations .article-list .article-item{
    width: 285px;
    height: 351px;
    margin-bottom: 10px;
    background: url('../images/compensations.png') no-repeat;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 70px 38px 16px 38px;
    background-size: cover;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}
.service-page .service-compensations .article-list .article-item:after{
    content: '';
    width: 100%;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    top: 10%;
    transition: all .5s ease-in-out;
}
.service-page .service-compensations .article-list .article-item .icon{
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 30px;
    position: absolute;
    left: 5px;
    top: 0;
}
.service-page .service-compensations .article-list .article-item .title{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
}
.service-page .service-compensations .article-list .article-item .content:after{
    content: '';
    position: absolute;
    width: 67px;
    height: 6px;
    background: #E8BA73;
    margin-top: 10px;
    top: -46px;
    transition: all .5s ease-in-out;
}
.service-page .service-compensations .article-list .article-item:hover .content:after{
    width: 100px;
}
.service-page .service-compensations .article-list .article-item:hover:after{
    opacity: 1;
    top: 0;
}
.service-page .service-compensations .article-list .article-item:hover{
    margin-top: -10px;
}
.service-page .service-compensations .article-list .article-item .content{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #FFFFFF;
    align-items: center;
    margin-top: 50px;
    position: relative;
}
.service-page .service-compensations .article-list .article-item .price{
    display: flex;
    margin-top: 10px;
    align-items: baseline;
}
.service-page .service-compensations .article-list .article-item .price .number{
    font-family: Impact;
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
}
.service-page .service-compensations .article-list .article-item .price .unit{
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 10px;
}
