/* 引用样式文件 */
@import url('/Home/Tpl/Default/css/common.css');

@media screen and (max-width:767px) {

    /* inner-banner */
    .carousel-img-item {
        height: 8rem;
    }

    .carousel-img-item img {
        /* width:  */
        height: 100%;
        object-fit: cover;
    }

    .introbox {
        margin: 3.125rem auto;
    }

    .footer .row>* {
        padding-right: 0;
        padding-left: 0;
    }
}

.carousel-img-item {
    position: relative;
}

.banner-title {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0;
    width: 100%;
    color: var(--primary);
    text-align: left;
    /* transform: translateY(-50%); */
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background: rgba(0, 0, 0, 0.5); */
    /* height: 100%; */
    /* padding: 0 15px; */
}

.common_title {
    width: 100%;
    height: 70px;
    background-color: #f3f3f3;
    display: flex;
}

.common_title .container {
    display: flex;
    height: 100%;
}

.common_titleleft {
    display: flex;
    margin: 0;
    padding: 0;
}

.common_titleright {
    margin: 0px 0 0 auto;
    display: flex;
    padding: 0;
}

.common_titleleft li,
.common_titleright li {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    margin: auto;
    list-style: none;
}

.common_titleleft li {
    height: 100%;
}

.common_titleleft li.active {
    background: #008158;
}

.common_titleleft li a {
    height: 100%;
    display: block;
    line-height: 70px;
    padding: 0 20px;
    /* 去掉下划线 */
    text-decoration: none;
}

.common_titleleft li.active a {
    color: var(--white);
}

.common_titleright a {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    cursor: pointer;
    margin-left: 10px;
}

.common_titleright a:focus,
.common_titleright a:active,
.common_titleright a:hover {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #a81423;
}

.common_titleleft li,
.common_titleright li {
    font-family: 'MicrosoftYaHei';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    margin: auto;
}

.common_titleleft a {
    color: var(--three);
}

@media screen and (max-width:767px) {
    .common_title {
        width: 100%;
        height: 50px;
        display: flex;
    }

    .common_titleleft li a {
        height: 100%;
        display: block;
        line-height: 50px;
    }

    .common_titleleft {
        display: none;
    }

    .common_titleleft li,
    .common_titleright li {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto;
    }
}

.title-box {
    display: flex;
    width: 100%;
}

.title-box .title,
.title-box .sort {
    font-size: 1.75rem;
    color: #333333;
    /* 不换行 */
    white-space: nowrap;
}

.title-box .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #008158;
    align-items: center;
    margin: auto 1.875rem;
}

@media screen and (max-width:767px) {
    .title-box .title {
        font-size: 1.25rem;
        color: var(--three);
    }
}

/* 公司战略 */
.stratagem-typearea .img-fluid {
    width: 100%;
}

.stratagem-typearea .row {
    --bs-gutter-x: 0rem;
}

@media screen and (min-width:767px) {
    .intro_zhanlv_text {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 0 0 15%;
    }

    .stratagem-typearea .row:nth-child(odd) .intro_zhanlv_text {
        padding: 0 15% 0 0;
    }

    .stratagem-typearea .container .row:nth-child(odd) .col-md-6:nth-child(2) {
        order: -1;
    }
}

@media screen and (max-width:767px) {
    .stratagem-typearea .row .intro_zhanlv_text {
        padding: 1.25rem 0 1.25rem 0;
    }

    .intro_zhanlv_img {
        margin-top: 2.5rem;
    }
}

.intro_zhanlv_text .summary {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    color: var(--primary);
    line-height: 36px;
    border-left: 2px solid var(--primary);
    padding-left: 1.875rem;
}

/* 集团动态 */
.news-group .row {
    padding: 3.125rem 0;
    border-bottom: 1px solid var(--light);
}
.news-group .row:nth-child(1) {
    padding-top:0;
   
}
@media screen and (max-width:768px) {
    .news-group .row {
        padding: 1.875rem 0;
    }
}

