/* 企业简介 */
.brief {
    /* width: 12.2rem; */
    flex: 1;
    margin-left: 0.25rem;
    float: right;
    background: #fff;
    padding: 0.5rem 0.8rem;
    margin-bottom: 0.8rem;

    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.32rem;
    color: #333333;
}

/* 发展历程 */
.development {
    width: 12.2rem;
    /* flex: 1; */
    margin-left: 0.25rem;
    float: right;
    background: #fff;
    padding: 0.5rem;
    margin-bottom: 0.85rem;
}

.development-banner {
    display: flex;
    align-items: center;
    position: relative;
}

.development-line {
    width: 100%;
    height: 0.01rem;
    background: #BC030D;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.developmentLeft,
.developmentRight {
    width: 0.89rem;
    height: 0.4rem;
    flex-shrink: 0;
    cursor: pointer;
}

.developmentLeft img,
.developmentRight img {
    width: 100%;
    height: 100%;
}

.brief-swiper {
    margin: 0 0.3rem;
    flex: 1;
    width: calc(100% - 0.21rem);
    overflow: hidden;
    position: relative;
}

.brief-swiper::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 99;
}

.developmentBanner {
    width: 100%;
}

.developmentBanner .swiper-wrapper {
    z-index: 2;
    display: flex;
    align-items: center;
    margin-left: -3.5rem;
}

.developmentBanner .swiper-slide {
    height: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0;
}

.developmentBanner .swiper-slide p {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px dashed #C6020C;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C6020C;
}

.developmentBanner .swiper-slide-active p {
    width: 1.2rem;
    height: 1.2rem;
    background: #C6020C;
    font-size: 0.26rem;
    color: #fff;
}

.development-list {
    margin: 0.66rem 0.86rem;
    position: relative;
    overflow: hidden;
    padding: 0.1rem 0;
    display: none;
}

.development-list-show {
    display: block;
}

.development-month-line {
    position: absolute;
    height: 100%;
    border-right: 0.01rem dashed #707070;
    left: 1.03rem;
    top: 0;
}

.development-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.development-item:last-of-type {
    margin-bottom: 0;
}

.development-month {
    width: 0.68rem;
    height: 0.68rem;
    background: #BC030D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 0.35rem;
}

.development-month p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.development-month img {
    width: 0.46rem;
    height: auto;
}

.development-p {
    padding-left: 0.35rem;
    flex: 1;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.36rem;
    color: #333333;
    position: relative;
}

.development-p::after {
    content: '';
    width: 0.19rem;
    height: 0.19rem;
    border: 1px solid #848484;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -0.1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;

}

/* 管理团队 */
.team-wrap {
    /* width: 12.2rem; */
    flex: 1;
    margin-left: 0.25rem;
    float: right;
    background: #fff;
    padding: 0.5rem;
    margin-bottom: 0.85rem;
}

.team {
    padding: 0.4rem 0.84rem;
    background: #fff;
    display: flex;
}

.team-img {
    /* width: 0.93rem; */
    flex-shrink: 0;
    margin-right: 0.83rem;
}

.team-img img {
    width: 100%;
    height: auto;
}

.team-img1 {
    display: block;
}

.team-img2 {
    display: none;
}

.team-content {}

.team-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #202020;
    margin-bottom: 0.2rem;
}

.team-item {
    display: flex;
}

.team-item-p {
    width: 1.5rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.24rem;
    color: #666666;
    text-align-last: justify
}

.team-name {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.24rem;
    color: #AF5D16;
}

.team-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.25rem;
    color: #666666;
    margin: 0.2rem 0;
}

.team:hover {
    background: #BC030D;
}

.team:hover .team-img1 {
    display: none;
}

.team:hover .team-img2 {
    display: block;
}

.team:hover .team-title {
    color: #fff;
}

.team:hover .team-item-p {
    color: #fff;
}

.team:hover .team-name {
    color: #fff;
}

.team:hover .team-p {
    color: #fff;
}

/* 联系我们 */
.contact {
    flex: 1;
    margin-left: 0.25rem;
    /* width: 12.2rem; */
    padding: 0.4rem 1rem;
    float: right;
    background: #fff;
    margin-bottom: 0.85rem;
}

.contact-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #BC030D;
    text-align: center;
}

.contact-list {
    display: flex;
    justify-content: space-between;
    padding: 0.31rem 0;
    border-bottom: 1px solid #EEEEEE;
}

.contact-item {
    position: relative;
    padding-top: 0.27rem;
}

.contact-item::after {
    content: '';
    width: 0.23rem;
    height: 0.07rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #BC030D;
}

.contact-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.25rem;
    color: #202020;
}

.contact-loca-title {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #202020;
    margin: 0.3rem 0;
    text-align: center;
}

.contact-loca {
    width: 100%;
    /* height: 5.29rem; */
    margin-bottom: 0.5rem;
}

.contact-loca img {
    width: 100%;
}