@charset "UTF-8";

/**
 * 人文恒点
 */
.page-hengdian header {
    height: 684px;
}

.page-hengdian .banner {
    height: 684px;
}

.hengdian-title h2 {
    font-size: 30px;
    line-height: 2;
    color: #00a4e0;
    text-align: center;
}

.hengdian-brief,
.hengdian-team,
.hengdian-qualification {
    padding: 70px 0 0;
}

/**
 * 公司简介
 */
.hengdian-brief-text {
    font-size: 16px;
    line-height: 1.8;
    /* color: #666; */
    margin-bottom: 60px;
}

.hengdian-brief-text p {
    text-indent: 2em;
    margin: 1em 60px;
}

/**
 * 办公环境
 */
.hengdian-env {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}

.hengdian-env .container {
    height: 400px;
    padding-top: 400px;
    overflow: hidden;
}

/**
 * 企业团队
 */
.hengdian-team {}

/**
 * 企业资质
 */
.hengdian-qualification {}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    margin: 40px 0;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.post-slide {
    margin: 0 15px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.post-slide:hover {
    transform: scale(1.08);
}

.post-slide .post-img {
    /* overflow: hidden; */
    
    height: 252px;
    line-height: 252px;
    text-align: center;
}
.post-slide .post-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.post-slide .post-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transform: scale(1);
    margin: 0 auto;
    vertical-align: middle;
}

.post-slide .post-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    padding: 20px;
    background: linear-gradient(top, rgba(255, 255, 255, 0) 50%,  rgba(0, 43, 129, 0.4) 80%, rgba(0, 43, 129, 0.7) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%,  rgba(0, 43, 129, 0.4) 80%, rgba(0, 43, 129, 0.7) 90%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%,  rgba(0, 43, 129, 0.4) 80%, rgba(0, 43, 129, 0.7) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%,  rgba(0, 43, 129, 0.4) 80%, rgba(0, 43, 129, 0.7) 90%);
}

.post-slide .post-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

