@charset "UTF-8";
/**
 * 公司官网
 * date: 2023-10-9
 * author: TH;
 */
.com-tt {
    line-height: 64px;
    height: 64px;
    margin-top: 48px;
    font-size: 24px;
    font-weight: 500;
}
.com-tt::before {
    width: 68px;
}

.head {
    height: 404px;
    background: url('../images2023/about_us/head_bg.jpg') center no-repeat;
    background-size: cover;
}
.head > .container {
    height: 100%;
}
.head-tip-txt {
    left: 54px;
    top: 138px;
}
.head .sub-hd-more {
    left: 0px;
    top: 150px;
    z-index: 1;
}

/* 楼层导航 */
.location {
    height: 72px;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
}
.location > .container {
    display: flex;
    justify-content: center;
}
.location-click {
    cursor: pointer;
    position: relative;
    margin-bottom: -1px;
    height: 72px;
    line-height: 72px;
    padding: 0 15px;
    margin: 0 21px;
    color: #606060;
}
.location-click:hover,
.location-click.active {
    color: #1757ab;
}
.location-click:hover::before,
.location-click.active::before {
    position: absolute;
    content: '';
    height: 2px;
    background-color: #1757ab;
    left: 12px;
    right: 12px;
    bottom: 0;
}

/* 新点简介 */
.intro {
    background-color: #fff;
}
.intro-text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 34px;
}
.intro-pic.pc-style {
    margin: 34px 0 80px -14px;
    display: flex;
}
.intro-pic.mobile-style {
    display: none;
    height: 250px;
}
.intro-pic.mobile-style .swiper-container {
    height: 100%;
    width: 100%;
}
.intro-pic-pc {
    position: relative;
    width: calc(12% - 10px);
    height: 340px;
    margin-left: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.intro-pic-pc.active {
    width: calc(28% - 10px);
}
.intro-pic-pc > a {
    display: block;
    height: 100%;
}
.intro-pic-pc > a > img {
    position: absolute;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}
.intro-pic-pc > a > p {
    position: absolute;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.intro-pic-mobile > a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.intro-pic-mobile > a > img {
    height: 100%;
}
.intro-pic-mobile > a > p {
    position: absolute;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 4px;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 分支机构 */
.branch {
    background: url('../images2023/about_us/branch_bg.png') center no-repeat;
    background-size: cover;
    height: 869px;
}
.branch > .container {
    height: 100%;
}
.branch .com-tt {
    color: #fff;
}
.branch-info {
    position: relative;
    width: 585px;
    z-index: 2;
}
.branch-text {
    color: #fff;
    margin-top: 28px;
    line-height: 36px;
    font-size: 15px;
    /*margin-right: 135px;20250506*/
    margin-right: 120px;
}
.branch-swiper {
    position: relative;
    margin-top: 166px;
}
.branch-swiper .swiper-button-next,
.branch-swiper .swiper-button-prev {
    width: 43px;
    height: 59px;
    top: 50%;
    margin-top: -29.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px 55px;
    border: none;
}
.branch-swiper .swiper-button-next::before,
.branch-swiper .swiper-button-prev::before {
    display: none;
}
.branch-swiper .swiper-button-next {
    right: -21px;
    background-image: url('../images2023/about_us/next_arrow_new.png');
}
.branch-swiper .swiper-button-prev {
    left: -21px;
    background-image: url('../images2023/about_us/prev_arrow_new.png');
}
.branch-swiper .swiper-container {
    width: calc(100% - 64px);
}
.branch-swiper-name {
    position: relative;
    margin: 10px 0 26px 0;
    line-height: 22px;
    font-weight: bold;
}
.branch-swiper-name::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 2px;
    background-color: #87b2d6;
    left: 0;
    bottom: -14px;
}
.branch-swiper-item {
    display: flex;
    color: #fff;
}
.branch-swiper-info {
    display: flex;
    line-height: 20px;
    font-size: 12px;
}
.branch-swiper-info .label {
    width: 42px;
}
.branch-swiper-info .info {
    width: calc(100% - 42px - 5px);
}
.branch-swiper-info:nth-child(2) {
    cursor: pointer;
}
.branch-swiper-location {
    position: relative;
    width: 135px;
    height: 101px;
    flex: 0 0 auto;
}
.branch-swiper-location > img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.branch-swiper-text {
    width: calc(100% - 135px);
}
.branch-map {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 737.02px;
}
.branch-map > img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.branch-dot {
    position: absolute;
    width: 1%;
    height: 1.2%;
    cursor: pointer;
    z-index: 2;
}
.branch-dot:hover {
    background: url('../images2023/about_us/map_act.png') center no-repeat;
    background-size: 100% 100%;
}
.branch-dot:hover,
.branch-dot.active {
    z-index: 1;
}
.branch-dot:hover::before,
.branch-dot.active::before {
    position: absolute;
    content: attr(data-text);
    color: #fff;
    font-size: 14px;
    width: auto;
    line-height: 20px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    margin-top: 2px;
    padding-bottom: 30px;
    background: url('../images2023/about_us/map_arrow.png') center bottom no-repeat;
    white-space: nowrap;
}
.branch-dot-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.branch-dot.bb {
    right: 28%;
    top: 60.5%;
}
.branch-dot.nj {
    right: 31.3%;
    top: 59.5%;
}
.branch-dot.sz {
    right: 29.5%;
    top: 61%;
}
.branch-dot.sh {
    right: 26%;
    top: 61%;
}
.branch-dot.bj {
    right: 36.6%;
    top: 37.8%;
}
.branch-dot.nn {
    right: 49%;
    top: 85%;
}
.branch-dot.sy {
    right: 26.8%;
    top: 30.8%;
}
.branch-dot.hf {
    right: 34%;
    top: 59.5%;
}
.branch-dot.nc {
    right: 35.8%;
    top: 68.5%;
}
.branch-dot.jn {
    right: 35.3%;
    top: 46.7%;
}
.branch-dot.cd {
    right: 55.9%;
    top: 63.5%;
}
.branch-dot.zz {
    right: 40.3%;
    top: 52.4%;
}
.branch-dot.wlmq {
    right: 77.4%;
    top: 22.5%;
}
.branch-dot.hhht {
    right: 44%;
    top: 35.7%;
}
.branch-dot.hz {
    right: 29.4%;
    top: 63.5%;
}
.branch-dot.xa {
    right: 47.8%;
    top: 53.6%;
}
.branch-dot.gz {
    right: 40%;
    top: 84.5%;
}
.branch-dot.cs {
    right: 41%;
    top: 70.5%;
}
.branch-dot.gy {
    right: 51.5%;
    top: 75.1%;
}
.branch-dot.cc {
    right: 24.8%;
    top: 24.5%;
}
.branch-dot.sjz {
    right: 39.2%;
    top: 43%;
}
.branch-dot.fz {
    right: 29.7%;
    top: 75.2%;
}
.branch-dot.wh {
    right: 39%;
    top: 63.5%;
}
.branch-dot.lz {
    right: 55.8%;
    top: 49%;
}
.branch-dot.cq {
    right: 51.7%;
    top: 67%;
}
.branch-dot.heb {
    right: 14.9%;
    top: 19.6%;
}
.branch-dot.zj {
    right: 18.9%;
    top: 58%;
}

/* 企业文化 */
.culture {
    background-color: #fff;
}

/* 公司荣誉 */
.honor {
    background: url('../images2023/sub_bg.jpg') center no-repeat;
    background-size: cover;
}
.honor-list {
    display: flex;
    flex-wrap: wrap;
    width: 1176px;
    margin: 48px auto 80px auto;
}
.honor-item {
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
.honor-item > a {
    width: 254px;
    height: 166px;
    display: block;
    transition: all 0.4s ease;
    position: relative;
}
.honor-item > a:hover {
    transform: scale(1.1);
}
.honor-img {
    height: 100%;
    width: 100%;
}
.honor-text {
    position: absolute;
    width: 100%;
    line-height: 20px;
    text-align: center;
    bottom: 17px;
    color: #606060;
}

.scroll-animate > .container {
    top: 100px;
    opacity: 0;
    transition: all 1s ease;
}

.view-animate > .container {
    top: 0;
    opacity: 1;
}

.location.scroll-animate {
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all 1s ease;
}
.location.scroll-animate > .container {
    top: 0 !important;
}
.location.view-animate {
    top: 0;
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .head {
        height: 300px;
        margin-top: 50px;
    }
    .head-tip-txt {
        top: 50%;
        width: 100%;
        left: 0;
        text-align: center;
        transform: translateY(-50%);
    }
    .head-tip-txt::before {
        display: none;
    }
    .head-tip-cn {
        font-size: 40px;
        font-weight: bold;
    }
    .head-tip-en {
        display: none;
    }
    .com-tt {
        line-height: 34px;
        height: 34px;
        margin-top: 20px;
        margin-left: 4px;
        font-size: 16px;
    }
    /* 楼层导航 */
    .location {
        height: auto;
        border: none;
    }
    .location > .container {
        justify-content: space-between;
        border-bottom: 1px solid #d5d5d5;
        padding: 0 4px;
    }
    .location-click {
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        padding: 0;
        margin: 0;
    }
    .intro {
        background-color: #fff;
    }
    .intro-text {
        padding: 0 4px;
        margin-top: 14px;
        line-height: 28px;
    }
    /* 分支机构 */
    .branch {
        height: auto;
    }
    .branch-info {
        position: relative;
        width: 100%;
        z-index: 2;
    }
    .branch-text {
        font-size: 15px;
        padding: 0 4px;
        line-height: 28px;
        margin-top: 14px;
        margin-right: 0;
    }
    .branch-swiper {
        position: relative;
        margin-top: 20px;
        padding-top: 40px;
    }
    .branch-swiper .swiper-button-next,
    .branch-swiper .swiper-button-prev {
        width: 30px;
        height: 40px;
        top: 0;
    }
    .branch-swiper .swiper-button-next {
        right: 0;
    }
    .branch-swiper .swiper-button-prev {
        left: auto;
        right: 40px;
    }
    .branch-swiper .swiper-container {
        width: calc(100% - 8px);
    }
    .branch-swiper-item {
        justify-content: flex-start;
    }
    .branch-swiper-location {
        display: none;
    }
    .branch-map {
        position: relative;
        width: calc(100% - 30px);
        margin: 15px;
        right: 0;
        transform: none;
    }
    .branch-map > img {
        width: 100%;
    }
    /* 公司荣誉 */
    .honor-list {
        width: auto;
        margin: 0;
        justify-content: center;
    }
    .honor-item {
        margin: 8px;
    }
}
.mobile-style .swiper-pagination {
    bottom: 0;
}
.mobile-style .swiper-pagination .swiper-pagination-bullet {
    height: 20px;
}
.mobile-style.intro-pic {
    margin: 10px 0;
}
.mobile-style.intro-pic .swiper-pagination {
    width: auto;
    right: 0;
    left: auto;
    height: 40px;
}
.mobile-style.intro-pic .swiper-pagination .swiper-pagination-bullet {
    height: 40px;
    width: 14px;
}
