/*==============================================
    About One
===============================================*/
.about-one {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    z-index: 1;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: 175px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    z-index: 1;
}

.about-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    right: -205px;
    border-left: 153px solid var(--servixa-base);
    border-right: 50px solid transparent;
    border-top: 310px solid transparent;
    z-index: -1;
}

.about-one__img img {
    width: 100%;
    border-radius: var(--servixa-bdr-radius);
    border-top-right-radius: 0;
}

.about-one__video-link {
    position: absolute;
    top: 125px;
    right: -125px;
    z-index: 3;
}

.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;
    color: var(--servixa-black);
    background-color: rgba(var(--servixa-white-rgb), 1);
    box-shadow: 0px 10px 60px 0px 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-icon:hover {
    background-color: var(--servixa-black);
    color: var(--servixa-white);
}

.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(var(--servixa-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--servixa-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--servixa-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--servixa-white-rgb), 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;
}

.about-one__img-two:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: 0;
    right: 158px;
    background-color: var(--servixa-white);
    border-radius: var(--servixa-bdr-radius);
    border-top-right-radius: 0;
    z-index: -1;
}

.about-one__img-two:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 0px;
    background-color: #f31e1e;
    height: 15px;
    width: 153px;
    z-index: -1;
    border-top-right-radius: 5px;
}

.about-one__img-two img {
    width: auto;
    border-radius: var(--servixa-bdr-radius);
    border-top-right-radius: 0;
}

.about-one__experience-box {
    position: absolute;
    bottom: -159px;
    left: 0;
    background-color: var(--servixa-base);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 40px 28px 40px;
    border-radius: var(--servixa-bdr-radius);
    z-index: 1;
}

.about-one__experience-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__experience-count h3 {
    font-size: 50px;
    color: var(--servixa-white);
    font-weight: 700;
    line-height: 50px !important;
    font-family: var(--servixa-font) !important;
}

.about-one__experience-count span {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: var(--servixa-white);
    font-family: var(--servixa-font);
}

