<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.su-banner {
    position: relative;
    width: calc(100%);
    height: 562px;
}

.su-header {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%);
    height: 60px;
    background: #232324;
    color: #fff;
}

.su-header .btn {
    width: 415px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #A6A6A6;
    font-weight: 400;
    border-left: 1px solid #E3E3E3;
}

.active {
    background: #A5001C;
    color: #fff !important;
}

.su-header .btn:last-child {
    border-right: 1px solid #E3E3E3;
}

.su-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100%);
}

.detail {
    display: flex;
    flex-direction: column;
    width: calc(100%);
    height: 804px;
    background: url(/static/index/image/company/bg.png) no-repeat;
    background-size: 100% 100%;
}

.company-name {
    margin-top: 81px;
    margin-left: 340px;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
}

.su-company-dec {
    margin-top: 15px;
    margin-left: 340px;
    padding: 0;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.company-video {
    position: relative;
    margin-top: 120px;
    margin-left: 338px;
    width: 350px;
    height: 175px;
    cursor: pointer;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.guankan {
    padding-top: 14px;
    padding-left: 136px;
    font-size: 18px;
    font-weight: 300;
    color: #BDBDBD;
}

.wz1 {
    margin-top: 50px;
    line-height: 30px;
    padding: 0px 335px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.wz2 {
    margin-top: 28px;
    line-height: 30px;
    padding: 0px 335px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.banner3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100%);
    margin-top: -3px;
    height: 804px;
    background: url(/static/index/image/company/banner3.png);
}

.pinpai-title {
    margin-top: 80px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.pinpai-line {
    margin-top: 28px;
    width: 43px;
    height: 4px;
    background: #FFFFFF;
}

#tabGroup li {
    display: none;
}

#tabGroup .current {
    display: block;
}

.pinpai-menu {
    margin-top: 72px;
    display: flex;
}

.pinpai-menu-item {
    position: relative;
    margin: 0px 56px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
}

.p-active {
    color: #E60012;
    border-bottom: 1px solid #E60012;
    padding-bottom: 8px;
    font-weight: bold;
}

.pinpai-menu-item::after {
    position: absolute;
    top: 5px;
    right: -50px;
    height: 21.4px;
    width: 1px;
    background: #fff;
    content: "";
}

.pinpai-menu-item:last-child::after {
    display: none;
}

.hezuo {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ECECEC;
    height: 1030px;
    width: 100%;
}

.hezuo-title {
    font-size: 36px;
    margin-top: 75px;
    font-weight: bold;
    color: #262626;
}


.hezuo-line {
    margin-top: 28px;
    width: 43px;
    height: 4px;
    background: #262626;
}

.hezuo-company {
    width: 1310px;
    display: flex;
    flex-wrap: wrap;
}

.hezuo-company-item {
    margin: 24px 30px;
    width: 157px;
    height: 72px;
}

.lvj {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.banner5 {
    margin-top: -3px;
}</pre></body></html>