<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-container {
    position: relative;
    padding-top: 50px;
}

.cover-img {
    width: 100%;
}


/* æ¸…é™¤æµ®åŠ¨ */

.xiezhu-container {
    position: relative;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 120px;
    background: #191919;
    width: 100%;
}

.project-container {
    padding-bottom: 100px;
}

.tag-title {
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.tag-title .title-font {
    color: #bc8a2c;
    font-size: 36px;
    margin: 0 15px;
}

.tag-title .title-font a {
    color: #bc8a2c;
    font-size: 36px;
    border-bottom: 2px solid #bc8a2c;
}

.tag-title .right-icon-img {
    transform: rotate(180deg);
}

.main-container {
    width: 1200px;
    margin: 0 auto;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.page-header .top-tel {
    display: flex;
    align-items: center;
    color: #bc8a2c;
    font-size: 30px;
}

.page-header .top-tel span {
    display: block;
    width: 202px;
}

.page-header .top-tel img {
    margin-right: 10px;
}

.page-header .menu-link {
    margin-left: 100px;
}

.page-header .menu-link a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 50px;
    font-size: 18px;
    color: #999;
}

.page-header .menu-link a:hover {
    background: #191919;
    color: #bc8a2c;
    transition: all 0.3s;
}

.page-header .menu-link a.active {
    background: #191919;
    color: #bc8a2c;
}

.banner-content {
    position: relative;
    min-height: 420px;
}

.banner-img {
    width: 100%;
    min-height: 100%;
}

.line {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.line-two {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
}

.number-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 80px;
    height: 96px;
    text-align: center;
    color: #fff;
    font-size: 44px;
}

.number-tag img {
    position: absolute;
    left: 0;
    top: 0;
}

.number-tag span {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 12px;
}

.biaoshu-container {
    /* padding-top: 90px; */
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.anli-swiper {
    position: relative;
    margin-top: 30px;
}

.team-swiper-container {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.team-swiper-img {
    height: 280px;
    text-align: center;
    position: relative;
}

.team-swiper-img .swiper-slide {
    margin-right: 20px;
}

.team-swiper-img img {
    /* width: 1128px; */
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.case-desc {
    color: #f0d39e;
    margin-top: 30px;
    font-size: 16px;
}

.case-desc .name {
    margin-bottom: 10px;
}

.zhanshi-container {
    position: relative;
    background: url('../images/anli_bg.jpg') no-repeat;
    background-size: cover;
    padding-top: 90px;
}

.liucheng-container {
    position: relative;
    background: url('../images/lc_bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 150px;
    padding-top: 90px;
    margin-top: -48px;
}

.liucheng-container .number-tag {
    top: 0;
}

.liucheng-content {
    text-align: center;
}

.kaocha-container {
    width: 1000px;
    margin: 0 auto;
}

.kaocha-container .kaocha-form-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 65px;
}

.kaocha-container .company-desc {
    width: 500px;
}

.kaocha-container .company-desc .name {
    margin-bottom: 30px;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8e8e8e;
}

.kaocha-container .company-desc .desc {
    line-height: 30px;
    font-size: 18px;
}

.kaocha-container .video {
    width: 500px;
    height: 290px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.kaocha-container .video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.kaocha-container .video_cup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
}

.kaocha-container .video_cup img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.kaocha-container .kaocha-right {
    width: 400px;
}

.kaocha-container .kaocha-right input {
    display: block;
    border: 1px solid #8e8e8e;
    width: 360px;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 0 20px;
}

.kaocha-container .kaocha-right textarea {
    resize: none;
    padding: 10px 20px;
    height: 80px !important;
    width: 360px !important;
}

.kaocha-container .kaocha-right .submit {
    width: 400px;
    height: 40px;
    line-height: 40px;
    border: 0;
    text-align: center;
    background: linear-gradient(to bottom, #f2f2f2, #c5c5c5);
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.kaocha-container .kaocha-right .submit:hover {
    box-shadow: 2px 5px 5px #999;
    transition: all 0.3s;
}

.kaocha-container .kaocha-right textarea:focus,
.kaocha-container .kaocha-right input:focus {
    outline: none;
}

.footer-container {
    height: 60px;
    line-height: 60px;
    background: #191919;
    text-align: center;
}

.footer-container span {
    margin-right: 10px;
}

.footer-container span,
.footer-container a {
    color: #666;
    font-size: 14px;
}

.footer-container img {
    width: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}

.swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url('../images/case_jt.png') no-repeat;
}

.swiper-button-next {
    width: 32px;
    height: 32px;
    background: url('../images/case_jt.png') no-repeat;
    transform: rotate(180deg);
}

.company-map-content {
    padding: 30px 0 80px 0;
}

.map-content,
.myChartChina {
    position: relative;
}

.map-icon {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ff5757;
    border-radius: 50%;
    left: 355px;
    bottom: 183px;
}

.map-city {
    font-size: 14px;
    color: #ff0;
    position: absolute;
    left: 342px;
    bottom: 184px;
}

.proportion_content_right {
    width: 40%;
    margin-left: 85px;
    font-size: 18px;
}

.flex_x_center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.proportion_content_right .item {
    color: #25f1ef;
}

.proportion_content_right .top {
    font-size: 50px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 10px;
}

.proportion_content_right .progress-item {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.proportion_content_right .progress-item p {
    min-width: 72px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.proportion_content_right .progress-value {
    display: flex;
    margin-left: 0;
    align-items: center;
    color: #fff;
}

.proportion_content_right .progress-value div {
    transition: all 0.9s;
    height: 13px;
    border-radius: 7px;
}

.proportion_content_right .progress-value span {
    font-size: 14px;
    margin-left: 10px;
}

.kaocha-container .our-team-right {
    width: 450px !important;
}

.our-team-right .team-content {
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
    color: #666;
}

.our-team-right .team-people {
    justify-content: space-between;
    margin-top: 30px;
    color: #bc8a2c;
    text-align: center;
}

.our-team-right .team-people .number {
    font-weight: bold;
    font-size: 36px;
}

.our-team-right .team-people .name {
    font-size: 18px;
}

.shebei-img {
    width: 100%;
    overflow: hidden;
}

.shebei-img img {
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    max-height: 550px;
    object-fit: cover;
}

@media screen and(max-width:1440px) {
    .team-swiper-img {
        height: 220px;
    }
}

.map {
    width: 550px;
    height: 560px;
}</pre></body></html>