.index_about1{
    height: 100vh;
    background: url(../img/index_about1.jpg) center no-repeat #181818;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.about1-main{
    text-align: center;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.about1-main >div{
    display: inline-block;
    color: #fff;
    margin: 0 20px;
}
.about1-main p{
    margin-top: 12px;
    text-align: left;
}
.index_about2{
    height: 100vh;
    background: url(../img/index_about2.jpg) center no-repeat #181818;
    background-size: 100%;
    position: relative;
}
.about2-main{
    text-align: center;
    height: auto;
    position: absolute;
    bottom: 12%;
    left: 70%;
    transform: translateX(-50%);
    width: 900px;

}
.about2-main >div{
    display: inline-block;
    color: #fff;
    margin: 0 20px;
    vertical-align: top;
}
.about2-main .about-word{
    margin: 0 50px;
}
.about-word .p1{
    font-size: 24px;
}
.en-about .p1{
    font-size: 24px;
    text-transform: uppercase;
}
.en-about .p2{
    color: #898989;
    text-align: left;
}
.banner .swiper-slide{
    height: 100vh;
    background-size: 100%;
}
.foot {
    height: 100vh;
    background: url(../img/foot.jpg) bottom center no-repeat #181818;
    background-size: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content:center;
    align-items:center;
}
.foot .row .d1{
    vertical-align: middle;

}
.foot-remark{
    position: relative;
    padding: 0 50px;
}
.foot-remark::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 300px;
    background: #8f8f8f;
    right: 0;
    top :50%;
    margin-top: -150px;
}
.foot-remark::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 320px;
    background: #8f8f8f;
    left:  0;
    top :50%;
    margin-top: -160px;
}
.foot-remark .p1{
    color: #8f8f8f;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 30px;

}
.row {
    display: table;
}

.row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.foot-img{
    display: inline-block;
    color: #8f8f8f;
    margin :24px 12px;
}
.foot-img p{
    margin-bottom: 0;
}
.foot-img img{
    margin-bottom: 12px;
}
.container{
    max-width: 1920px;
}