.tedian {
    text-align: center;
    margin-top: 35px;
}
.tedian .icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
}
.tedian .title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}
.tedian .desc {
    font-size: 14px;
    color: var(--primary-color);
}
.section.about-me {
    height: 666px;
    background: url('//static.xuanyijingyou.com/about/bg01.png') no-repeat;
    background-size: 100%;
    margin-top: 30px;
}
.section.about-me .left {
    width: 493px;
    height: 456px;
    margin-top: 109px;
}
.section.about-me .right {
    flex: 1;
    padding-left: 24px;
    margin-top: 40px;
}
.section.about-me .right .tit-cn,
.section.about-me .right .tit-en {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: bold;
}
.section.about-me .right .content {
    padding-top: 29px;
    padding-bottom: 60px;
    border-bottom: 2px dashed var(--primary-color);
}
/* 企业文化 */
.section.wenhua {
    height: 575px;
    background: url('//static.xuanyijingyou.com/about/bg02.png') no-repeat;
    background-size: 100%;
}
.section.wenhua .right {
    margin-top: 158px;
    width: 464px;
}
.section.wenhua .left {
    flex: 1;
    margin-top: 89px;
}
.section.wenhua .left .tit-cn,
.section.wenhua .left .tit-en {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: bold;
}
.section.wenhua .left .content {
    padding-top: 29px;
    padding-bottom: 60px;
    margin-right: 50px;
    border-bottom: 2px dashed var(--primary-color);
}
.section.wenhua .left .content span {
    color: var(--primary-color);
    font-weight: bold;
}
/*  */
.section .title_box {
    margin: auto auto 60px;
    width: 100%;
    height: 52px;
    text-align: center;
    position: relative;
}
.section .title_box .title_chinese {
    font-size: 40px;
    font-weight: bold;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    letter-spacing: 2px;
}
.section .title_box .title_english {
    width: 100%;
    font-size: 46px;
    font-weight: bold;
    color: #d1d1d1;
    opacity: 0.24;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 0;
    text-transform: uppercase;
}
.section .title_box .title_bg {
    width: 72px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    bottom: -20px;
    left: calc(50% - 36px);
    right: 0;
    z-index: 0;
}
/* 公司实力 */
.shili .shili-type {
    padding: 0 50px;
}
.shili .shili-type-item.swiper-pagination-bullet {
    /* border-radius: 0; */
    opacity: 1;
    width: auto;
    height: inherit;
}
.shili .shili-type .shili-type-item {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f3f3f3;
    color: var(--primary-color);
    font-size: 22px;
    margin-left: 20px;
    padding: 0 80px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    position: relative;
}
.shili .shili-type .shili-type-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3f3f3;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    /* box-shadow: 3px -3px 5px #ededed; */
    box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.2);
    transform: perspective(10px)scale(1.1, 1.3) rotateX(5deg);
    transition: all ease-in-out 0.3s;
    z-index: -1;
}
.shili .shili-type .shili-type-item:hover,
.shili .shili-type .shili-type-item.swiper-pagination-bullet-active {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    background-color: var(--primary-color);
    color: #fff;
}
.shili .shili-type .shili-type-item:hover::after,
.shili .shili-type .shili-type-item.swiper-pagination-bullet-active::after {
    background-color: var(--primary-color);
    color: #fff;
}
.shili .shili-content,
.rongyu,
.tuandui {
    position: relative;
}
.shili .shili-content .shili-item-next,
.rongyu .rongyu-next,
.tuandui .tuandui-next {
    right: -45px;
    color: var(--primary-color);
}
.shili .shili-content .shili-item-prev,
.rongyu .rongyu-prev,
.tuandui .tuandui-prev {
    left: -45px;
    color: var(--primary-color);
}
.shili .shili-content .shili-item-next,
.shili .shili-content .shili-item-prev {
    top: 75%;
}
.rongyu .rongyu-next,
.rongyu .rongyu-prev {
    top: 15%;
}
.tuandui .tuandui-next,
.tuandui .tuandui-prev {
    top: 85%;
}
.shili .shili-content .shili-banner {
    margin-bottom: 30px;
}

.count_to {
    margin-top: 40px;
    margin-bottom: 80px;
}
.count_to .count_to_item {
    flex: 1;
}
.count_to .count_to_item .count_to_text {
    text-align: center;
}
.count_to .count_to_item .count_to_text .count_to_text_big {
    display: inline-block;
    font-size: 42px;
    color: var(--primary-color);
    font-weight: bold;
}
.count_to .count_to_item .count_to_text .count_to_text_sm {
    display: inline-block;
    font-size: 42px;
    color: var(--primary-color);
    font-weight: bold;
}
.count_to .count_to_item .count_to_desc {
    font-size: 24px;
    color: #4A4A4A;
    text-align: center;
}
.count_to .count_to_line {
    border-left: var(--primary-color) 2px solid;
    height: 90px;
    margin: 0 15px;
}

