.forge_body {
    position: relative;
    width: 100%;
    height: 100%;
}

.Astrid_wrap {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #fff;
}

.Astrid_box {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.word-0 {
    opacity: 0;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #c7000c;
    cursor: pointer;
    animation: wordUp 1s ease-in-out;
}

.word-1 {
    opacity: 0;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #c7000c;
    cursor: pointer;
    animation: wordUp 1s ease-in-out;
}

.word-2 {
    opacity: 0;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #c7000c;
    cursor: pointer;
    animation: wordUp 1s ease-in-out;
}

.word-3 {
    opacity: 0;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #c7000c;
    cursor: pointer;
    animation: wordUp 1s ease-in-out;
}

@keyframes wordUp {
    0% {
        font-size: 24px;
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        font-size: 28px;
        opacity: 0;
        transform: translateY(-80px);
    }
}

.header-img {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #333;
}

.header-img .bg-wrap {
    position: relative;
    width: 100%;
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 30%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #9F9F9F;
}

.header-img .bg-box .txt {
    position: absolute;
    top: 40%;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.header-img .bg-box .title {
    width: 100%;
    font-size: 3rem;
    color: #fff;
}

.header-img .bg-box .slogn {
    margin-top: 2%;
    width: 100%;
    font-size: 2rem;
    color: #fff;
}

.header-img .bg-box .btn-box {
    position: absolute;
    top: 65%;
    box-sizing: border-box;
    padding-left: 5%;
    font-size: 18px;
    line-height: 3;
    color: #fff;
}


/* 简介文字 */

.brief {
    width: 89%;
    margin: 4rem auto 1.5rem auto;
}

.brief .txt {
    width: 100%;
}


/* 企业文化 */

.culture-container {
    width: 100%;
}

.culture-container .title {
    box-sizing: border-box;
    padding-left: 4%;
    width: 100%;
    font-size: 28px;
    line-height: 3;
}

.culture-container .lst-wrap {
    display: flex;

    align-items: flex-start;

}

.culture-container .lst-wrap .lst-box {
    box-sizing: border-box;
    /*padding: 5% 10%;*/
    width: 100%;
}

.culture-container .lst-wrap .slide-box {
    flex-shrink: 0;
    width: 25%;
}

.culture-container .lst-wrap .slide-box:nth-child(2n) .lst-box:nth-child(2n + 1) {
    background-color: #f6f6f6;
}

.culture-container .lst-wrap .slide-box:nth-child(2n) .lst-box:nth-child(2n) {
    color: #fff;
    background-color: #000;
}

.culture-container .lst-wrap .slide-box:nth-child(2n) .lst-box:nth-child(2n) .txt-2 {
    background: linear-gradient(to left, #ffffff30 20% , transparent 65%);
}

.culture-container .lst-wrap .slide-box:nth-child(2n) .lst-box:nth-child(2n) .txt-1 {
    text-align: right;
}

.culture-container .lst-wrap .slide-box:nth-child(2n + 1) .lst-box:nth-child(2n) .txt-2 {
    text-align: right;
}

.culture-container .lst-wrap .slide-box:nth-child(2n + 1) .lst-box:nth-child(2n) {
    background-color: #f6f6f6;
}

.culture-container .lst-wrap .slide-box:nth-child(2n + 1) .lst-box:nth-child(2n + 1) {
    color: #fff;
    background-color: #000;
}

.culture-container .lst-wrap .slide-box:nth-child(2n + 1) .lst-box:nth-child(2n + 1) .txt-2 {
    text-align: right;

    background: linear-gradient(to left, #ffffff30 20% , transparent 65%);
}

.culture-container .lst-wrap .slide-box .txt-1 {
    padding: 0 10%;

    font-size: 25px;
    line-height: 3;
}

.culture-container .lst-wrap .slide-box .txt-2 {
    overflow: hidden;
    padding: 0 10%;

    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 4;
}

.culture-container .tempWrap {
    margin-top: 15px;
    width: 100% !important;
}


/* 荣誉资质 */

.honor-container {
    width: 100%;
}

.honor-container .honor-list {
    width: 100%;
}

.honor-container .honor-list {
    width: 100%;
}

.honor-container .honor-list {
    width: 100%;
}

.honor-container .honor-list img {
    width: 100%;

    object-fit: cover;
}

.honor-container .honor-list.txt {
    font-size: 1.6rem;
    text-align: center;
}

.honor-container .title {
    margin-top: 3%;
    box-sizing: border-box;
    padding-left: 4%;
    width: 100%;
    font-size: 28px;
    line-height: 3;
}

.honor-container .swiper-container {
    width: 45%;
    margin: 0 auto;
    position: relative;
}

.honor-container .swiper-container img {
    display: block;
    width: 520px;
    height: 396px;
    margin: 0 auto;
}

.honor-container .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}

.honor-container .swiper-pagination-bullet-active {
    background-color: #ffd200;
}

.honor-container .years-lst {
    position: relative;

    margin-top: 6%;
    padding: 3% 0;
    width: 100%;

    background-color: #fbfbfb;
}

.honor-container .years-lst .img-wrap {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 999;

    width: 3%;

    transform: translate(-50%, -100%);
}

.honor-container .years-lst .img-wrap img {
    width: 100%;
    height: 100%;
}

.honor-container .years-lst .hd {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 999;

    height: 100%;

    transform: translateX(-50%);
}

.honor-container .years-lst .hd ul {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 2px;
    height: 100%;

    background-color: #d5d5d5;
}

.honor-container .years-lst .hd ul li {
    margin: 16px 0;
    border-radius: 100%;
    width: 10px;
    height: 10px;

    background-color: #d5d5d5;

    cursor: pointer;
}

.honor-container .lst-wrap {
    overflow: hidden;

    box-sizing: border-box;
    padding: 3% 7%;
    width: 100%;
}

.honor-container .lst-wrap .lst-box {
    overflow: hidden;

    position: absolute;
    top: 50%;
    left: 0;

    display: flex;

    align-items: center;

    box-sizing: border-box;
    padding: 0 6%;
    width: 100%;

    transform: translateY(-50%);
}

.honor-container .lst-wrap .lst-box .lst-inner {
    box-sizing: border-box;
    padding: 0 5% 0 15%;
    width: 50%;
}

.honor-container .lst-wrap .lst-box .txt {
    width: 100%;

    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 2;
}

.honor-container .folding-ruler {
    position: relative;

    margin-top: 4%;
    width: 100%;
}

.honor-container .folding-ruler .next {
    display: block;

    position: absolute;
    top: 50%;
    right: 6%;
    z-index: 99999;

    box-sizing: border-box;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;

    transform: translate(100%, -50%);
}

.honor-container .folding-ruler .prev {
    display: block;

    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 99999;

    box-sizing: border-box;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;

    transform: translate(-100%, -50%);
}

.honor-container .folding-ruler .hd {
    position: relative;

    width: 100%;
    height: 140px;

    background-color: #000;
}

.honor-container .folding-ruler .bd {
    margin-top: -140px;
    box-sizing: border-box;
    padding: 0 6%;
    width: 100%;
}

.honor-container .folding-ruler .bd ul {
    display: flex;
    overflow: hidden;

    flex-wrap: wrap;
    align-items: center;

    width: 100%;
    height: 530px;
}

.honor-container .folding-ruler .bd ul li {
    width: 25%;
    height: 530px;
}

.honor-container .folding-ruler .bd ul li .info {
    width: 100%;
    height: 100%;
}

.honor-container .folding-ruler .bd ul li .img-wrap {
    width: 100%;
    height: 140px;
}

.honor-container .folding-ruler .bd ul li .img-wrap img {
    width: 100%;
    height: 100%;



    opacity: 0;

    transition: all .3s;
}

.honor-container .folding-ruler .bd ul li .info {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    position: relative;

    margin-top: 115px;
    box-sizing: border-box;
    border-left: 4px solid #000;
    padding: 0 9%;
    width: 100%;
    height: 266px;
}

.honor-container .folding-ruler .bd ul li .red-line {
    position: absolute;
    bottom: 0;
    left: -4px;

    width: 4px;
    height: 0;

    background-color: #c7000c;

    transition: all 1s;
}

.honor-container .folding-ruler .bd ul li .txt {
    font-size: 17px;
    line-height: 2;
}

.honor-container .folding-ruler .bd ul li .year {
    font-size: 40px;
    line-height: 1;
}

/* 工作环境 */

.surroundings-container {
    margin-top: 5%;
    width: 100%;
}

.surroundings-container .title {
    box-sizing: border-box;
    padding-left: 4%;
    width: 100%;
    font-size: 2.5rem;
    line-height: 3;
}

.surroundings-container .slogn {
    box-sizing: border-box;
    padding-left: 4%;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
}

.surroundings-container .lst-wrap {
    display: flex;

    align-items: flex-start;

    margin: 4% 0;
    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
    height: 880px;
}

.surroundings-container .lst-wrap .lst-box {
    width: 33.33%;
    height: 100%;
}

.surroundings-container .lst-wrap .lst-box .video-wrap {
    width: 100%;
    height: 40%;
}

.surroundings-container .lst-wrap .lst-box .info {
    box-sizing: border-box;
    padding: 0 13%;
    width: 100%;
    height: 60%;
}

.surroundings-container .lst-wrap .lst-box .info .number {
    font-size: 80px;
}

.surroundings-container .lst-wrap .lst-box .info .txt {
    font-size: 40px;
    line-height: 2;
}

.surroundings-container .lst-wrap .lst-box .info:nth-child(2n) {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;

    box-sizing: border-box;
    padding-bottom: 15%;

    color: #fff;
    background-color: #000;
}

.surroundings-container .lst-wrap .lst-box .info:nth-child(2n + 1) {
    box-sizing: border-box;
    padding-top: 15%;
}

.videolist {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.videolist:hover {
    cursor: pointer;
}

.videoed {
    display: none;
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    border-radius: 100%;

    transform: translate(-50%, -50%);
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 9999999;
    width: 800px;
    height: 520px;
}

.shadow-box {
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    z-index:999999;

    width: 100%;
    height: 100%;

    background-color: #00000050;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

/* 团队风采 */

.elegant-container {
    width: 100%;
}

.elegant-container .title {
    box-sizing: border-box;
    padding-left: 4%;
    width: 100%;
    font-size: 28px;
    line-height: 3;
}

.elegant-container .lst-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    margin-bottom: 5%;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
}

.elegant-container .lst-box {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 50px;
    width: 25%;
}

.elegant-container .lst-box .name {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 3.5;
}

.elegant-container .lst-box .lst-inner {
    overflow: hidden;
    position: relative;

    border-radius: 100%;
    padding-bottom: 100%;
    width: 100%;
    height: 0;

    transition: all .3s;
}

.elegant-container .lst-box .lst-inner:hover {
    box-shadow: 0 0 10px 4px rgba(199, 0, 12, 0.27);
}

.elegant-container .lst-box img {
    position: absolute;
    top: 0;
    left: 0;

    border-radius: 100%;
    width: 100%;
    height: 100%;

    transition: transform .3s;
}

.elegant-container .lst-box img:hover {
    transform: scale(1.1);
}

.header-img .bg-box .bg-inner.phone,.phone{
    display: none;
}
/*手机样式*/
@media screen and  (max-width: 1023px) {
    .header-img .bg-box .bg-inner.phone,.phone{
        display: block;
    }

    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .header-img .bg-box .title {
        font-size: 2.1rem;
    }

    .header-img .bg-box .slogn {
        font-size: 1.5rem;
    }

    .surroundings-container .lst-wrap .lst-box .info .txt {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .surroundings-container .lst-wrap .lst-box .info .number {
        font-size: 4rem;
    }

    .surroundings-container .lst-wrap {
        margin: 6% 0;
        height: 25rem;
    }

    .surroundings-container .lst-wrap .lst-box .info:nth-child(2n) {
        padding-bottom: 25%;
    }

    .videos {
        margin-top: initial !important;
        margin-left: initial !important;
        width: 100%;
        height: 295px;
        transform: translate(-50%, -50%);
    }

    #video {
        width: 100% !important;
        height: 100%;
    }

    .elegant-container .lst-wrap {
        padding: 0 2%;
    }

    .elegant-container .lst-box {
        padding: 0 5%;
        width: 50%;
    }

    .forge_body {
        margin-top: 70% !important;
    }

    .culture-container .lst-wrap .slide-box {
        width: 75%;
    }

    .culture-container .title {
        font-size: 2rem;
    }

    .culture-container .lst-wrap .slide-box .txt-1 {
        font-size: 1.6rem;
        line-height: 2.5;
    }

    .culture-container .lst-wrap .slide-box .txt-2 {
        overflow: hidden;
        padding: 0 7%;
        line-height: 2.5;
    }

    .honor-container .title {
        font-size: 2rem;
    }

    .honor-container .folding-ruler .bd ul li {
        width: 100%;
        height: 420px;
    }

    .honor-container .folding-ruler .bd ul li .info {
        margin-top: 30px;
    }

    .honor-container .folding-ruler .bd ul li .img-wrap img {
        object-fit: cover;
    }

    .honor-container .folding-ruler .bd ul li .txt {
        font-size: 1.6rem;
    }

    .honor-container .folding-ruler .bd ul li .year {
        font-size: 2.5rem;
    }

    .surroundings-container .title {
        font-size: 2rem;
        line-height: 2;
    }

    .elegant-container .title {
        font-size: 2.4rem;
    }

    .honor-container .folding-ruler .next {
        border-right: initial;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fff;
    }

    .honor-container .folding-ruler .prev {
        border-left: initial;
        border-top: 15px solid transparent;
        border-right: 15px solid #fff;
        border-bottom: 15px solid transparent;
    }

    .honor-txt > span {
        display: block;
        margin-top: 2%;
        font-size: 1.6rem;
        text-align: center;
        line-height: 2;
    }

    .honor-list > .bd {
        margin-bottom: 3rem;
    }

    .honor-container .folding-ruler .bd ul {
        height: 420px;
    }

    .surroundings-container .lst-wrap .lst-box .video-wrap {
        height: 30%;
    }

    .brief {
        margin: 3rem auto 1.5rem auto;
    }

    .honor-container .folding-ruler .bd ul li .info {
        height: 230px;
    }

    .honor-container .folding-ruler .bd ul li .img-wrap img {
        opacity: 1 !important;
    }

    .honor-container .folding-ruler .bd {
        padding: 0 5%;
    }

    .honor-container .folding-ruler .bd ul li .info {
        padding: 0 5%;
    }

    .honor-container .folding-ruler .next {
        right: 5%;
    }

    .honor-container .folding-ruler .prev {
        left: 5%;
    }
}

@media screen and (min-width: 1023px) {
    .honor-list > .bd {
        display: none;
    }
}