.news-img-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    /* background-color: #008158; */
    justify-content: space-between;
}

.news-img-box .img-fluid {
    width: 100%;
    height: 100%;
    max-width: 17.5rem;
    object-fit: cover;
}

.show-data {
    width: 100%;
    display: block;
    margin-top: 1.25rem;
}

.news-show p {
    color: var(--six);
    font-size: 1rem;
    line-height: 2rem;
    text-align: justify;
    /*padding: 1.875rem 0;*/
}

.news-show p img {
    max-width: 100%;
}

@media screen and (min-width:767px) {
    .direction {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.direction .item a {
    color: var(--three);
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: justify;
    padding: 1.875rem 0
}

.direction .item a:hover {
    color: var(--primary);
}

.data-group {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
}

.data-mouth {
    font-size: 1.625rem;
    color: var(--three);
}

.data-year {
    font-size: 1rem;
    color: var(--grey);
}

.data-mouth,
.data-year {
    text-align: right;
    padding-right: 2.5rem;
}

.news-img-small-box {
    width: auto;
    max-width: 17.5rem;
    object-fit: cover;
    overflow: hidden;
}

.data-group-box {
    flex: 1;
}

.data-group-box {
    position: relative;
}

.data-group-box .line {
    height: 1px;
    width: 50px;
    background-color: var(--three);
    position: absolute;
    top: 50%;
    right: -25px;
}

.news-text-box .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    color: var(--three);
    line-height: 24px;
}
.news-text-box .title:hover a {
    color: var(--primary);
}
@media screen and (min-width:1140px) {
    .news-text-box .summary {
        padding-top: 1.05rem;
    }
}

.news-text-box .summary a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    text-align: left;
    color: var(--grey);
    line-height: 28px;
}
.news-text-box .summary:hover a {
    color: var(--primary);
}
.more-box {
    color: var(--primary);
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
}

.more-button {
    color: var(--primary);
}

@media screen and (min-width:1140px) {
    .more-box {
        border: 1px solid var(--primary);
        padding: .625rem;
        max-width: 5.625rem;
    }

    .more-box:hover {
        background-color: var(--primary);
    }

    .more-box:hover .more-button {
        color: var(--white);
    }
}

@media screen and (min-width:575.9px) {
    .news-img-small-box img {
        transition: transform 0.3s ease-in-out;
        /* 添加过渡效果 */
    }

    .news-img-small-box img:hover {
        /* 鼠标经由时放大图片，，，，，，但容器巨细稳固 */
        transform: scale(1.2);
        /* 例如放大到1.2倍 */
    }

    .col-news {
        position: relative;
    }

    .col-news .more-box {
        position: absolute;
        left: calc(var(--bs-gutter-x)* .5);
        bottom: 0;
    }
}

@media screen and (max-width:1140px) {

    .data-group-box,
    .news-img-small-box .line {
        display: none;
    }

    .news-img-small-box img {
        border-radius: .3125rem;
    }
}

/* 企业文化 */
.slogin {
    height: 5rem;
    background-color: var(--green);
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #008158;
    line-height: 5rem;
    letter-spacing: 1.2px;
    justify-content: center;
}

@media screen and (max-width:768px) {
    .slogin {
        height: 4rem;
        background-color: var(--green);
        line-height: 2rem;
    }

    .intro_culture_text {
        margin-bottom: 2.5rem;
    }

    .intro_culture_text .title-box {
        margin-top: 1.875rem;
    }
}

.culture-typearea .img-fluid {
    width: 100%;
}

.culture-typearea .row {
    --bs-gutter-x: 0rem;
}

@media screen and (min-width:767px) {
    .intro_culture_text {
        height: 100%;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-direction: column;
        padding: 0 0 0 15%;
    }

    .culture-container .row:nth-child(even) .intro_culture_text {
        padding: 0 15% 0 0;
    }

    .culture-container .row:nth-child(even) .col-md-6:nth-child(2) {
        order: -1;
    }
}

