/*首页样式 start*/
.banner-box {
    width: 100%;
    height: auto;
    position: relative;
.swiper {
    width: 100%;
    height: auto;
    position: relative;

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.banner-prev {
    left: 30px;
    color: #fff;
}

.banner-prev:after {
    font-size: 30px;
}

.banner-next {
    right: 30px;
    color: #fff;
}

.banner-next:after {
    font-size: 30px;
}

.banner-page {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);

.swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #999;
    opacity: 1;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}
}
}

.banner {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 50%;
}
}

.banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner__img_index {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-main {
    position: absolute;
    left: calc(50% - 650px);
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}

.banner-main__img {
    width: 100%;
    height: auto;
}
@media (max-width: 1300px) {
    .banner-main {
        left: 15px;
        max-width: 100%;
    }
}

.content-box {
    width: 100%;
    height: auto;
    position: relative;
}

.content {
    width: 1300px;
    padding: 30px 0;
    margin: 0 auto;
}


.content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-title__p1 {
    font-size: 26px;
    margin-bottom: 5px;
}

.content-title__hx {
    width: 30px;
    height: 3px;
    background-color: #712521;
}

.content-title__p2 {
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

.content-title-xxk {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

.content-btn {
    min-width: 90px;
    height: 36px;
    text-align: center;
    padding: 0 40px;
    line-height: 36px;
    color: #333;
    background-color: #EDEFED;
    margin: 0 15px;
}

.content-btn:hover {
    color: #333;
}

.content-btn-act {
    color: #fff;
    background-color: #721c24;
}

.content-btn-act:hover {
    color: #fff;
}

.content-center {
    margin: 50px 0;
    width: 100%;
}

.news-box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 45px;
}

.news-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.news-item:hover .news-item__name {
    color: #721c24;
}

.news-item:hover .news-item__txt {
    color: #721c24;
}

.news-item-imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-item-nameRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}

.news-item__name {
    color: #333;
    flex: 1;
    margin-right: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-item-nameRow .iconfont {
    flex-shrink: 0;
    color: #C9CAC9;
}

.news-item__time {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}

.news-item__txt {
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
}

.n-box {
    display: flex;
    flex-direction: row;
    margin: 30px 0;

.n-left {
    flex: 1;
    margin-right: 50px;
    overflow: hidden;
}

.n-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.n-swiper .swiper-slide {
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
}

.swiper-pagination-bullet {
    background-color: #FFF;
}

.n-swiper-pagination {
    position: absolute;
    bottom: 20px;
    display: flex;
    z-index: 89;
    width: 100% !important;
    padding-right: 30px !important;
    justify-content: flex-end;

.swiper-pagination-bullet {
    margin-left: 5px;
    width: 10px;
    height: 10px;
}

}

.n-swiper-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.n-swiper-p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 0 0 5px 5px;
}

.n-right {
    flex: 1;
}

.nr-row {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #DDE4DE;
}

.nr-row:last-child {
    border-bottom: none;
}

.nr-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 10px;

p {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.nr-time {
    color: #999;
    flex-shrink: 0;
    margin-left: 15px;
}

}

.nr-txt {
    font-size: 14px;
    line-height: 24px;
    color: #7b7d7d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


}


.content-foot {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*集团先容*/
.group-introduce-bg {
    background-image: url("/en/img/jt-bg.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: right bottom;
}

.group-introduce-bg .content {
    padding-bottom: 1px;
}

.group-introduce-bg .content-center {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.content-video-box {
    width: 570px;
    height: auto;
    margin-right: 50px;
    flex-shrink: 0;
}

.content-video {
    width: 100%;
    height: 100%;
}

.content-gi-box {
    flex: 1;
}

.content-gi-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 20px;
}

.content-gi-title__p1 {
    font-size: 26px;
    margin-right: 5px;
}

.content-gi-title__p2 {
    color: #999;
    font-size: 14px;
}

.content-gi-hx {
    width: 30px;
    height: 3px;
    background-color: #712521;
}

.content-gi-txt {
    margin-top: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    /*line-height: 30px;*/
}

.content-gi-sj {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}

.content-gi-item {
    flex: 1;
    border-right: 2px solid #D5D7D6;
    padding: 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-gi-item:last-child {
    border-right: 0;
}

.content-gi-item-num {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-gi-item-num .txt {
    font-size: 14px;
    font-weight: normal;
}

.content-gi-item__span {
    border-left: 4px solid #BA3522;
    padding-left: 5px;
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.gi-content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*STAKE中国官方网站生物*/
.gi-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gi-content {
    position: relative;
    width: 100%;
    display: grid;
    min-height: 375px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gi-content-item {
    width: 100%;
    height: 100%;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gi-ci-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 25px 0;
}

.gi-ci-up-img {
    width: 100%;
    height: 100%;
}

.gi-ci-up-txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gi-ci-img {
    width: 44px;
    height: auto;
    margin-bottom: 15px;
}

.gi-ci-img-a {
    display: none;
    width: 44px;
    height: auto;
    margin-bottom: 15px;
}

.gi-ci__p1 {
    font-size: 16px;
    margin-bottom: 5px;
}

.gi-ci__p2 {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}

.gi-ci-down {

    flex-direction: column;
    align-items: center;
    padding: 0 30px 25px 30px;
    display: none;
    background-color: rgba(114, 28, 36, 0.8);
}

.gi-ci__p3 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.gi-ci__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}

.gi-ci__btn__p {
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 12px;
    color: #721c24;
}

.gi-ci__btn .iconfont {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #721c24;
    font-size: 12px;
    background-color: #fff;
}

.gi-content-item:hover .gi-ci-up {
    background-color: rgba(114, 28, 36, 0.8);
    color: #fff !important;
}

.gi-content-item:hover .gi-ci-img {
    display: none;
}

.gi-content-item:hover .gi-ci-img-a {
    display: block;
}

.gi-content-item:hover .gi-ci-down {
    display: flex;
}

/*视频中心*/
.vc-content-bg {
    background-image: url("/en/img/vc-bg.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: left center;
}

.vc-content-bg .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vc-content-bg .content-gi-title {
    margin-bottom: 0;
}

.vc-left {
    width: 300px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.vd-left-txt {
    margin: 50px 0;
    line-height: 32px;
    color: #666;
}

.vc-left .content-btn {
    margin-left: 0;
}

.vc-right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.vc-right .vc-video-box {
    flex: 1;
    margin-right: 30px;
}

.vc-right .vc-video-box:last-child {
    margin-right: 0;
}

.vc-video__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.vc-video__row__p1 {
    font-size: 18px;
    flex: 1;
    margin-right: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.vc-video__row__p2 {
    flex-shrink: 0;
    font-size: 14px;
    color: #999;

.vc-video__begin {
    margin-top: 0;
    border: none;
    width: auto;
    padding: 0;
    color: #999;

.iconfont {
    color: #721c24;
    margin-right: 5px;
}

}
.vc-video__begin span {
    color: #721c24 !important;
}

}

.vc-video__begin {
    width: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
    border-radius: 10px;
    border: 1px solid #721c24;
    margin-top: 10px;
    justify-content: center;
    cursor: pointer;

.vc-video__begin-img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

}
/*.vc-video__begin span {*/
/*    color: #721c24 !important;*/
/*}*/
/*STAKE中国官方网站荟*/
.yfh-content-box {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #EFEFEF 0%, #EFEFEF 50%, #F4F5F4 51%, #F4F5F4 100%);

.yfh-content {
    display: flex;
    flex-direction: row;
    width: 1300px;
    height: auto;
    margin: 0 auto;
    background-color: #F4F5F4;

.yfh-left {
    width: auto;
    min-width: 220px;
    padding: 0 50px;
    background-color: #EFEFEF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

.yfh-left-icon {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.yfh-left-img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.yfh-left__p {
    font-size: 14px;
    color: #999;
}

.yhf-left-jt {
    width: 20px;
    height: 20px;
    background-color: #EFEFEF;
    position: absolute;
    right: -10px;
    transform: rotate(45deg);
}

}

.yfh-right {
    flex: 1;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 50px;

.ad-swiper {
    width: 100%;
    overflow: hidden;

.swiper-wrapper {
    width: 100%;
    height: calc(100% - 100px);


}

.swiper-btn-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100px;

.swiper-button-prev, .swiper-button-next {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #721c24;
    margin-left: 15px;
    margin-top: 0;
}

.swiper-button-prev::after, .swiper-button-next:after {
    font-size: 16px;
    color: #fff;
}

}
}
}
}
}

.ad-row-item {
    display: flex;
    flex-direction: row;
    padding: 0 20px;

.ad-ri-img {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    margin-right: 10px;
}

.ad-ri-msg {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

.ad-ri__p1 {
    color: #912E24;
    margin-bottom: 10px;
}

.ad-ri__p2 {
    font-size: 14px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ad-ri__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border: 1px solid #DADBDA;
    background-color: #EBEBE8;
    color: #333;

.iconfont {
    font-size: 12px;
    margin-left: 3px;
    color: #912E24;
}

}
}
}

/*首页自顺应*/
@media (max-width: 1300px) {
    .content {
        width: 100%;
        padding: 40px 20px;
    }

    .group-introduce-bg .content-center {
        flex-direction: column;
    }

    .content-video-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .gi-content {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px;

    .gi-content-item {
        background-color: rgba(114, 28, 36, 0.8);

    .gi-ci-up {
        background-color: transparent;
        color: #fff;
    }

    .gi-ci-img {
        display: none;
    }

    .gi-ci-img-a {
        display: block;
    }

    .gi-ci-down {
        background-color: transparent;
        display: flex;
    }
}

}

.vc-content-bg .content {
    flex-direction: column;
    align-items: center;

.vc-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
}

.vc-right {
    flex-direction: column;
}

.vc-right .vc-video-box {
    flex: 1;
    margin-right: 0;
    margin-bottom: 20px;
}

}

.yfh-content {
    flex-direction: column;
}

.yfh-content-box {
    background: linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 50%, #F4F5F4 51%, #F4F5F4 100%);

.yfh-content {
    flex-direction: column;
    width: 100%;
    padding: 0 0 20px 0;

.yfh-left {
    padding: 40px 0 20px 0;

.yhf-left-jt {
    display: none;
}

}

.yfh-right {
    padding: 40px 20px 0 20px;

.swiper-btn-box {
    justify-content: center !important;
}

.ad-ri-img {
    width: 100px;
}

.ad-ri__btn {
    width: 150px;
}

}
}
}
}

@media (max-width: 879px) {
    .news-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    .ad-ri-img {
        width: 200px !important;
    }

    .foot-row {
        display: flex;
        flex-direction: row;
        align-items: center;

    .foot-row-nav-item {
        flex: 1;
        display: none;
    }

    .foot-row-nav-item:last-child {
        flex: 2;
        display: block;
    }
}

.banner-box {
    height: 260px;

.banner__img {
    width: auto;
    height: 100%;
}

.banner-main {

.banner-main-p1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.banner-main-p2 {
    font-size: 18px;
    padding: 5px;
    color: #721c24;
    border-top: 1px dashed #721c24;
    border-bottom: 1px dashed #721c24;
}

}
}

}

/*首页样式 end*/

/*关于STAKE中国官方网站 start*/
.banner-box {

.banner-main-p1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-main-p2 {
    font-size: 22px;
    padding: 5px;
    color: #721c24;
    border-top: 1px dashed #721c24;
    border-bottom: 1px dashed #721c24;
}

}

.xxk-content-box {
    border-bottom: 1px solid #F2F2F2;
    background: url("/en/img/xxk-bg.png") no-repeat center center;
    background-size: auto 100%;
}

.xxk-content {
    display: flex;
    flex-direction: row;
    padding: 0;

.xxk-item {
    color: #333;
    padding: 30px;
    cursor: pointer;
}

.xxk-item-act {
    color: #fff;
    background-color: #721c24;
}

.xxk-item:hover {
    color: #fff;
    background-color: #721c24;
}

}

.about-box {
    background-color: #F5F8FB;

.ac-p1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ac-p2 {
    font-size: 18px;
    font-weight: bold;
}

.ac-fg {
    margin: 30px 0;
    width: auto;
}

.ac-txt {
    line-height: 36px;
}

}

.about-box2 {
    background-color: #F7F8F7;

.content {
    padding: 0;
}

.content-gi-sj {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding: 35px 0;
}

.content-gi-item {
    border-right: 2px solid #ECEEEC;
    padding: 0;
}

.content-gi-item:last-child {
    border-right: 0;
}

.content-gi-item-num {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-gi-item-num .txt {
    font-size: 14px;
    font-weight: normal;
}

.content-gi-item__span {
    border-left: 4px solid #BA3522;
    padding-left: 5px;
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

}

.about-box {

.ac-box {
    display: flex;
    flex-direction: row;

.ac-left {
    flex: 1;
    margin-right: 10px;
    position: relative;
    overflow: hidden;

.ac-box-bg {
    width: 100%;
    height: 100%;
}

.ac-left__txt {
    position: absolute;
    top: 120px;
    left: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

}

.ac-right {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;

.ac-right-top {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.ac-right-down {
    margin-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ac-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ad-rt-zw {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
}

.ad-rt-txt {
    flex: 1;
    position: relative;
    color: #fff;
    padding: 40px;
    overflow: hidden;

.p1 {
    font-size: 22px;
    font-weight: bold;
}

.p2 {
    margin-bottom: 5px;
}

.p3 {
    color: #999;
    margin-bottom: 0;
    margin-top: 15px;
}

}
}
}
}

/*视频中心*/
.about-video-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 100px;

.vc-video-box {
    width: 100%;
    height: 100%;
    overflow: hidden;

.vc-video-imgBox {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;

.vc-video-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

}
}
}

/*STAKE中国官方网站荟*/
.yfh-content-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 50px;

.yct-left {
    height: 60px;
    width: auto;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    background-color: #721c24;
    position: relative;
    flex-shrink: 0;

.yct-left__icon {
    position: absolute;
    top: 2.5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: #721c24;
    transform: rotate(45deg);
}

}

.yct-right {
    flex: 1;
    background-color: #F9F9FD;
    height: 53px;
    position: relative;
    z-index: 9;
}

}

.yct-content-main {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;

.ad-ri__btn {
    width: 150px;
}

}

/*组织结构*/
.about-content-zzjg {
    width: 100%;
    height: auto;
}

/*视频中心-详情*/
.content-box-title {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #E5E7E5;

.p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fg {
    width: 30px;
    height: 3px;
    background-color: #BC3531;
}

}

.video-detail-box {
    padding: 40px 0;

.content-video-box {
    width: 100%;
    height: auto;
}

}

.video-detail-tj {
    background-color: #F9F7F2;

.content-box-title {
    padding-top: 40px;
}

}

/*生长历程*/
.fz-content-box {
    background: url("/en/img/fz-bg.png") no-repeat center center;
    background-size: auto auto;

.fz-head-box {
    padding-top: 80px;
    border-bottom: 1px solid #E7EAE9;

.fz-head {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;

.fz-btn {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    flex-shrink: 0;

.iconfont {
    color: #D5DCDE;
    font-size: 36px;
    font-weight: bold;
}

}

.fz-row-box {
    flex: 1;
    overflow: hidden;

.fz-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;

.fz-row-item {
    color: #999;
    font-size: 24px;
    width: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 50px;
    flex-shrink: 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.fz-row-item-act {
    border-bottom: 2px solid #721c24;
}

.fz-row-item:hover {
    border-bottom: 2px solid #721c24;
}

}
}
}
}

.fz-main-box {
    width: 1300px;
    margin: 0 auto;
    padding-left: 180px;
    padding-bottom: 80px;

.fz-main {
    padding: 80px 0;
    border-left: 1px solid #DFE1DF;

.fz-item {
    margin-bottom: 80px;
}

.fz-item:last-child {
    margin-bottom: 0;
}

.fz-item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;

.fz-it-left {
    width: 80px;
    display: flex;
    flex-direction: row;
    position: relative;

.fz-it-icon-box {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: -10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DFE1DF;

.fz-it-icon {
    width: 8px;
    height: 8px;
    background-color: #D94B36;
    border-radius: 50%;
}

}

.fz-it-icon-box-act {
    background-color: #D94B36;

.fz-it-icon {
    background-color: #fff;
}

}

.fz-it-x {
    width: 40px;
    height: 0;
    border-top: 1px dashed #666;
}

}
}

.fz-item-txt {
    font-size: 14px;
    padding-left: 80px;
    line-height: 30px;
    color: #666;
}

}
}

}


/*关于STAKE中国官方网站 end*/

/*投诉举报平台 start*/
.jb-content-up {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background: url("/en/img/jbpt-img.png") no-repeat left center;
    background-size: 60% auto;

.jb-cu-msg {
    width: auto;
    height: auto;
    margin: 40px 0;
    padding: 40px 40px 40px 100px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);

.jb-cu-msg__row {
    display: flex;
    flex-direction: row;
    color: #721c24;
    margin: 20px 0;
}

.jb-cu-msg__p2 {
    font-size: 12px;
}

}
}

.jb-content-down {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    margin: 100px 0;

.jb-down-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 25px 15px;
    background-color: #F8F6F3;

.jb-downItem-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 20px;

.icon {
    width: 45px;
    height: auto;
}

}

.jb-downItem-p1 {
    margin-bottom: 10px;
    line-height: 24px;
}

.jb-downItem-p2 {
    font-size: 12px;
}

}

.jb-down-item:nth-child(even) {
    background-color: #F4F5F7;
}

.jb-down-item:last-child {
    grid-column-start: 3;
    grid-column-end: 5;
    padding: 15px 50px;
    align-items: flex-start;

.jb-downItem__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

}
}

/*投诉举报平台 end*/

/*联系STAKE中国官方网站 start*/
.contact-content-box {
    background-color: #F5F4F0;

.contact-content {
    display: flex;
    flex-direction: row;
    align-items: center;

.cc-img {
    width: 600px;
    height: auto;
    flex-shrink: 0;
    margin-right: 200px;
}

.cc-msg {
    flex: 1;

.cc-msg__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cc-msg-fg {
    width: 40px;
    height: 2px;
    background-color: #D3898B;
    margin-bottom: 30px;
}

}
}


}

.contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 200px;
    grid-row-gap: 100px;
    padding: 100px 0;

.cc-msg {
    width: 100%;
    height: 100%;

.cc-msg-head {
    border-bottom: 1px solid #E8EBEA;
    margin-bottom: 30px;
}

.cc-msg__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cc-msg-fg {
    width: 40px;
    height: 2px;
    background-color: #D3898B;
}

}
}

.contact-content-form {

.cc-ly__title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cc-ly__tip {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

.cc-ly-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;

.cc-ly-input-box {
    flex: 1;
    margin-right: 60px;
    padding: 10px;
    border: 1px solid #E8E9E7;
    display: flex;
    flex-direction: row;

.cc-ly-input {
    flex: 1;
    height: 30px;
    line-height: 30px;
    border: none;
    resize: none;
    outline: none;
}

.cc-ly-textarea {
    min-height: 50px;
}

}

.cc-ly-textarea-box {
    flex-direction: column;
}

.cc-ly-input-box span {
    font-size: 14px;
    color: #999;
    margin-right: 20px;
    line-height: 30px;
    flex-shrink: 0;
}

.cc-ly-input-box:last-child {
    flex: 1;
    margin-right: 0;
}

.cc-ly-imgBox {
    flex: 1;

.cc-ly-img {
    width: auto;
    min-width: 120px;
    height: auto;
}

}
}

.cc-ly-btn {
    width: 180px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    color: #fff;
    background-color: #721c24;
    border: none;
}

}

.contact-foot-content {
    background: url("/en/img/contact-foot-bg.png") no-repeat center center;
    background-size: 100% 100%;

.contact-foot-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

.cf-item {
    display: flex;
    flex-direction: row;
    align-items: center;

.cf-item-icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-item-icon {
    width: 45px;
    height: auto;
}

.cf-item-msg {

.p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

}
}
}
}

/*联系STAKE中国官方网站 end*/

/*新闻中心 start*/
.news-content-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #E8E9E7;
    flex-wrap: wrap;

.news-ch-input-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 15px;

.layui-input {
    background-color: #ECF0F3;
    border: none;
}

.news-ch-span {
    width: 32px;
    height: 32px;
    background-color: #9B9C9D;
    display: flex;
    align-items: center;
    justify-content: center;

.iconfont {
    color: #fff;
    font-size: 12px;
}

}

.news-ch-btn {
    width: 82px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border: none;
    background-color: #721C24;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 15px;
}

}
}

.new-grid {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;

.new-grid-item {
    width: 100%;
    height: 100%;

.new-item-img {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;

.img {
    width: 100%;
    height: 100%;
    position: absolute;
}

}

.new-item__time {
    font-size: 36px;
    color: #696A6B;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.new-item__time::after {
    content: '';
    height: 28px;
    width: 6px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    background-color: #1832A0;
}

.new-item__title {
    font-size: 22px;
    color: #666;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new-item__txt {
    font-size: 14px;
    line-height: 24px;
    color: #B0B1B1;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

}
}

/*新闻详情*/
.content-nd-title {
    padding: 40px 0;
}

.news-detail__title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.new-detail__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #F4F7F8;
    padding: 10px 0;

.nd__head__time {
    margin-bottom: 0;
    margin-right: 10px;
}

}

.news-detail-content p {
    line-height: 30px;
}

.news-detail-content img {
    max-width: 100%;
    margin-bottom: 20px;
}

/*新闻中心 end*/

/*人才中心 start*/
.rc-content-head {
    background: url("/en/img/rc-head-bg.png") no-repeat center center;
    background-size: 100% 100%;

.content {
    display: flex;
    flex-direction: row;
    align-items: center;

.rc-head-left {
    width: 350px;
    height: auto;
    flex-shrink: 0;

.rc-head__p1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.rc-head__p2 {
    font-size: 24px;
    font-weight: bold;
    color: #E5E7E8;
    margin-bottom: 10px;
}

.rc-head__x {
    width: 150px;
    height: 2px;
    background-color: #B6989A;
}

}

.rc-head-right {
    flex: 1;
    line-height: 36px;
}

}
}

.rc-content-box {
    background-color: #F2F4F7;

.rc-content-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;

.rc-cr-left {
    flex: 1;
    padding: 80px 40px;
    background-color: #fff;

.rc-cr-left__p1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.rc-cr-left__p2 {
    line-height: 30px;
}

}

.rc-cr-right {
    flex: 1;

.rc-cr-right-img {
    width: 100%;
    height: auto;
}

}
}

.rc-content-row:last-child {
    margin-bottom: 0;
}

}

.rc-content-foot {
    background-color: #fff;

.content {
    display: flex;
    flex-direction: row;

.rc-foot-item {
    margin-right: 80px;
    position: relative;

.rc-foot-item-txt {
    position: absolute;
    left: 40px;
    top: calc(50% - 25px);

.p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.p2 {
    font-size: 14px;
    color: #8B9BA4;
    margin-bottom: 0;
}

}
}

.rc-foot-item:last-child {
    margin-right: 0;
}

}

}

.rc-zp-img {
    width: 100%;
    height: auto;
    margin: 80px 0;
}

/*人才中心 end*/

/*搜索效果 start*/
.search-box {

.content {
    display: flex;
    flex-direction: row;
    align-items: center;

.search-left {
    flex: 1;

.search-left__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.search-left__time {
    color: #666;
    margin-bottom: 10px;

.iconfont {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}

}

.search-left__txt {
    font-size: 14px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

}

.search-right {
    margin-left: 15px;
    flex-shrink: 0;
    width: 120px;
    height: 30px;
    border: 1px solid #F2F2F2;
    text-align: center;
    line-height: 30px;
    color: #999;
    border-radius: 4px;
}

.search-right:hover {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

}

.content-box:nth-child(even) {
    background-color: #F6F7F6;
}

}

/*搜索效果 end*/

/*STAKE中国官方网站工业 start*/
.cy-content {

.content-nd-title {
    background-color: #F4F7F8;

.news-detail__title {
    color: #721c24;
}

}

.news-detail-content img {
    width: 100%;
    height: auto;
    margin: 40px 0;
}

}

/*STAKE中国官方网站工业 end*/

/*其他页面自顺应*/
@media (max-width: 1300px) {
    .jb-content-up {
        background-size: 100% auto;
    }

    /*人才招聘*/
    .rc-content-box {

    .rc-content-row {
        margin-bottom: 40px;
        flex-direction: column;

    .rc-cr-left {
        padding: 40px;
    }
}

}

.rc-content-foot {

.content {

.rc-foot-item {
    margin-right: 40px;
    flex: 1;
    overflow: hidden;

.rc-foot-item-img {
    height: 180px;
    width: auto;
}

}
}
}

/*招聘流程*/
.zp-content-img {
    width: 100%;
    overflow-x: auto;
    height: auto;
}

.zp-content-imgBox {
    width: 1300px;
    height: auto;

.rc-zp-img {
    width: 1300px;
    height: auto;
}

}

/*生长历程*/
.fz-content-box {

.fz-head-box {
    padding-top: 40px;

.fz-head {
    width: 100%;
    height: auto;

}

}

.fz-main-box {
    width: 100%;
    margin: 0 auto;
    padding-left: 180px;
}

}

/*视频详情*/
.video-detail-box {
    padding: 20px !important;
}

/*STAKE中国官方网站荟*/
.yct-content-main {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;

.ad-ri__btn {
    width: 100%;
}

.ad-ri-img {
    width: 100px;
    height: auto;
}

}

/*新闻中心*/
.new-grid {
    padding: 40px 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;

.new-grid-item {


.new-item__time {
    font-size: 22px;
    color: #696A6B;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.new-item__time::after {
    content: '';
    height: 18px;
    width: 6px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    background-color: #1832A0;
}

.new-item__title {
    font-size: 16px;
}

.new-item__txt {
    font-size: 12px;
}

}
}

/*联系STAKE中国官方网站 */
.contact-content-box {

.contact-content {

.cc-img {
    flex: 1;
    max-width: 500px;
    width: auto;
    height: auto;
    margin-right: 100px;
}

}
}

.contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    padding: 40px 20px;
}

}

@media (max-width: 879px) {
    .n-box {
        display: flex;
        flex-direction: column;
        margin: 30px 0;

    .n-left {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.jb-content-up {
    background-size: auto 100%;

.jb-cu-msg {
    margin: 20px;
    padding: 20px;
}

}

.jb-content-down {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    margin: 40px 0;

.jb-down-item {

.jb-downItem-p1 {
    margin-bottom: 10px;
    line-height: 24px;
}

.jb-downItem-p2 {
    font-size: 12px;
}

}

.jb-down-item:nth-child(even) {
    background-color: #F4F5F7;
}

.jb-down-item:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 15px 50px;
    align-items: flex-start;

.jb-downItem__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

}
}

/*人才招聘*/
.rc-content-head {
    background: url("/en/img/rc-head-bg.png") no-repeat center center;
    background-size: 100% 100%;

.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

.rc-head-left {
    width: 100%;
    margin-bottom: 15px;
}

.rc-head-right {
    flex: 1;
    line-height: 36px;
}

}
}

.rc-content-foot {

.content {
    flex-direction: column;

.rc-foot-item {
    margin-right: 0;
    margin-bottom: 15px;

.rc-foot-item-img {
    height: auto;
    width: 100%;
}

}

.rc-foot-item:last-child {
    margin-bottom: 0;
}

}
}

/*生长历程*/
.fz-content-box {

.fz-head-box {
    padding-top: 40px;

.fz-head {
    width: 100%;
    height: auto;

.fz-row-box {
    flex: 1;
    overflow: auto hidden;

.fz-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;

.fz-row-item {
    width: 80px;
    height: 80px;
    margin: 0 10px;
}

}
}
}
}

.fz-main-box {
    width: 100%;
    margin: 0 auto;
    padding-left: 80px;
}

}

/*视频中心*/
.about-video-content {
    grid-template-columns: 1fr 1fr;
}

/*STAKE中国官方网站简介*/
.about-box {

.ac-box {
    display: flex;
    flex-direction: column;

.ac-left {
    flex: 1;
    margin-right: 0;;
    margin-bottom: 15px;

.ac-left__txt {
    top: 100px;
    left: 40px;
}

}

.ac-right {
    margin-left: 0;
}

}
}

/*STAKE中国官方网站荟*/
.yct-content-main {
    grid-template-columns: 1fr 1fr;

.ad-ri__btn {
    width: 150px;
}

.ad-ri-img {
    width: 150px;
    height: auto;
}

}

/*新闻中心*/
.new-grid {
    grid-template-columns: 1fr 1fr;

}

/*联系STAKE中国官方网站 */
.contact-content-box {

.contact-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

.cc-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
}

.cc-msg {
    width: 100%;
}

}
}
}

@media (max-width: 850px) {
    .xxk-content {

    .xxk-item {
        padding: 20px;
    }

}

/*STAKE中国官方网站荟*/
.yct-content-main {
    grid-template-columns: 1fr;
}

/*搜索效果*/
.news-content-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

.new-ch-p {
    display: none;
}

.news-ch-input-box {
    width: 100%;
}

}

/*在线留言 */
.contact-content-form {
    width: 100%;

.cc-ly-row {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;

.cc-ly-input-box {
    width: 100%;
    margin-right: 0;
}

}
.cc-ly-yzm {
    display: flex;
    flex-direction: row;
    align-items: center;

.cc-ly-input-box {
    flex: 1;
    margin-right: 15px;
    margin-bottom: 0;
}

.cc-ly-imgBox {
    flex: 0;
    width: 150px;
    flex-shrink: 0;
}

}
}
}

@media (max-width: 748px) {
    /*在线留言 */
    .contact-foot-content {

    .contact-foot-main {
        flex-direction: column;

    .cf-item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .cf-item:last-child {
        margin-bottom: 0;
    }
}

}
}

@media (max-width: 600px) {
    .xxk-content {

    .xxk-item {
        padding: 20px 10px;
    }

}

/*视频中心*/
.about-video-content {
    grid-template-columns: 1fr;
}

/*新闻中心*/
.new-grid {
    grid-template-columns: 1fr;

}

/*联系STAKE中国官方网站 */
.contact-content-grid {
    grid-template-columns:  1fr;
}

}


.hui-img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.page.odd > img {
    height: 100%;
    width: 100%;
}

.page.even > img {
    height: 100%;
    width: 100%;
}

/*.magazine-viewport {*/
/*    z-index: 9999;*/
/*}*/
.thumbnails {
    position: relative !important;
    height: auto !important;
}

.thumbnails > div {
    width: 100% !important;
    height: auto !important;
}

.yf-dc-a {
    font-size: 16px;
    color: #666;
}

.yf-dc-a:hover {
    color: #701C24;
}
<!--耗时1763585017.9729秒-->