.about-one__experience-count-text {
    color: var(--servixa-white);
    font-weight: 500;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.about-one__right .section-title {
    margin-bottom: 24px;
}

.about-one__point-box {
    position: relative;
    display: block;
    margin: 140px 0 40px 0;
}

.about-one__point {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.about-one__point li {
    position: relative;
    display: flex;
    max-width: 320px;
    width: 100%;
    gap: 15px;
}

.about-one__point-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 75px;
    background-color: var(--servixa-base);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='75' height='65' viewBox='0 0 75 65'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABBCAYAAACZ1VmMAAAAAXNSR0IArs4c6QAABQNJREFUeF7tnGuoVUUUx38LepvSh6I+hL2IqDQIKyFCsCB7UlkEPTDIjOxhWSEkvcSSIPqiRS8NepFgVB+y9wOpkMyEpJRKK40I0jSVlIqaZt29T5zO3ffumX32mTtzzhm4XLhn9qz/+p25e++ZtdYIETUDY4HT859jgGOBw1ok/gR8C3wDvA+sFPgthBsSwshwNgwcB1wETAVOA3w17bTXvQE8J/BmJ/3xFVabFgPnADNySHWN+zGwUGBZXQM2jxMcVg5pDjC5Ew7lY74L3Cawrk4bwWAZGA88BJxXpwMlY90qsLAue0FgGXgQmFuXaM9xltkZdrnnNYXdOwrLZE+2J4FxdYhtY4zV9qk5RWBbG2N4P3mcbRm4G5jvfEHnO/4InCLwS1VTtc8sA2OAlwLfm1z9V2ATBX52vaBjT0MDJwOvAkdUERPoGp1Z4wS2+NqrbWYZuAR4xVfACPX/HpggsN3Hfi2wDNwMLPIxHEFfXTIdL/C3q5a2YRlYANzlajCyfqvsEmmiq6a2YBl4BLjd1Vik/ZYLXOCirTIsk70Z3+JiJIE+TwtcX6azEqwuA9VgNEtK7rvesAw8CtxU9i0k+vmZAh8Opd0LloH77ED3JwrCRfYfwOECW4s6O8MycAPwuIvFxPt8Jtkm5KDmBMtk2yrLE4fgI/8egQdaLyiFZbKlyw8+lrqk73iBL5t9cYH1HXBUlwDwcWO9wAnOsEy2l32Zj4Uu6ztT4ImGT0POLAPT7ZNhcZc57+vOX8AoAf1dvPlnslhdpT0fXzUJ9J9nZ9TA61LhzDLwEXBGAo6EkLgbGC3wzyBYBq4CXgihIiEbMwQWF8HaBRyYkCMhpK6zgdsT/wdrhENWIZxux8bY/2AZ2B/Q/89+KyYwuxlWbKGr2L6015phadTjkNgURqRn7QAsA+fbAOTrEQmLUcrWBizNbzo3RoURadojNjqzD/A7sFdEwmKUskthaZ7UBzGqi0zTboWVctwvJM8tCktzEy4OaTVRW2sU1hc2R+GkRB0IKXupwtJs39EhrSZqa5rC0ifhAYk6EFL2KIXV32UoR75U4AqFtcdmEe9X3r+nexwpsElhbSIrA+m3YgJauXGNfqSw3gbO7pMqJKCJbmMk37pSWI8BN/ZhFRKYKtl76EBTWJfahNSX+7AGEVhk8+ZnNf9VYekOqb4+lEanewjoOwJTWv1tbNFo0kfImpqYuWv9olaGDGoNWBoj1Fhhr7dVWhg6VAZz87byV7QkQvQYubekZAO0GdYkWwO4oscANdxdInBdme+tcUMtm9UK015qzjWJrbC0SEmjPPv2AK0NwNX2X+9TV1+LwvcauNAARje3pzSHX+BPHyeHyqK51753zfMZKJG+WjN9Z9Uq/eGS2Z7XaZoIhDKZmrI9X7Ly48pt2Ld2Ay/awyaurDx6HBdqmuMCAS3MbKuVLnEMLAGubcvKyFysuh+2m3Zf12W+FJYaMpDKPUyLLZ8BtHCpNkgN2E6wcmBn2cQR3c7R41Bia1pdrzNJt387di6NM6wGnXyW3aGbYiNMbL3Ne33P5ug/K/B5CC3esPJZdnBeGTbNHphzdAihuQ1d6Gqqga7jgi/NKsFqhmOyxeeFeshEzeA0C1GPfVoJfAKs7sR9yOeLbhtWCzi9n02wRVGnAnr+1aGAzsKDgL0LhO2wZcMa5NX7jObdbyY7bGctsFHgVx9nOt33X4XC6s9AgzAUAAAAAElFTkSuQmCC' x='0' y='0' width='75' height='65'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='75' height='65' viewBox='0 0 75 65'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABBCAYAAACZ1VmMAAAAAXNSR0IArs4c6QAABQNJREFUeF7tnGuoVUUUx38LepvSh6I+hL2IqDQIKyFCsCB7UlkEPTDIjOxhWSEkvcSSIPqiRS8NepFgVB+y9wOpkMyEpJRKK40I0jSVlIqaZt29T5zO3ffumX32mTtzzhm4XLhn9qz/+p25e++ZtdYIETUDY4HT859jgGOBw1ok/gR8C3wDvA+sFPgthBsSwshwNgwcB1wETAVOA3w17bTXvQE8J/BmJ/3xFVabFgPnADNySHWN+zGwUGBZXQM2jxMcVg5pDjC5Ew7lY74L3Cawrk4bwWAZGA88BJxXpwMlY90qsLAue0FgGXgQmFuXaM9xltkZdrnnNYXdOwrLZE+2J4FxdYhtY4zV9qk5RWBbG2N4P3mcbRm4G5jvfEHnO/4InCLwS1VTtc8sA2OAlwLfm1z9V2ATBX52vaBjT0MDJwOvAkdUERPoGp1Z4wS2+NqrbWYZuAR4xVfACPX/HpggsN3Hfi2wDNwMLPIxHEFfXTIdL/C3q5a2YRlYANzlajCyfqvsEmmiq6a2YBl4BLjd1Vik/ZYLXOCirTIsk70Z3+JiJIE+TwtcX6azEqwuA9VgNEtK7rvesAw8CtxU9i0k+vmZAh8Opd0LloH77ED3JwrCRfYfwOECW4s6O8MycAPwuIvFxPt8Jtkm5KDmBMtk2yrLE4fgI/8egQdaLyiFZbKlyw8+lrqk73iBL5t9cYH1HXBUlwDwcWO9wAnOsEy2l32Zj4Uu6ztT4ImGT0POLAPT7ZNhcZc57+vOX8AoAf1dvPlnslhdpT0fXzUJ9J9nZ9TA61LhzDLwEXBGAo6EkLgbGC3wzyBYBq4CXgihIiEbMwQWF8HaBRyYkCMhpK6zgdsT/wdrhENWIZxux8bY/2AZ2B/Q/89+KyYwuxlWbKGr2L6015phadTjkNgURqRn7QAsA+fbAOTrEQmLUcrWBizNbzo3RoURadojNjqzD/A7sFdEwmKUskthaZ7UBzGqi0zTboWVctwvJM8tCktzEy4OaTVRW2sU1hc2R+GkRB0IKXupwtJs39EhrSZqa5rC0ifhAYk6EFL2KIXV32UoR75U4AqFtcdmEe9X3r+nexwpsElhbSIrA+m3YgJauXGNfqSw3gbO7pMqJKCJbmMk37pSWI8BN/ZhFRKYKtl76EBTWJfahNSX+7AGEVhk8+ZnNf9VYekOqb4+lEanewjoOwJTWv1tbNFo0kfImpqYuWv9olaGDGoNWBoj1Fhhr7dVWhg6VAZz87byV7QkQvQYubekZAO0GdYkWwO4oscANdxdInBdme+tcUMtm9UK015qzjWJrbC0SEmjPPv2AK0NwNX2X+9TV1+LwvcauNAARje3pzSHX+BPHyeHyqK51753zfMZKJG+WjN9Z9Uq/eGS2Z7XaZoIhDKZmrI9X7Ly48pt2Ld2Ay/awyaurDx6HBdqmuMCAS3MbKuVLnEMLAGubcvKyFysuh+2m3Zf12W+FJYaMpDKPUyLLZ8BtHCpNkgN2E6wcmBn2cQR3c7R41Bia1pdrzNJt387di6NM6wGnXyW3aGbYiNMbL3Ne33P5ug/K/B5CC3esPJZdnBeGTbNHphzdAihuQ1d6Gqqga7jgi/NKsFqhmOyxeeFeshEzeA0C1GPfVoJfAKs7sR9yOeLbhtWCzi9n02wRVGnAnr+1aGAzsKDgL0LhO2wZcMa5NX7jObdbyY7bGctsFHgVx9nOt33X4XC6s9AgzAUAAAAAElFTkSuQmCC' x='0' y='0' width='75' height='65'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: all 500ms ease;
    z-index: 1;
}

.about-one__point li:hover .about-one__point-icon {
    background-color: var(--servixa-black);
}

.about-one__point-icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--servixa-white);
    transition: all 500ms ease;
}

