.deelon-about {
    position: relative;
    padding-bottom: 70px;
}

.deelon-about-content {
    padding: 20px;
}

.deelon-about-content .about-item {
    display: none;
}

.deelon-about-content .about-item:first-child {
    display: block;
}

.about-msg {
    font-size: 14px;
    line-height: 28px;
}

.about-msg .p-msg {
    color: #1A1A22;

}

.about-msg .p-msg p {
    text-indent: 28px;
}

.about-msg .blue-msg {
    color: #0062FF
}

.about-item {
    overflow: auto
}

.develop {
    background: url(../../images/we/beij.png) no-repeat 67px -80px;
    position: relative;
    padding-bottom: 20px;
    min-height: 60px;
}

.tri_first {
    background: url(../../images/we/t.png) repeat-y 70px -152px;
    padding-top: 19px;
}

.triangle {
    display: block;
    width: 65px;
    height: 30px;
    position: absolute;
    top: -3px;
}

.triangle_r p {
    color: #0062FF;
    font-size: 12px;
    /* line-height: 18px; */
}

.triangle_r p:first-child {
    font-size: 14px;
    line-height: 32px;
}

.tri_first .triangle {
    top: 20px;
}

.triangle span {
    display: block;
    width: 55px;
    height: 30px;
    background: #0062FF;
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: left;
    font-size: 18px;
}

.triangle i {
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid #0062FF;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    float: left;
    margin-top: 9px;
}

.beij1 {
    height: 302px;
    width: 30px;
    margin-left: 65px;
    margin-top: -283px;
}

.beij2 {
    height: 302px;
    width: 30px;
    margin-left: 65px;
    margin-top: -340px;
}

.triangle_r {
    width: 230px;
}

.culture-content {
    padding: 0 48px;
}

.culture-content .culture-item {
    font-size: 12px;
}

.culture-content .culture-item h4 {
    color: #1A1A22;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 6px 0;
}

.culture-item-desc {
    margin-bottom: 20px;
    margin-top: 10px;
}

.about-honor {
    padding: 0 32px;
}

.honor-one {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.honor-two {
    display: flex;
    justify-content: space-between;
}

.honor-two img {
    height: 200px;
}

.about-honor p {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #1A1A22
}

.honor-two-left {
    width: 150px
}

.honor-two-right {
    width: 140px
}

.honor-img-big {
    height: 230px;
    width: 170px;
    overflow: hidden;
}

.honor-img-big img {
    width: 100%;
    object-fit: cover;
}

.contact-view {
    padding: 0 16px;
}

.contact-view h4 {
    text-align: center;
    font-size: 16px;
    color: #1A1A22;
    padding-bottom: 10px;
}

.contact-view p {
    font-size: 12px;
    color: #1A1A22;
}

.contact-map {
    margin: 10px 0;
}

.about-history {
    overflow: hidden;
}

.swiper-container {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #1A1A22;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 16px;
    /* 设置按钮大小 */
    position: sticky;
    top: 0;
    background: #fff;
    height: 40px;
}

.swiper-wrapper {
    line-height: 40px;
}

.swiper-slide {
    color: #9B9B9B;
    text-align: center;
}

.deelon-active {
    color: #1A1A22;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 3px

}
.swiper-button-prev{
    display: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 3px;
}

.swiper-slide .deelon-active::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    width: 30px;
    height: 4px;
    background: #0062FF;
    opacity: 1;
    border-radius: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}