.companyIntro5 .companyIntro5Content {
    width: 100%;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.companyIntro5 * {
    box-sizing: border-box;
}

.companyIntro5 .companyIntro5Content:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.companyIntro5 p {
    margin: 0;
}

.companyIntro5Content .companyIntro5Left {
    float: left;
    width: 100%;
    padding-left: 6%;
    padding-right: 8%;
    padding-top: 46px;
}

.companyIntro5Content .companyIntro5Right {
    float: left;
    width: 50%;
}

.companyIntro5Right .image-animation {
    max-width: 100%;
    border: 0;
    width: 950px;
    height: 766px;
    object-fit: cover;
}

.companyIntro5Left .brandIntro {
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
}

.companyIntro5Left .brandIntroEn {
    font-size: 12px;
    color: rgb(127, 127, 127);
    margin-bottom: 24px;
}

.companyIntro5Left .brandIntroTime {
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
}

.companyIntro5Left .slideshow-5 {
    width: 100%;
    margin-left: initial;
}

.companyIntro5Left .slideshow-5 .swiper-slide a img {
    width: 100%;
    border: 0;
    display: block;
    height: 230px;
    object-fit: cover;
}

.companyIntro5Left .moduleButton {
    border: 1px solid#fff;
    color: #fff;
    margin-bottom: 9%;
    display: inline-block;
    padding: 11px 60px;
    font-size: 16px;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0px);
    box-shadow: transparent 0px 0px 1px;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    text-decoration: none;
}

.companyIntro5Left .moduleButton:hover {
    text-decoration: none;
    color: #494949;
}

.companyIntro5Left .moduleButton:hover::before {
    transform: scaleX(1);
}

.companyIntro5Left .moduleButton::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 0px 50%;
    transition: all 0.3s ease-out 0s;
}

.companyIntro5Content .companyIntro5Left .slide_button {
    width: 82px;
    height: 82px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    top: 50%;
    margin-top: -40px;
}

.companyIntro5Content .companyIntro5Left .slide_button .button-next,
.companyIntro5Content .companyIntro5Left .slide_button .button-prev {
    width: 17px;
    height: 30px;
    width: 17px;
    height: 30px;
    background-repeat: no-repeat;
}

.companyIntro5Content .companyIntro5Left .slide_button .button-next {
    background-image: url("/base/plugins/html-blocks/pc/companyIntro/images/nexts.png");
}

.companyIntro5Content .companyIntro5Left .slide_button .button-prev {
    background-image: url("/base/plugins/html-blocks/pc/companyIntro/images/pres.png");
}

.companyIntro5Content .companyIntro5Left .swiper-button-prev {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyIntro5Content .companyIntro5Left .swiper-button-next {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyIntro5Content .companyIntro5Left .swiper-pagination-bullet {
    opacity: 1;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0);
    position: relative;
}

.companyIntro5Content .companyIntro5Left .swiper-pagination-bullet:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.companyIntro5Content .companyIntro5Left .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.21);
}

.companyIntro5Content .companyIntro5Left .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}