
@media (min-width: 1024px) {
.swiper-button-prev,
  .swiper-button-next {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, .11);
    color: #FFF;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: 18px;
}
.swiper-button-prev::after,
  .swiper-button-next::after {
    content: '';
}
.index-banner .el-carousel__button {
    background: var(--info);
    height: 4px;
}
.banner2 .team-box .el-image img {
    transform: scale(1) rotate(0);
    transition: all 500ms;
}
.banner2 .team-box:hover .el-image img {
    transform: scale(1.2) rotate(5deg);
    transition: all 500ms;
}
.indxAboutus {
    background-color: #f1f4f9;
    line-height: 28px;
}
.indxAboutus .par-posimg {
    background: url('/public/about0.jpg') no-repeat center center;
    background-size: cover;
    height: 230px;
    position: relative
}
.indxAboutus .par-posimg {
    height: 383px;
    float: right;
    width: 50%;
}
.indxAboutus .par-text {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #fff;
    text-transform: uppercase
}
.indxAboutus .par-text h2 {
    font-weight: lighter
}
.indxAboutus .par-text h3 {
    padding: 8px 0
}
.indxAboutus .par-content {
    padding: 20px;
    float: right;
    width: 50%;
    max-width: 550px;
    padding: 4% 40px 0;
}
.indxAboutus .par-content h2 {
    text-transform: uppercase;
    font-family: DINPro;
    padding: 0 0 5px
}
.indxAboutus .par-content p {
    color: #34364b;
    opacity: .8
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.el-tooltip__popper.is-light {
    max-width: 220px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 15px #a6a4a4;
    /* font-weight:600; */
    padding: 10px 15px;
    line-height: 24px;
    color: #878986;
    font-family: Helvetica, sans-serif;
}
}