/* 荣誉资质 */
.rongyu {
    margin-bottom: 80px;
}
.rongyu .zizhi {
    margin-top: 57px;
}

@media screen and (max-width: 1199px) {
    .about-ceo {
        background-image: url('//static.xuanyijingyou.com/about/m/bg.png');
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 7.25rem;
        padding-top: 3.56rem;
    }
    .about-ceo .ceo-img {
        width: 8.75rem;
        height: 8.75rem;
        margin-left: 0.63rem;
    }
    .about-ceo .about-text {
        flex: 1;
        padding: 0.5rem 0.6rem;
        font-size: 0.75rem;
        color: #fff;
        background-color: var(--primary-color);
        margin-top: 2.63rem;
        line-height: 1.3;
    }
    .about-us {
        margin-top: 1.19rem;
    }
    .about-us .yuanjing span,
    .about-us .linian span{
        color: #222;
    }
    .about-us .title {
        color: var(--primary-color);
        font-size: 0.94rem;
        border-bottom: 1px solid var(--primary-color);
        position: relative;
        padding-left: 1.5rem;
        line-height: 1;
    }
    .about-us .title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1.13rem;
        height: 1.13rem;
        background-color: var(--primary-color);
    }
    .about-us .content {
        font-size: 0.75rem;
        padding: 0.4rem 0.4rem 0.63rem;
        border-bottom: 1px dashed var(--primary-color);
    }
    .about-us .content-2 {
        background-color: var(--primary-color);
        margin-top: 0.63rem;
        padding: 0.5rem;
        font-size: 0.75rem;
        color: #fff;
        box-shadow: 0.22rem 0.28rem 0 rgba(110, 181, 139, 0.33);
    }
    .section .title_box {
        margin: auto auto 1.5rem;
    }
    .section .title_box .title_chinese {
        font-size: 1.31rem;
        bottom: 0;
    }
    .section .title_box .title_english {
        font-size: 1.31rem;
        bottom: 0.44rem;
    }
    .section .title_box .title_bg {
        bottom: -0.8rem;
        width: 2.25rem;
        height: 0.06rem;
        left: calc(50% - 1.12rem);
    }
    .section .shili-banner {
        padding: 0.72rem 0;
        background-color: var(--primary-color);
        text-align: center;
        color: #fff;
    }
    .section .shili-banner .title {
        font-size: 1.13rem;
    }
    .section .shili-banner .desc {
        font-size: 0.88rem;
    }
    .section .shili-section {
        margin-top: 0.81rem;
    }
    .section .shili-section .content .title-box {
        position: relative;
        display: inline-block;
    }
    .section .shili-section .content .title-box .number {
        width: 1.59rem;
        height: 1.59rem;
        line-height: 1.59rem;
        font-size: 0.94rem;
        color: var(--primary-color);
        border-radius: 1.59rem;
        border: 1px solid var(--primary-color);
        text-align: center;
        position: absolute;
        left: 0;
        top: -0.25rem;
        background-color: #fff;
    }
    .section .shili-section .content .title-box .title {
        height: 1.09rem;
        line-height: 1.09rem;
        background-color: var(--primary-color);
        font-size: 0.88rem;
        color: #fff;
        padding: 0 1rem;
        border-radius: 1.09rem;
        margin-left: 1rem;
    }
    .section .shili-section .content .desc {
        font-size: 0.81rem;
        color: var(--primary-color);
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
        font-weight: 500;
    }
    .section .shili-section .content .list .item {
        font-size: 0.75rem;
        position: relative;
        padding-left: 1rem;
        font-weight: 500;
    }
    .section .shili-section .content .list .item:after {
        position: absolute;
        left: 0;
        top: 0.25rem;
        content: '';
        width: 0;
        height: 0;
        border-top: 0.5rem solid var(--primary-color);
        border-right: 0.25rem solid rgba(0, 0, 0, 0);
        border-left: 0.25rem solid rgba(0, 0, 0, 0);
        transform: rotate(-90deg);
    }
    .section .shili-section .thum {
        width: 8.28rem;
        height: 8.28rem;
    }
    .section .shili-section .images {
        margin-top: 0.25rem;
    }
    .section .shili-section .images .w-sm {
        width: 38.8%;
    }
    .section .shili-section .images .w-md {
        width: 58.73%;
    }
    .section .shili-section .images .name {
        text-align: center;
        background-color: var(--primary-color);
        font-size: 0.75rem;
        color: #fff;
        padding: 0.2rem 0;
    }
}
