.banner-container {
    background: url("../img/aboutus.png");
}

.main {
    overflow: hidden;
}

.main > .content {
    width: 100%;
    margin-bottom: 180px;
}

.main > .content > .profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 96px;
    /* overflow: hidden; */
    height: 500px;
}

.main > .content > .profile div:nth-of-type(1) {
    width: 715px;
    height: 100%;
    border: 1px solid #0f050b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 80px;
}

.main > .content > .profile div:nth-of-type(1) img {
    width: 760px;
    /* height: 415px; */
}

.main > .content > .profile div:nth-of-type(2) {
    /* height: 100%; */
    padding-top: 20px;
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.main > .content > .profile div:nth-of-type(2) .nowrap {
    white-space: nowrap;
}

.main > .content > .profile div:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E2474D;
    position: absolute;
    top: 0;
    left: 0;
}

.main > .content > .profile div:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #E2474D;
    position: absolute;
    top: -3px;
    left: -3px;
}

.main > .content > .profile div:nth-of-type(2) > p {
    color: #0f050b;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
}


.main > .content > .profile div:nth-of-type(2) .scale066 {
    color: #0f050b;
    font-size: 12px;
    transform: scale(0.7);
    transform-origin: 0 0;
    font-weight: normal;
    line-height: 1;
    /*margin-top: 10px;*/
}

.main > .content > .list {
    margin-top: 79px;
}

.main > .content > .list > .item {
    height: 400px;
    background: #eeeeee;
    font-size: 0;
}

.main > .content > .list > .item:nth-child(2n+2) > .text {
    float: left;
}

.main > .content > .list > .item > * {
    /* flex: 1; */
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.main > .content > .list > .item .text {
    padding: 59px 0 0 91px;
}

.main > .content > .list > .item img {
    height: 100%;
}

.main > .content > .list > .item > .text p:nth-of-type(1) {
    font-size: 44px;
    color: #ffffff;
}

.main > .content > .list > .item > .text p:nth-of-type(2) {
    font-size: 43px;
    color: #E2474D;
    margin-top: 16px;
}

.main > .content > .list > .item > .text p:nth-of-type(3) {
    font-size: 18px;
    color: #a0a0a0;
    margin-top: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    position: relative;
    padding-left: 14px;
}

.main > .content > .list > .item > .text p:nth-of-type(3)::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E2474D;
    position: absolute;
    top: 11px;
    left: 4px;

}

.main > .content > .list > .item > .text p:nth-of-type(4) {
    font-size: 7px;
    transform: scale(0.6);
    transform-origin: 0 0;
    white-space: nowrap;
    line-height: 24px;
    letter-spacing: 7px;
    color: #a0a0a0;
    margin-top: 100px;
}

.main > .content > .swiper-history {
    width: 100%;
    position: relative;
}

.main > .content > .swiper-history > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
}

.main > .content > .swiper-history > .swiper-button-prev {
    left: 40px;
    outline: none;
    /* margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 25px); */
}

.main > .content > .swiper-history > .swiper-button-next {
    right: 40px;
    outline: none;
    /* margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 25px); */
}


/* 嗨团荣誉 */

.honor {
    width: 1300px;
    margin: 80px auto;
}

.honor .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: unset !important;
}

.honor .content .swiper-partner {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.honor .content .swiper-partner .swiper-slide {
    /*height: auto;*/
    width: 200px;
    height: calc(50% - 20px); 
    display: flex;
    justify-content: space-around; 
}

.honor .content .swiper-partner .swiper-slide img {
    width: 240px;
    height: 160px;
    margin-bottom: 20px;
}

.honor .content .swiper-partner .swiper-slide .item img:last-child {
    margin-bottom: 0;
}

.honor .content > .swiper-button-prev {
    left: -80px;
    outline: none;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 25px);
}

.honor .content > .swiper-button-next {
    right: -80px;
    outline: none;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 25px);
}


.honor .content > .picture-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1500px;
}

.honor .content > .picture-con > .left,
.honor .content > .picture-con > .right {
    display: flex;
    align-items: center;
}

.honor .content > .picture-con > .middle {
    display: flex;
    align-items: center;
    min-width: 800px;
    max-width: 1180px;
    overflow: hidden;
    font-size: 0;
}

.honor .content > .picture-con > .middle .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.honor .content > .picture-con > .middle .item > img:nth-of-type(1) {
    margin-bottom: 30px;
}

.honor .content > .picture-con > .middle img {
    display: block;
    width: 180px;
    height: 180px;
}