.about-one__point li:hover .about-one__point-icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }

    33.3% {
        transform: translateX(-3px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

.about-one__point-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-one__point-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 18px;
}

.about-one__point-content p {
    font-size: 15px;
    line-height: 22px;
}

.about-one__point-two-and-review-box {
    position: relative;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-one__point-two {
    position: relative;
    display: block;
    max-width: 315px;
    width: 100%;
}

.about-one__point-two li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.about-one__point-two li+li {
    margin-top: 9px;
}

.about-one__point-two li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: var(--servixa-base);
    border-radius: 50%;
}

.about-one__point-two li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--servixa-white);
}

.about-one__point-two li .text {
    position: relative;
    display: block;
    flex: 1;
}

.about-one__review-box {
    position: relative;
    display: block;
}

.about-one__review-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-one__review-list li {
    position: relative;
    display: block;
}

.about-one__review-list li+li {
    margin-left: -15px;
}

.about-one__review-img {
    position: relative;
    display: block;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
    background-color: var(--servixa-white);
}

.about-one__review-img img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--servixa-white);
}

.about-one__review-star {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.about-one__review-star span {
    font-size: 15px;
    color: var(--servixa-base);
    position: relative;
    display: inline-block;
}

.about-one__review-text {
    font-weight: 500;
    color: var(--servixa-gray);
}

.about-one__btn-and-author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 98px;
}

.about-one__btn-box {
    position: relative;
    display: block;
}

