@charset "utf-8";

@font-face {
    font-family: 'hongmeng';
    src: url(HarmonyOS_Sans_Regular.ttf);
}

/* 关于团队 */
.team-banner {
    width: 100%;
}

.team-banner img {
    width: 100%;
    display: block;
}

.team-title {
    width: 16rem;
    margin: 0 auto;
    margin-top: .4rem;
}

.team-title h3 {
    font-size: .8rem;
    color: #18584D;
    text-align: center;
}

.team-title h3 span {
    width: 1rem;
    height: .06rem;
    display: block;
    margin: .2rem auto 0;
    background-color: #18584D;
}

.team-title>div {
    margin-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-title div div {
    width: 8.2rem;
}

.team-title p {
    font-size: .24rem;
    color: #090405;
    line-height: 1.5;
    margin-bottom: .3rem;
}

.team-title p span {
    color: #18584D;
}

.team-title img {
    width: 6.8rem;
    border-radius: .3rem;
}

.team-person {
    width: 16rem;
    margin: 1rem auto 0;
}

.team-person ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: .5rem;
    z-index: 1;
}

.team-person-img {
    width: 4rem;
    position: absolute;
    left: 0;
}

.team-person-img img {
    border-radius: .2rem;
    max-width: 100%;
}

.team-person-txt {
    width: 13rem;
    height: 5.2rem;
    border-radius: .3rem;
    margin-left: 3rem;
    color: #090405;
    padding: .5rem 2rem;
    box-sizing: border-box;
    background-color: #f6f5f4;
    position: relative;
    z-index: -1;
}

.team-person-txt h4 {
    font-size: .4rem;
    margin-bottom: .3rem;
}

.team-person-txt h4 span {
    font-size: .24rem;
    color: #A2A5A5;
    display: block;
}

.team-person-txt p {
    font-size: .24rem;
    line-height: 2;
    position: relative;
    padding-left: .2rem;
}

.team-person-txt p::before {
    content: '';
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #18584D;
    position: absolute;
    left: 0;
    top: 50%;
}

.team-person-txt button {
    width: 1.5rem;
    height: .6rem;
    border-radius: .75rem;
    background-color: #18584D;
    margin-top: .5rem;
    border: 0;
    position: absolute;
    bottom: .4rem;
}

.team-person-txt button a {
    color: #fff;
    font-size: .24rem;
    font-weight: bold;
}

/* 招聘 */
.hire {
    width: 16rem;
    margin: 1rem auto 0;
}

.hire ul li {
    border-radius: .3rem;
    background-color: #f6f5f4;
    padding: .5rem 1rem;
    box-sizing: border-box;
    margin-bottom: .4rem;
}

.hire-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hire-title p {
    font-size: .36rem;
    font-weight: bold;
    color: #18584D;
}

.hire-title span {
    font-size: .24rem;
    color: #18584D;
    background: url(../img/top.svg) right center no-repeat;
    background-size: .26rem;
    padding-right: .4rem;
    cursor: pointer;
}

.hire-txt {
    margin-top: .4rem;
    display: none;
}

.hire-txt p {
    font-size: .24rem;
    line-height: 1.5;
}

.hire-txt p span,
.hire-txt p strong {
    color: #18584D;
}

.hire-txt p strong {
    font-size: .3rem;
}

ul li.active .hire-title span {
    background: url(../img/bottom.svg) right center no-repeat;
    background-size: .26rem;
}

/* 关于德宁 */
.about-banner {
    width: 100%;
}

.about-banner img {
    width: 100%;
    display: block;
}

.about-food {
    width: 16rem;
    margin: 0 auto;
    overflow: hidden;
}

.about-food h3 {
    font-size: .8rem;
    color: #18584D;
    text-align: center;
    margin: .6rem 0;
}

.about-food p {
    font-size: .24rem;
    color: #090405;
    margin-bottom: .4rem;
    line-height: 2;
}

.about-food p span {
    font-weight: bold;
    color: #18584D;
}

.about-food .about-food-left {
    float: left;
    width: 50%;
}

.about-food .about-food-right {
    float: right;
    width: 40%;
    border-radius: .2rem;
    overflow: hidden;
}

.about-food .about-food-right img {
    border-radius: .2rem;
    width: 100%;
}

.about-major {
    width: 16rem;
    margin: 1rem auto 0;
    overflow: hidden;
}

.about-major h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}

.about-major h5 {
    text-align: center;
    font-size: .3rem;
    color: #A2A5A5;
    font-weight: normal;
    margin-bottom: .5rem;
}

.about-major .about-major-left {
    width: 7.9rem;
    height: 7rem;
    float: left;
    background: url('../img/about/about-majorbg.jpg') no-repeat;
    background-size: cover;
    border-radius: .2rem 0 0 .2rem;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
}