.intro_culture_text .summary {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    color: var(--primary);
    line-height: 36px;
    border-left: 2px solid var(--primary);
    padding-left: 1.875rem;
}

.intro_culture_text .content {
    font-size: .875rem;
    color: var(--six);
    line-height: 28px;
    /* 首行缩进2字符 */
    text-indent: 2em;
}

.values.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.values .row .col-md-4 {
    /* background-image: url(/Home/Tpl/Default/img/jiazhi1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* width: 100%; */
    /* padding-top: 100%; */

    position: relative;

}

.jiazhi-text {
    position: absolute;
    top: 0;
    padding: 3.125rem;
    background-color: #008158a4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--white);
}

.jiazhi-text p {
    line-height: 2rem;
    font-size: .875rem;
}

.significance {
    font-size: 1rem;
    text-align: justify;
    color: var(--six);
    line-height: 2rem;
}

/* 营业板块 */
.business-group .row .child-box {
    /* padding: 1.25rem; */
    position: relative;
    overflow: hidden;
    border: 1.25rem solid white;
}

.business-child .mask {
    width: 100%;
    height: 100%;
    background-color: #008158a4;
    position: absolute;
    bottom: 1.25rem;
    left: 0rem;
    color: var(--white);
    /* opacity: 0; */

    transform: translateY(calc(100% - 3rem))
}