.about-one__author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-one__author-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.about-one__author-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
    border: 4px solid var(--servixa-base);
    border-radius: 50%;
}

.about-one__author-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.about-one__author-img img {
    width: 100%;
    border-radius: 50%;
}

.about-one__author-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-one__author-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 6px;
}

.about-one__author-sign {
    position: relative;
    display: block;
    margin-left: 25px;
    padding-left: 25px;
}

.about-one__author-sign:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: var(--servixa-bdr-color);
}

.about-one__author-sign img {
    width: auto;
}

/* 公司概况 */
.introduction {
    background-color: var(--servixa-primary);
    padding: 100px 0;
}

.introduction .container .content .title {
    text-align: center;
    margin-bottom: 127px;
}

.introduction .container p{
    font-weight: 400;
    font-size: 17px;
    color: #727171;
    line-height: 41px;
}

/* 企业文化 */
.culture {
    position: relative;
    padding: 100px 0 0 0;
    background-color: var(--servixa-white);
}
.culture .container .culture-one {
    margin-bottom: 100px;
}
.culture .container .culture-one-title h3{
    text-align: center;
    font-weight: 500;
    font-size: 53px;
    border-bottom: 1px solid var(--servixa-base);
    padding-bottom: 68px;
    margin-bottom: 68px;
}

.culture .container .culture-one-content p {
    text-align: center;
    font-size: 17px;
    color: var(--servixa-gray);
    line-height: 41px;
}

.culture .dot-title {
    display: flex;
    align-items: center;
    height: 33px;
    font-weight: 500;
    font-size: 34px;
    color: var(--servixa-black);
    line-height: 41px;
}
.culture .dot-title:before {
    display: block;
    margin-right: 10px;
    content: "";
    width: 9px;
    height: 9px;
    background-color: var(--servixa-base);
    border-radius: 50%;
}


.culture .culture-two {
    padding: 121px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.culture .culture-two .left {
    width: 65%;
}

.culture .culture-two .left .culture-two-title {
    margin-bottom: 98px;
}

.culture .culture-two .left .culture-two-title h3 {
    font-weight: 400;
    font-size: 59px;
    color: #727171;
    line-height: 141px;
}

.culture .culture-two .left .culture-two-content .culture-two-content-title {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    margin-bottom: 46px;
}

.culture .culture-two .left .culture-two-content .culture-two-content-title span {
    margin-left: 46px;
    display: inline-block;
    color: var(--servixa-black);
}

.culture .culture-two .left .culture-two-content .culture-two-content-text {
    font-weight: 400;
    font-size: 17px;
    color: var(--servixa-gray);
    line-height: 28px;
}

.culture .culture-two .right {
    width: 35%;
}

.culture .culture-two .right img {
    position: relative;
    left: 145px;
    width: 463px;
}

.culture .culture-shape-1 {
    position: absolute;
    top: 1019px;
    left: 0;
    width: 100%;
    height: 367px;
}


.culture .culture-shape-2 {
    position: absolute;
    top: 1320px;
    left: 0;
    width: 195px;
    height: 401px;
}

.culture .culture-three {
    display: flex;
    justify-content: flex-end;
}

.culture-three .culture-three-title {
    margin-bottom: 43px;
}

.culture-three .culture-three-content {
    font-weight: 400;
    font-size: 17px;
    color: var(--servixa-gray);
    line-height: 32px;
}

.culture-four {
    padding: 113px 0 120px 235px;
}

.culture-four .culture-four-title {
    margin-bottom: 43px;
}

.culture-four-content {
    font-weight: 400;
    font-size: 17px;
    color: var(--servixa-gray);
    line-height: 32px;
}

.culture-four-content p:first-child {
    margin-bottom: 36px;
}

.culture-five {
    padding: 120px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.culture-five .left {
    flex: 1;
}

.culture-five .left .culture-five-title {
    margin-bottom: 43px;
}

.culture-five .left .culture-five-content p{
    font-weight: 400;
    font-size: 17px;
    color: var(--servixa-gray);
    line-height: 32px;
    margin-bottom: 50px;
}

.culture-five .right img{
    width: 682px;
    height: 157px;
    position: relative;
    left: 145px;
}
/* history start */
.history { 
    padding: 100px 0;
    position: relative;
}

.history-shape-1 {
    position: absolute;
    top: 160px;
    transform: scaleX(-1);
    height: 298px;
    width: 1920px;
}

.history .history-title h3 {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 59px;
    color: #727171;
    line-height: 141px;
}


.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.section-title {
    margin-bottom: 60px;
}

.section-title p {
    color: #777;
    font-size: 16px;
}

.section-title h4 {
    text-transform: capitalize;
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-title h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: var(--servixa-base);
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.section-title h4:after {
    position: absolute;
    background-color: var(--servixa-base);
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
}


/*==============================================
    Gallery One
===============================================*/
.gallery-one {
    position: relative;
    display: block;
    padding-bottom: 40px;
}


.gallery-one .container {
    max-width: 1000px;
}

.gallery-one__top-title-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-one__top-title-box::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(var(--servixa-black-rgb), .15);
}

.gallery-one__top-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    color: var(--servixa-black);
    background-color: var(--servixa-white);
    width: 220px;
    margin: 0 auto;
}

.gallery-one__carousel {
    position: relative;
    display: block;
}

.gallery-one__single {
    position: relative;
    display: block;
}

.gallery-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--servixa-bdr-radius);
    z-index: 1;
}

