.companyIntro3 {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
    padding: 40px 0;
    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;
}

.companyIntro3 * {
    box-sizing: border-box;
}

.companyIntro3 p {
    margin: 0;
}

.companyIntro3Content {
    clear: both;
}

.companyIntro3Content .companyIntro3Left {
    width: 50%;
    float: left;
}

.companyIntro3Content .companyIntro3Right {
    width: 50%;
    padding-left: 7%;
    float: left;
    padding-top: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.companyIntro3Content .companyIntro3Left .slide_button {
    width: 100px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
}

.companyIntro3Content .companyIntro3Left .swiper-container {
    max-width: 600px;
    max-height: 580px;
}

.companyIntro3Content .companyIntro3Left .slide_button .button-next,
.companyIntro3Content .companyIntro3Left .slide_button .button-prev {
    width: 17px;
    height: 30px;
    width: 17px;
    height: 30px;
    background-repeat: no-repeat;
}

.companyIntro3Content .companyIntro3Left .slide_button .button-next {
    background-image: url("/base/plugins/html-blocks/pc/companyIntro/images/nexts.png");
}

.companyIntro3Content .companyIntro3Left .slide_button .button-prev {
    background-image: url("/base/plugins/html-blocks/pc/companyIntro/images/pres.png");
}

.companyIntro3Content .companyIntro3Left .swiper-button-prev {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyIntro3Content .companyIntro3Left .swiper-button-next {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyIntro3Content .companyIntro3Left .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
}

.companyIntro3Left .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
}

.companyIntro3Left .swiper-container .swiper-wrapper .swiper-slide a,
.companyIntro3Left .swiper-container .swiper-wrapper .swiper-slide a img {
    display: block;
    max-width: 100%;
    border: 0;
    width: 600px;
    /**height: 580px;*/
    object-fit: scale-down;
}

.companyIntro3Content .companyIntro3Left .swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
}

.companyIntro3Content .companyIntro3Left .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.companyIntro3Right .companyIntro3TitleIcon {
    font-size: 40px;
    color: rgb(242, 242, 242);
    font-weight: bold;
}

.companyIntro3Right .companyIntro3EnTitle {
    font-size: 30px;
    margin-top: -30px;
    color: #333;
    line-height: 50px;
}

.companyIntro3Right .companyIntro3Title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
}

.companyIntro3Right .companyIntro3Line {
    color: rgb(127, 127, 127);
    margin-bottom: 18px;
}

.companyIntro3Right .companyIntro3TitleContent {
    color: rgb(63, 63, 63);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.companyIntro3Right .companyIntro3TitleEnContent {
    color: rgb(89, 89, 89);
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 50px;
}

.companyIntro3Right .companyIntro3ViewMore {
    color: #fff;
    font-size: 12px;
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 12px 46px;
}