<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.culture {
    width: 80%;
    max-width: 1190px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.mobile .culture {
    width: 100%;
    flex-direction: column;
}

.left-text {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile .left-text {
    width: calc(100% - 20px);
    margin: 0 auto;
}

.left-text .title {
    font-size: 48px;
    font-weight: bold;
	color:#666;
}

.mobile .left-text .title {
    font-size: 32px;
}

.left-text .desc {
    font-size: 22px;
	color:#666;
    margin: 20px 0;
}

.mobile .left-text .desc {
    font-size: 18px;
}

.slick-slider {
    width: calc(50% - 10px);
    overflow: hidden;
    margin-left: 20px;
    position: relative;
    z-index: 2;
    padding: 10px;
    box-sizing: border-box;
    height: 480px;
}

.mobile .slick-slider {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.slick-slider .culture-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.slick-slider .culture-wrapper .pic {
    width: 100%;
    height: 50%;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* .slick-slider .culture-wrapper .pic img {
    width: 100%;
    height: 100%;
} */

.slick-slider .culture-wrapper .bottom {
    width: 80%;
    height: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.slick-slider .culture-wrapper .bottom .title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.slick-slider .culture-wrapper .bottom .desc-container {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.slick-slider .culture-wrapper .bottom .desc-container .desc {
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.employeeStory {
    width: 80%;
    max-width: 1190px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.mobile .employeeStory {
    width: 100%;
}

.employeeStory .animate {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.employeeStory .animate .employeeStory-header {
    text-align: center;
    margin: 20px 0;
}

.employeeStory .animate .employeeStory-header .home-page-block-title {
    position: relative;
    left: -2px;
    font-size: 32px;
    font-weight: 500;
    color: #1f2329;
    line-height: 45px;
    font-family: 'Gilroy Semi Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    margin-top: 12px;
}

.employeeStory .animate .employeeStory-header .home-page-block-title::before {
    content: ' ';
    position: absolute;
    top: -12px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 24px;
    height: 4px;
    overflow: hidden;
    background-color: #3370ff;
    border-radius: 100px;
}

.employeeStory .swiperContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box;
    padding: 10px;
}

.employeeStory .swiperContainer .swiper-wrapper .swiper-slide {
    width: 336px;
    height: 440px;
    background-color: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.mobile .employeeStory .swiperContainer .swiper-wrapper .swiper-slide {
    width: 280px;
}

.employeeStory .swiperContainer .swiper-wrapper .swiper-slide .employeeCard-avatar {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.employeeStory .swiperContainer .swiper-wrapper .swiper-slide .employeeCard-avatar img {
    width: 540px;
    /* width: 100%;
    height: 100%; */
}

.employeeStory .swiperContainer .swiper-wrapper .swiper-slide .employeeCard-content {
    padding: 10px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 50%;
}

.employeeStory .swiperContainer .swiper-wrapper .swiper-slide .employeeCard-content .employeeCard-name {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.employeeStory .swiperContainer .swiper-wrapper .swiper-slide .employeeCard-content .employeeCard-description {
    width: 100%;
    height: calc(100% - 100px);
    overflow: hidden;
    height: 100px;
    line-height: 20px;
    font-size: 14px;
}

.employeeStory .swiperContainer .swiper-wrapper .swiper-slide .employeeCard-content .employeeCard-footer {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.employeeStory .swiperContainer .swiper-wrapper .swiper-slide .employeeCard-content .employeeCard-footer img {
    height: 100%;
    margin-right: 10px;
}

.full-logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.full-logo .line {
    display: flex;
    justify-content: center;
}

.full-logo .line .btn {    
    width: 180px;
    height: 70px;
    cursor: pointer;
    background-size: 100% 100%;
}

.full-logo .line .b1 {
    background-image: url(../images/last1.png);
}

.full-logo .line .b2 {
    background-image: url(../images/last2.png);
}

.full-logo .title {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.full-logo .title .t1 {
    width: 100%;
    font-size: 32px;
    text-align: center;
}

.mobile .full-logo .title .t1 {
    font-size: 24px;
}

.full-logo .title .t2 {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.mobile .full-logo .title .t2 {
    font-size: 16px;
}

.full-logo .logo_wrap {
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

.full-logo .logo_wrap .mask {
    display: flex;
    width: 300px;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(249, 249, 249, 1), rgba(249, 249, 249, 0));
}

.mobile .full-logo .logo_wrap .mask {
    width: 100px;
}

.full-logo .logo_wrap .right_mask {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(249, 249, 249, 0), rgba(249, 249, 249, 1));
}

.full-logo .logo_img {
    display: flex;
    width: 1875px;
}

.mobile .full-logo .logo_img {
    width: 938px;
}

.gdsyl_1 {
    animation: 35000ms linear 0ms infinite running gdsyl_1;
}

@keyframes gdsyl_1 {
    0% {
        transform: translateX(0);
    }

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

.full-logo .logo_img {
    display: flex;
    width: 1875px;
}

.gdsyl_2 {
    animation: 30000ms linear 0ms infinite running gdsyl_2;
}

@keyframes gdsyl_2 {
    0% {
        transform: translateX(0);
    }

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

.full-logo .logo_img img {
    height: 100px;
}

.mobile .full-logo .logo_img img {
    height: 50px;
}

.contact {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact .wx {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}</pre></body></html>