.business-child :hover .mask {
    transform: translateY(calc( 1.25rem));
    /* 太过效果 */
    transition: all .5s;
    /* 鼠标经由变小手 */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.business-title {
    font-size: 1.625rem;
    line-height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:792px) {
    .business-title {
        font-size:1rem
      
    }
}
.business-child :hover .mask .business-title span:nth-child(1) {
    font-size: 3.75rem;
}

.business-child .mask .mask-text a:hover {
    color: var(--primary);
}

.business-list {
    display: flex;
    justify-content: space-around;
    margin-top: 1.25rem;
    width: 100%;
}

.business-list div {
    display: flex;

    flex-direction: column;
    align-items: center;
}

/* 学习立异 */
.innovation {
    display: flex;
    justify-content: center;
    padding: 1.25rem;
}

.innovation div {
    padding: 1rem 2rem;
}

.innovation div span {
    display: block;
    text-align: center;
}

.innovation div span img {
    height: 2.25rem;
    margin: auto;
}

.innovation div span .green-icon {
    display: none;
}

.innovation div span:hover {
    cursor: pointer;
}

.innovation div a {
    color: var(--six);
}

.innovation div a:hover {
    color: var(--primary);
}

.innovation div span.active .green-icon {
    display: block;
}

.innovation div span.active {
    color: var(--primary);
}

.innovation div span.active .grey-icon {
    display: none;
}

.innovation div span:hover .green-icon {
    display: block;
    margin: auto;
}

.innovation div span:hover .grey-icon {
    display: none;
    margin: auto;
}

/* 团队事情场景 */
.team-group .img-fluid {
    width: 100%;
}

.team-group .col-6 span:nth-child(2) {
    display: inline-block;
    width: 100%;
    padding: 1.25rem;
}

/* 联系bevictor伟德官网 */
.contact-text p {
    font-size: 0.875rem;
    text-align: left;
    color: var(--six);
    line-height: 1.75rem;
}

@media screen and (min-width:960px) {
    .contact-text {
        padding: 3.125rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.contact-group .col-md-4 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* flex-direction: column; */
}

.contact-group .col-md-4 div:nth-child(2) {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    padding-left: 1.875rem;
}

@media screen and (max-width:960px) {
    .contact-group .col-md-4 {
        margin: 1.275rem 0;
    }
}

/* 企业简介 */
.brief-title {
    color: var(--three);
    padding-left: 0;
}

.line-box {
    padding: 0 3rem;
}

.brief-line {
    display: inline-block;
    height: .0625rem;
    width: 100%;
    background-color: var(--three);
    margin: 1.25rem 0;
}

.brief-text {
    font-size: 1rem;
    color: var(--six);
    line-height: 2rem;
    padding: 0 3rem;
}

.brief-number {
    border-left: 4px solid #cccccc;
    ;
}

.brief-number div {
    padding: 0.5rem 0;

}

.brief-number .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.brief-number .col-md-6 span:nth-child(1) {

    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.biref-text {
    font-size: 1rem;
    text-align: justify;
    color: var(--six);
    line-height: 2rem;
    padding: 0 3rem;

}
@media screen and (max-width:792px) {
    .biref-text {
        
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
           
        font-size: 14px;
    
    }
}
@media screen and (max-width:792px) {
    .line-box {
        display: none;
    }
}
/*战略相助*/
.partnerbox{
    padding: 15px;
}
.partnerbox div{ 
    padding: 0px 20px;
    box-shadow: .625rem .625rem 1.25rem rgba(0, 0, 0, .15);
/*border: 5px solid var(--primary);*/
border-radius: 5px;
}
@media screen and (max-width:792px) {
    .partnerbox{
    padding: 10px;
}
    .partnerbox div{ 
    padding: 0px 10px;
}
}
/* 生长历程 */
.develop {
    background-image: url(/Home/Tpl/Default/img/bired.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3.125rem 0;
}

/* 人才理念 */
.qualifie-group .col-md-4 {
    padding: 20px;
}

.qualifie-group .col-md-4 .qualifie-child {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    font-size: 1.25rem;
    height: 100%;
}

.qualifie-group .col-md-4 .qualifie-child div:nth-child(1) {
    padding: 1.55rem 1.55rem 0 1.55rem;
}

.qualifie-group .col-md-4 .qualifie-child div:nth-child(2) {
    font-size: 1.375rem;
    color: var(--three);
    letter-spacing: 1.1px;
    padding: 1.55rem;
}

.qualifie-group .col-md-4:nth-child(3n+1) .qualifie-child {
    background-image: url(/Home/Tpl/Default/img/rencai001.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.qualifie-group .col-md-4:nth-child(3n+2) .qualifie-child {
    background-image: url(/Home/Tpl/Default/img/rencai002.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.qualifie-group .col-md-4:nth-child(3n+3) .qualifie-child {
    background-image: url(/Home/Tpl/Default/img/rencai003.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

/* 人才生长系统 */
.rencai-typearea {
    background-color: #e9f5f1;
    padding: 5rem 0;
}

.rencai-typearea .card-header {
    background-color: #ffffff;
    font-size: 1rem;

    text-align: left;
    color: #333333;
    line-height: 32px;
}

.rencai-typearea .card-header a {
    font-weight: 700;
}

.rencai-typearea .card {
    margin-bottom: .3125rem;
}

.rencai-typearea .card .sort {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #e6e6e6;
    margin-right: .625rem;
    display: inline-block
}

.rencai-typearea .card-body {
    font-size: .875rem;
    color: #808080;
    line-height: 24px;
}

.tixi-trobox {
    margin-bottom: 0;
}
.tixi-a{
    width:100%;
    display: flex;
    justify-content: space-between;
}
/* 招聘 */
.job-typearea .card {
    margin-bottom: .3125rem;
    background-color: transparent;
}

.job-typearea .card-header {
    background-color: #ffffff;
    font-size: 1rem;

    text-align: left;
    color: #333333;
    line-height: 32px;

}

.job-typearea .card-header a {
    display: flex;
    justify-content: space-between;
}

.job-typearea .card-body {
    padding: 1.45rem;
}

.job-typearea .card-body h5 {
    color: var(--primary);
}

.apply-btn {
    width: 161px;
    height: 44px;
    border: 1px solid #008158;
    color: var(--primary);
    display: flex;
}

.apply-btn span:nth-child(2) {
    width: 161px;
    height: 44px;
    border: 1px solid #008158;
    color: var(--primary);
    display: flex;
}

/* 模态框配景 */
.jobmodal {
    display: block;
    /* 初始显示 */
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0%);
    padding-top: 60px;
    overflow: auto;
    width: 90%;
    height: 100%;
    overflow: auto;
}

/* 模态内容框 */
.jobmodal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* 关闭按钮 */
.jobclose {
    float: right;
    font-weight: bold;
}

.jobclose:hover,
.jobclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.job-typearea .modal-title {
    margin: auto;
}

.card {
    /* padding: 1.875rem; */
}

.card p {
    color: var(--six);
}

.card-header {
    /* padding: 1.875rem 0; */
}

.card-body .button {
    margin: 1.86rem 0;
}

.upbtn {

    width: 30%;
    height: 44px;
    line-height: 40px;
    text-align: center;
    background-color: #008158;
    border: 2px solid #008158;
    color: var(--white);
    max-width: 120px;
}

.upbtn:hover {
    cursor: pointer;
}

.l-code {
    width: 30%;
    height: 44px;
    max-width: 120px;
}

.pbox .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pbox .item:nth-child(1) {
    padding: 1.875rem 1.875rem 0;
}

.pbox .item:nth-child(2) {
    padding: 0 1.875rem 1.875rem;
}

.jianliform {
    width: 60%;
    padding-left: .625rem;
    margin-right: 1.875rem;
    flex: 1;
    border: 1px solid #e6e6e6;
}

.job-typearea .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    display: flex;
    margin: auto;
}

.btn01 {
    width: 30%;
    height: 44px;
    line-height: 40px;
    text-align: center;
    background-color: #008158;
    border: 2px solid #008158;
    color: var(--white);
    max-width: 120px;
}

.job-typearea .modal-footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.jobclose {

    width: 30%;
    height: 44px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: var(--three);
    border-radius: 0;
    padding: 0;
    max-width: 120px;
}

.jobclose:hover {
    background-color: #008158;
    border: 2px solid #008158;
    color: var(--white);
}

.job-typearea .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
    box-shadow: .625rem .625rem 1.25rem rgba(0, 0, 0, .15);
}

.job-typearea .modal-body {
    width: 100%;
}

.template {
    width: 100%;
    height: 100%;
}

.t01 {
    padding: 0.875rem 1.875rem 0;
    text-align: center;
}

.job-typearea .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.job-typearea .modal-footer {

    padding: 1.25rem;

}

.job-typearea .collapse.show .card-body {
    background-color: #fafafa;
}

.job-typearea .card-header.show {
    background-color: var(--primary);
}

.job-typearea .card-header.show a {

    color: var(--white);
}

.grey-p p {
    color: #808080;
}

/* 搜索 */
.searchbox {
    margin-top: 3.125rem;
}

.searchbox ul li {
    /* 去掉小圆点 */

    list-style: none;
    border-bottom: 1px dashed #e6e6e6;
    line-height: 2.8rem;
}

.searchbox ul li a {
    color: #808080;

}

.searchbox ul li a:hover {

    color: var(--primary);
}
.rotate-180 {  
    transform: rotate(180deg);  
    transition: transform 0.3s ease;  
}


/*企业精神*/
.spirit .team-group .spirit-box
{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}
.spirit .team-group .col-6 .spirit-img{
        background-color: #ffffff;
        overflow: hidden;
    }
    .spirit .team-group .col-6 img{
             transition: transform 0.3s ease;
     }

    .spirit .team-group .col-6:hover img{
            transform: scale(1.3);
        }
    }
/*.spirit-box .spirit-title{*/
/*     background-color: #00815865;*/
/* }*/<!--耗时1755808035.2827秒-->