.post-slide .post-title a {
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    color: #fff;
    text-decoration: none;
}
/* 团队 */
.hengdian-team .head-img {
    max-width: 182px;
    background:rgba(255,255,255,1);
    box-shadow: 0px 0px 28px 0px rgba(4,0,0,0.13);
    border-radius: 50%;
    width: 100%;
}
.team-box {
    margin: 100px 0;
}
.head-box {
    text-align: center;
    padding: 12px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3E3D3D;
    border-bottom:1px solid rgba(180,180,180,0.5);
    border-left:1px solid rgba(180,180,180,0.5);
}
.head-box:nth-child(1) {
    border-left: none;
}
.head-box:nth-child(5), .head-box:nth-child(9) {
    border-left: none;
}
.head-box:nth-child(n+9) {
    border-bottom: none;
}
.head-box .name {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 8px;
}
.head-box .post {
    font-size: 16px;
}
.ceo-desc {
    display: flex;
    align-items: center;
    margin-top: 120px;
}
.ceo-info {
    display: flex;
    flex-direction: column;
    height: 182px;
    padding: 50px 0;
    /*justify-content: space-between;*/
    margin-left: 36px;
}
.ceo-info .title {
    color: #3E3D3D;
    font-size: 30px;
}
.ceo-info .desc {
    color: #030000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* 资质 */
.hengdian-qualification {
    padding: 70px 0 120px 0;
}
.carousel-inner {
    margin-top: 60px;
    padding: 10px 0;
}
.qualification-item {
    max-height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    transition: 0.15s;
    box-shadow: 0px 0px 16px 0px rgba(4,0,0, 0.15)
}
.qualification-item:hover {
    transform: scale(1.08);
}
.qualification-item img {
    width: 100%;
}
.qualification-item span {
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    height: 64px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    line-height: 64px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.carousel-item >.row {
    margin-left: 0;
    margin-right: 0;
}
.carousel-control-next {
    right: auto;
    left: calc(100% - 15px);
}
.carousel-control-prev {
    left: auto;
    right: 100%;
}
.carousel-control-prev img {
    transform: rotate(180deg);
}
.carousel-control-btn {
    cursor: pointer;
}
.carousel-control-btn img:last-child {
    display: none;
}
.carousel-control-btn:hover img:first-child {
    display: none;
}
.carousel-control-btn:hover img:last-child {
    display: block;
}
/* 活动 */
.hengdian-activity {
    padding: 70px 0 0 0;
}
.activity-item img {
    width: 100%;
}
.activity-item {
    position: relative;

}
.active-box {
    display: flex;
}
.activity-item span {
    position: absolute;
    left: 50px;
    bottom: 26px;
    color: #ffffff;
    font-size: 26px;
}
.hengdian-activity .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
}
.hengdian-activity .row >div {
    padding-left: 0;
    padding-right: 0;
}
/* 联系我们 */
.hengdian-contact {
    padding: 70px 0 110px 0 ;
}
.hengdian-map {
    margin-top: 56px;
    margin-bottom: 72px;
}
.hengdian-contact .branch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hengdian-contact .address-item {
    margin: 0;
    margin-bottom: 60px;
    cursor: pointer;
    width: 100%;
    padding: 10px;
}
.hengdian-contact .address-item:hover {
    background: #ffffff;
}
.hengdian-contact .address-item:last-child {
    margin-bottom: 0;
}
.hengdian-contact .branch h3{
    color: #3E3D3D;
    font-size: 30px;
    margin-bottom: 20px;
}
.hengdian-contact .branch .contact {
    width: auto;
    flex: 1;
    margin: 0;
    padding: 10px 0;
}
.hengdian-contact .contact-branch {
    display: inline-block;
    font-size: 16px;
    color: #545657;
    border-left: 1px solid #EAEAEA;
    padding-left: 52px;
}
.hengdian-contact .contact-branch .contact {
    margin-bottom: 40px;
}
.hengdian-contact .contact-branch .contact span {
    display: inline-block;
    margin: 0 .5rem;
}
.hengdian-map-item {
    display: none;
}
.hengdian-map-item.active {
    display: block;
}
.carousel-item.row {
    margin-left: 0;
    height: 378px;
}
.menu-nav-item:hover {
    text-decoration: none;
    color: #333;
} 
.img-preview {
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    display: none;
    left: 0;
    top: 0;
    z-index: 499;
}
.img-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.img-box img {
    /* max-width: 80%; */
    height: 700px;
}
#allmap {
    height: 600px;
    width: 100%;
}
/* 窄屏 */
@media (max-width: 992px){
    .hengdian-brief-text p {
        margin: 0;
    }
    .hengdian-brief-text {
        margin-bottom: 20px;
    }
    .hengdian-brief, .hengdian-team, .hengdian-qualification {
        padding: 30px 0;
    }

    .head-box:nth-child(1) {
        border-left:1px solid rgba(180,180,180,0.5);
    }
    .head-box:nth-child(5) {
        border-left:1px solid rgba(180,180,180,0.5);
    }
    .head-box:nth-child(n+5) {
        border-bottom:1px solid rgba(180,180,180,0.5);
    }
    .head-box:nth-child(7) {
        border-bottom: none;
        border-right:1px solid rgba(180,180,180,0.5);
    }
    .head-box:nth-child(odd) {
        border-left: none;
    }
    .ceo-desc {
        margin-top: 60px;
    }
    .ceo-desc img {
        width: 30%!important;
    }
    .ceo-info {
        height: 30%;
    }
    .team-box {
        margin-top: 40px;
    }
    .activity-item span {
        position: absolute;
        left: 20px;
        bottom: 8px;
        color: #ffffff;
        font-size: 16px;
    }
    .hengdian-contact .contact-branch {
        border-left: none;
        padding-left: 15px;
        margin-top: 60px;
    }
    #carouselExampleControls {
        width: 80%;
        margin: 0 auto;
    }
    /* #carouselExampleControls .row {
        margin-left: 0;
        margin-right: 0;
    } */
    .carousel-control-next {
        left: 100%;
    }
    .qualification-item {
        max-height: 80px;
    }
    #allmap {
        height: 400px;
    }
    .carousel-item.row {
        margin-left: 0;
        height: 412px;
    }
}
.activity-box {
    display: flex;
}
.activity-item {
    flex: 1;
}


.hengdian-follow {
    padding-top: 70px;
}
.qrcode-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}
.qrcode-list .qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.qrcode-list .qrcode-item h3 {
    font-size: 16px;
    line-height: 2;
    margin: 0;
} 