.about-major .about-major-left-top,
.about-major .about-major-left-bottom {
    width: 7.9rem;
    height: 3.48rem;
    padding-top: 1rem;
    box-sizing: border-box;
}

.about-major .about-major-left-top-txt1 {
    width: 4rem;
    height: 1rem;
    margin: 0 auto;
    background: url('../img/about/what.png') center no-repeat;
    background-size: 100%;
}

.about-major .about-major-left-top-txt2 {
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: -.6rem;
}

.about-major .about-major-left-top-txt3 {
    text-align: center;
}

.about-major-left-center {
    width: 7.9rem;
    height: .04rem;
    background-color: #fff;
}

.about-major .about-major-left-bottom-txt1 {
    width: 3rem;
    height: 1rem;
    margin: 0 auto;
    background: url('../img/about/why.png') center no-repeat;
    background-size: 100%;
}

.about-major .about-major-left-bottom-txt2 {
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: -.6rem;
}

.about-major .about-major-left-bottom-txt3 {
    text-align: center;
}

.about-major .about-major-left .active {

    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(.05rem);
}

.about-major .about-major-right {
    width: 8.1rem;
    height: 7rem;
    float: right;
    border-radius: 0 .2rem .2rem 0;
    background-color: #fff;
    overflow: hidden;
    padding: .4rem .3rem 0 .5rem;
    box-sizing: border-box;
}

.about-major .about-major-right-box1 h5,
.about-major .about-major-right-box2 h5 {
    font-size: .4rem;
    color: #18584D;
    font-weight: bolder;
    text-align-last: left;
    margin-bottom: .2rem;
}

.about-major .about-major-right-box1 p,
.about-major .about-major-right-box2 p {
    font-size: .24rem;
    line-height: 2;
    color: #090405;
    padding-left: .3rem;
    background: url('../img/about/dui.png') left .2rem no-repeat;
}

.about-major .about-major-right-box2 {
    display: none;
}

.about-team {
    width: 16rem;
    margin: 0 auto;
}

.about-team h3 {
    font-size: .8rem;
    color: #18584D;
    text-align: center;
    margin: 1rem 0 .4rem;
}

.about-team h5 {
    width: 70%;
    font-size: .3rem;
    font-weight: normal;
    color: #A2A5A5;
    text-align: center;
    margin: 0 auto;
}

@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

.about-team-img {
    width: 100%;
    margin-top: .4rem;
    position: relative;
    height: 90vh;
    overflow: hidden;
    scroll-behavior: smooth;
}

.about-team-img .bg-color,
.about-team-img .bg-color2 {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 2rem;
    background-image: linear-gradient(180deg, rgba(233, 231, 227, 1.00), transparent);
}

.about-team-img .bg-color2 {
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(233, 231, 227, 1.00), transparent);
}

.about-team-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.about-team-img .rowup {
    animation: 30s rowup linear infinite normal;
    position: relative;
}

.about-company {
    width: 16rem;
    margin: .5rem auto 0;
}

.about-company h3 {
    font-size: .8rem;
    color: #18584D;
    text-align: center;
    margin-bottom: .4rem;
}

.about-company ul {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    width: 96%;
    justify-content: space-evenly;
}

.about-company ul li {
    width: 7.1rem;
    height: 2.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .4rem;
}

.about-company ul li:nth-child(1) {
    background: url('../img/about/company01.png') center no-repeat;
    background-size: cover;
}

.about-company ul li:nth-child(2) {
    background: url('../img/about/company02.png') center no-repeat;
    background-size: cover;
}

.about-company ul li:nth-child(3) {
    background: url('../img/about/company03.png') center no-repeat;
    background-size: cover;
}

.about-company ul li:nth-child(4) {
    background: url('../img/about/company04.png') center no-repeat;
    background-size: cover;
}

.about-company ul li p strong {
    font-size: .5rem;
    display: block;
}

.about-company ul li p {
    font-size: .3rem;
    text-align: center;
    width: 100%;
}

/* 时间轴 */
.about-history {
    width: 16rem;
    margin: 0 auto;
    font-family: 'hongmeng';
}

.about-history h3 {
    font-size: .8rem;
    color: #18584D;
    text-align: center;
}

.cd-container {
    width: 100%;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    margin: 1rem 0;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 0.18rem;
    height: 100%;
    width: .01rem;
    background: #090405;
    left: 50%;
    margin-left: -.02rem;
}

.cd-timeline-block {
    position: relative;
    margin: .4rem 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

.cd-timeline-img.cd-picture {
    background: #E9E7E3;
}

.cd-timeline-img {
    position: absolute;
    top: .8rem;
    left: 0;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    left: 50%;
    margin-left: -.16rem;
    box-shadow: 0 0 0 .02rem #18584D;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.cd-year {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    position: absolute;
    top: -.5rem;
    color: #fff;
    font-size: .22rem;
    margin-left: -.3rem;
    background: #18584D;
    text-align: center;
    box-shadow: 0 0 0 .06rem #75a299;
}
.cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
}