.gallery-one__desc {
    text-align: center;
}

/*.gallery-one__img:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    content: "";*/
/*    background-color: rgba(var(--servixa-black-rgb), .85);*/
/*    opacity: 0;*/
/*    transform: translateY(50px);*/
/*    transition: background-color 0.7s ease;*/
/*    transition: all 0.7s ease;*/
/*    z-index: 1;*/
/*}*/

/*.gallery-one__single:hover .gallery-one__img:before {*/
/*    opacity: 1;*/
/*    transform: translateY(0px);*/
/*}*/

.gallery-one__img img {
    width: 100%;
    border-radius: var(--servixa-bdr-radius);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.gallery-one__single:hover .gallery-one__img img {
    transform: scale(1.1) rotate(2deg);
}

.gallery-one__img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--servixa-white);
    opacity: 0;
    transform: translateY(100px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.gallery-one__single:hover .gallery-one__img a {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.gallery-one__img a:hover {
    color: var(--servixa-base);
}

/*手机适配*/
@media only screen and (max-width: 767px) {
    .page-header.about .page-header__bg{
        background-position: 73%;
    }
    /*公司概况*/
    .introduction, .culture, .history {
        padding: 80px 0;
    }

    .introduction .container .content .title {
        margin-bottom: 40px;
    }

    .introduction .row {
        padding-left: 0;
        padding-right: 0;
    }

    .introduction .left {
        display: none;
    }
    /*企业文化*/
    .culture {
        padding-bottom: 0;
    }
    .culture .container .culture-one-title h3 {
        font-size: 40px;
        padding-bottom: 34px;
        margin-bottom: 34px;
    }
    .culture .container .culture-one {
        margin-bottom: 0;
    }

    .culture .culture-shape-1 {
        height: auto;
    }

    .culture .culture-shape-2 {
        display: none;
    }

    .culture .culture-two {
        padding: 80px 0 0;
        flex-direction: column;
    }

    .culture .culture-two .left {
        width: 100%;
    }

    .culture .culture-two .left .culture-two-title h3 {
        text-align: center;
        font-size: 32px;
        line-height: 32px;
    }

    .culture .culture-two .right {
        display: none;
    }

    .culture .culture-two .left .culture-two-title {
        margin-bottom: 34px;
    }

    .culture .culture-two .left .culture-two-content .culture-two-content-title {
        margin-bottom: 22px;
    }

    .culture .dot-title {
        font-size: 22px;
    }

    .culture .culture-two .left .culture-two-content .culture-two-content-title span {
        margin-left: 10px;
    }

    .culture .culture-three {
        padding-top: 34px;
        justify-content: flex-start;
    }

    .culture-three .culture-three-title {
        margin-bottom: 22px;
    }

    .culture .culture-four {
        padding: 34px 0 0;
    }

    .culture-four .culture-four-title {
        margin-bottom: 22px;
    }

    .culture .culture-five {
        padding: 34px 0 0;
    }

    .culture-five .right img {
        display: none;
    }

    .culture-five .left .culture-five-content p {
        margin-bottom: 18px;
    }

    /*发展历程*/
    .history {
        /*padding: 80px 0;*/
        display: none;
    }
}