.inner-about {
    padding-top: 110px;
}

.inner-about1 {
    position: relative;
    margin-left: calc((100% - 1200px) / 2);
    margin-bottom: 100px;
}

.swiper-container-about .swiper-slide {
    overflow: hidden;
}

.swiper-container-about {
    padding-right: 23.08%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.swiper-container-about .swiper-slide img {
    width: 100%;
}

.about-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 23.08%;
    height: 100%;
    background-image: url("../images/about1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
}

.swiper-button-next-about {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2370bc49'%2F%3E%3C%2Fsvg%3E");
    transform: rotate(90deg);
    background-size: 8px 14px;
    right: auto;
    left: 15%;
    top: 60%;
}

.swiper-button-prev-about {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2370bc49'%2F%3E%3C%2Fsvg%3E");
    transform: rotate(90deg);
    background-size: 8px 14px;
    left: 15%;
    top: 40%;
}

.swiper-button-next-about.swiper-button-disabled, .swiper-button-prev-about.swiper-button-disabled {
    opacity: 1;
    filter: grayscale(100%);
}

.inner-about2 {
    padding-bottom: 110px;
}

.inner-about2 > p {
    font-size: 14px;
    line-height: 35px;
    color: #666666;
    margin-bottom: 100px;
}

.inner-about3 {
    display: flex;
    text-align: center;
}

.inner-about3 > div {
    width: 33.33%;
    position: relative;
}

.inner-about3 > div:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 75%;
    display: block;
    background: #dddddd;
    transform: translateY(-50%);
}
.inner-about3 > div:nth-child(4):after,.inner-about3 > div:nth-child(3):after{
    display: none;
}

.inner-about3 > div p:nth-child(1) {
    font-size: 58px;
    line-height: 1;
    font-family: Arial;
    color: #4d7a7c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.inner-about3 > div p:nth-child(1) n:nth-child(2) {
    font-size: 16px;
    color: #70bc49;
    margin-top: 12px;
    margin-left: 10px;
    display: inline-block;
    align-self: flex-start;
}

.inner-about3 > div p:nth-child(2) {
    font-size: 18px;
    color: #333333;
    margin-bottom: 0;
}