@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 0;
    padding: .2rem .3rem;
    width: 6.5rem;
    background: #ffffff;
    border-radius: 0.2rem;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h5 {
    text-align: center;
    font-size: .3rem;
    color: #18584D;
    width: 1rem;
    background-color: #eef9f8;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-right::before {
    content: '';
    position: absolute;
    top: .9rem;
    left: auto;
    right: 100%;
    height: 0;
    width: 0;
    border: 0.1rem solid transparent;
    border-right: 0.1rem solid #ffffff;
}
.cd-left::before {
    content: '';
    position: absolute;
    top: .9rem;
    left: 100%;
    right: auto;
    height: 0;
    width: 0;
    border: 0.1rem solid transparent;
    border-left: 0.1rem solid #ffffff;
}
.cd-timeline-content h5 {
    font-size: .3rem;
}

.cd-timeline-content p {
    font-size: .24rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
}

.cd-timeline-content .cd-read-more {
    float: left;
}

.cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
}

/*.cd-timeline-block:nth-child(even) .cd-timeline-content {*/
/*    float: right;*/
/*}*/



.cd-timeline-block .cd-left {
    float: left;
}
.cd-timeline-block .cd-right {
    float: right;
}
.cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
}

.cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
}

.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 13.3333vw;
    }

    .team-title {
        width: 96%;
        margin: .4rem auto 0;
    }

    .team-title h3 {
        font-size: .5rem;
    }

    .team-title p {
        font-size: .3rem;
        text-align: justify;
    }

    .team-title img {
        width: 100%;
    }

    .team-person {
        width: 96%;
        margin: 0 auto;
        margin-top: .6rem;
    }

    .team-person-img {
        width: 2.6rem;
    }

    .team-person-txt {
        margin-left: 1.5rem;
        padding: .4rem 0.1rem .4rem 1.3rem
    }

    .team-person-txt p {
        font-size: .28rem;
        line-height: 1.5;

    }

    .team-person-txt button{
        margin-top: .2rem;
    }

    .hire {
        width: 96%;
        margin: .4rem auto;
    }

    .hire ul li {
        padding: .5rem;
        margin-bottom: .2rem;
    }

    .hire-txt p {
        font-size: .3rem;
    }

    .hire-title span {
        font-size: .3rem;
    }
    /* 关于我们 */
    .about-food {
        width: 96%;
    }
    .about-food h3 {
        font-size: .4rem;
    }
    .about-food p {
        font-size: .3rem;
        text-align: justify;
    }
    .about-food .about-food-left {
        width: 100%;
        float: none;
    }
    .about-food .about-food-right {
        width: 100%;
        float: none;
    }
    .about-major {
        width: 96%;
    }
    .about-major h3 {
        font-size: .4rem;
    }
    .about-major .about-major-left {
        width: 100%;
        border-radius: .2rem .2rem 0 0;
    }
    .about-major .about-major-left-top, .about-major .about-major-left-bottom {
        width: 100%;
    }
    .about-major .about-major-right {
        width: 100%;
        height: 9rem;
        border-radius: 0 0 .2rem .2rem;
    }
    .about-major .about-major-right-box1 p, .about-major .about-major-right-box2 p {
        font-size: .3rem;
        background-size: .2rem;
        background-position: left .15rem;
        line-height: 1.5;
        margin-bottom: .1rem;
    }
    .about-team {
        width: 100%;
    }
    .about-team h3 {
        font-size: .4rem;
        margin-bottom: .1rem;
    }
    .about-team h5 {
        width: 80%;
    }
    .about-team-img {
        height: 60vh;
    }
    .about-company {
        width: 100%;
    }
    .about-company h3 {
        font-size: .4rem;
    }
    .about-company ul {
        justify-content: space-between;
    }
    .about-company ul li {
        width: 3.55rem;
        height: 1.4rem;
    }
    .about-company ul li p {
        font-size: .2rem;
    }
    .about-company ul li p strong {
        font-size: .4rem;
    }
    .about-history {
        width: 96%;
    }
    .about-history h3 {
        font-size: .4rem;
    }
    #cd-timeline::before {
        left: 0.18rem;
    }
    .cd-timeline-img {
        left: 0;
        margin-left: 0.01rem;
    }
    .cd-timeline-content {
        width: 6rem;
        float: right;
    }
    .cd-timeline-block .cd-left {
        float: right;
    }
    .cd-year {
        top: -0.4rem;
        margin-left: -0.12rem;
    }
    .cd-timeline-content p {
        font-size: .3rem;
    }
    .cd-timeline-block .cd-timeline-content::before {
    left: auto;
    right: 100%;
    border: 0.1rem solid transparent;
    border-right: 0.1rem solid #ffffff;
    }
}