.p1 {
    position: absolute;
    right: 100px;
    bottom: 280px;
}

.p1 .t1 {
    font-size: 63px;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 30px;
}

.p2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p2 .t1 {
    font-size: 63px;
    font-weight: bolder;
    line-height: 145px
}

.p2 .t2 {
    font-size: 26px;
}

.p2 .t3 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
    text-align: right;
}

.p2 .t4 {
    font-size: 36px;
    font-weight: bold;
}

.swiperc {
    margin-top: -260px;
    overflow: hidden;
    padding: 30px 0;
}

.swiperc .swiper-slide {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.swiperc .swiper-slide:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    z-index: 99;
}


.swiperc .swiper-slide img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.swiperc .swiper-slide div {
    /*background-color: #a95b35;*/
    background-color: #000;
    width: 100%;
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #d6d5d4;
    font-size: 18px;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiperc .swiper-slide:hover div {
    background-color: #333
}

.swiperc .swiper-slide div .iconfont {
    font-size: 27px;
}

.swiperc .swiper-slide text {
    width: 240px;
}

.swiperc .pagination {
    text-align: center;
    margin: 10px 0 30px 0;
}

.swiperc .swiper-pagination-bullet-active {
    background-color: #231815;
}

#video {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.play {
    position: absolute;
    width: 130px;
    height: 130px;
    line-height: 130px;
    top: 50%;
    left: 50%;
    background-color: #5b5b5b;
    opacity: 0.9;
    color: #fff;
    border-radius: 50%;
    font-size: 120px;
    text-align: center;
    cursor: pointer;
}

.play:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.company {
    margin: 0 auto;
    color: #231815;
    position: absolute;
    left: 0;
    right: 0;
    top: 660px;
    overflow: hidden;
}

.company .ar,
.company .al {
    width: 33px;
    height: 153px;
    background-color: #555;
    color: #d0d0d0;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}

.company .ar:hover,
.company .al:hover {
    background-color: #d7722c;
    color: #fff;
}

.company .al {
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.company .ar {
    right: 0;
    top: 0;
}

.company .swiper-wrapper {
    width: 1150px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.company .swiper-slide {
    justify-content: flex-start;
}

.company a {
    width: 25%;
}

.company img {
    width: 264px;
    height: 153px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 8px 0 14px;
}

.company img:hover {
    border: 2px solid #a95b35;
}

.company .c3 {
    width: 100%;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 5px;
}

.company .c1 {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 20px;
}

.company .c2 {
    font-size: 16px;
}

.company .c4 {
    width: 24px;
    border-bottom: 1px solid #231815;
    margin: 10px auto;
}

.vision .p2 {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    text-align: center;
}

.vision .quadrangle {
    width: 580px;
    margin: 15px auto;
}

.vision .t1 {
    font-size: 64px;
    color: #fff;
    font-weight: bolder;
}

.vision .t3 {
    width: 98px;
    border-bottom: 2px solid #fff;
    margin: 37px auto;
}

.vision .t4 {
    font-size: 32px;
    color: #fff;
    margin: 40px auto 16px auto;
}

.vision .t5 {
    font-size: 24px;
    letter-spacing: 5px;
    color: #c28054;
}

.swiper-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -260px;
}
.swiper-box .swiperc{
    margin: 0 20px;
}

.swiper-box .ar{
    position: relative;
    z-index: 99;
    font-size: 60px;
    color: #000;
    cursor: pointer;
}

.swiper-box .al{
    position: relative;
    z-index: 99;
    font-size: 60px;
    color: #000;
    cursor: pointer;
    transform: rotate(180deg);
}

