.companyIntro3 {
    max-width: 1320px;
    width: auto;
    margin: 0 auto;
    padding: 10px;
}

.companyIntro3 * {
    box-sizing: border-box;
}

.companyIntro3Content {
    clear: both;
}

.companyIntro3Content p {
    margin: 0;
}

.companyIntro3Content .companyIntro3Left {
    width: 100%;
    float: left;
}

.companyIntro3Content .companyIntro3Left .swiper-wrapper {
    width: 100%;
}

.companyIntro3Content .companyIntro3Right {
    padding: 10px;
    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;
    height: 350px;
}

.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 .swiper-button-next:after,
.companyIntro3Content .companyIntro3Left .swiper-button-prev:after {
    content: "";
}

.companyIntro3Content .companyIntro3Left .swiper-slide {
    width: 100%;
    height: 100%;
}

.companyIntro3Content .companyIntro3Left .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.companyIntro3Content .companyIntro3Left .swiper-slide img {
    max-width: 100%;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.companyIntro3Content .companyIntro3Left .swiper-button-prev {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.companyIntro3Content .companyIntro3Left .swiper-button-next {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.companyIntro3Content .companyIntro3Left .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
}

.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: 22px;
    color: rgb(242, 242, 242);
    font-weight: bold;
}

.companyIntro3Right .companyIntro3EnTitle {
    font-size: 22px;
    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;
}