@media screen and (min-width: 960px) {
  .container {
    width: 100%;
  }
  .container .banner-text {
    z-index: 101;
  }
  .container .tabs {
    width: 100%;
    height: 60px;
    padding: 0 6.875vw 0 8.177vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: sticky;
    top: 70px;
    background: #fff;
    z-index: 100;
  }
  .container .tabs div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 57px;
    font-size: 17px;
    cursor: pointer;
    margin-right: 3.542vw;
    border-bottom: 4px solid transparent;
    padding-top: 3px;
  }
  .container .tabs div:nth-of-type(5) {
    margin-right: 0;
  }
  .container .tabs .normal {
    color: #333;
    border-bottom: 4px solid transparent;
    font-weight: normal;
  }
  .container .tabs .active {
    font-weight: bold;
    color: #f2221d;
    border-bottom: 4px solid #f2221d;
  }
  .container .tab-content .tips {
    font-size: 18px;
    color: #f2221d;
  }
  .container .tab-content .textTop {
    width: 100%;
    font-size: 42px;
    color: #333;
    font-weight: bold;
    margin-top: 6px;
  }
  .container #tab1-content {
    width: 100%;
    padding: 4.688vw 0 0 5.573vw;
  }
  .container #tab1-content .cell1 {
    width: 100%;
  }
  .container #tab1-content .cell1 .cell1-bottom {
    width: 100%;
    display: flex;
    background: url(/images/about/floor.jpg) no-repeat bottom right;
    background-size: 50%;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText {
    width: 684px;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle {
    width: 100%;
    color: #666;
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
    text-indent: 2em;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle .middleBottom {
    margin-top: 25px;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom {
    width: 100%;
    margin-top: 70px;
    display: flex;
    padding: 0 45px 80px 10px;
    justify-content: space-between;
    align-items: center;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    white-space: nowrap;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left .num {
    font-size: 45px;
    color: #f2221d;
    line-height: 45px;
    font-weight: bold;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left .text {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .right {
    margin-top: 4px;
    color: #666;
    font-size: 16px;
  }
  .container #tab1-content .cell1 .cell1-bottom .imgRight {
    display: none;
  }
  .container #tab2-content {
    width: 100%;
    padding: 7.552vw 5.885vw 7.135vw 5.573vw;
    background-color: #f5f5f5;
  }
  .container #tab2-content .listBottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
  .container #tab2-content .listBottom .cell {
    width: 367px;
    min-height: 500px;
    margin-top: 106px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
  }
  .container #tab2-content .listBottom .cell img {
    width: 100%;
    height: 256px;
    object-fit: cover;
  }
  .container #tab2-content .listBottom .cell .name {
    width: 100%;
    height: 65px;
    margin-top: 48px;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .container #tab2-content .listBottom .cell .name .line {
    width: 60px;
    height: 4px;
    background-color: #f2221d;
  }
  .container #tab2-content .listBottom .cell .explain {
    width: 100%;
    margin-top: 18px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: center;
    padding: 0 32px;
  }
  .container #tab3-content {
    width: 100%;
    padding: 7.604vw 5.99vw 7.135vw 5.573vw;
    /* 自定义分页器 */
  }
  .container #tab3-content .m-swiper {
    display: none;
  }
  .container #tab3-content .swiper-container {
    width: 100%;
    height: 26.042vw;
    margin-top: 5.208vw;
    overflow: hidden;
    position: relative;
  }
  .container #tab3-content .swiper-container .swiper-slide {
    width: 100%;
    height: 26.042vw;
    padding: 0 3.021vw;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
  }
  .container #tab3-content .swiper-container .swiper-slide .slide-cell {
    width: 19.115vw;
    height: 100%;
    position: relative;
  }
  .container #tab3-content .swiper-container .swiper-slide .slide-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container #tab3-content .swiper-container .swiper-slide .slide-cell .slide-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .container #tab3-content .swiper-container .swiper-slide .slide-cell .slide-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }
  .container #tab3-content .swiper-container .swiper-slide .slide-cell .slide-content p {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    margin-top: 0.938vw;
    margin-bottom: 2.708vw;
  }
  .container #tab3-content .swiper-button-prev,
  .container #tab3-content .swiper-button-next {
    width: 2.917vw;
    height: 2.917vw;
    background: #f2221d;
    border-radius: 50%;
    transition: 0.3s;
  }
  .container #tab3-content .swiper-button-prev {
    left: 1.458vw;
  }
  .container #tab3-content .swiper-button-next {
    right: 1.458vw;
  }
  .container #tab3-content .swiper-button-prev:after,
  .container #tab3-content .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
  }
  .container #tab3-content .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    margin: 0 8px !important;
  }
  .container #tab3-content .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
  }
  .container #tab4-content {
    width: 100%;
    height: 960px;
  }
  .container #tab4-content .swiper-container2 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* 自定义分页器样式 */
  }
  .container #tab4-content .swiper-container2 .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .container #tab4-content .swiper-container2 .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .top {
    width: 100%;
    padding-top: 6.51vw;
    padding-left: 5.521vw;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .top .textTop {
    font-size: 42px;
    color: #333;
    font-weight: bold;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 165px;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .text {
    font-size: 42px;
    color: #f2221d;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom img {
    width: 400px;
    height: 24px;
    margin-top: 10px;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .time {
    font-size: 72px;
    color: #f2221d;
    font-weight: bold;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .intro {
    font-size: 30px;
    color: #333;
    margin-top: 40px;
  }
  .container #tab4-content .swiper-container2 .swiper-button-prev,
  .container #tab4-content .swiper-container2 .swiper-button-next {
    width: 2.917vw;
    height: 2.917vw;
    background: #f2221d;
    border-radius: 50%;
    transition: 0.3s;
  }
  .container #tab4-content .swiper-container2 .swiper-button-prev {
    left: 7.552vw;
  }
  .container #tab4-content .swiper-container2 .swiper-button-next {
    right: 7.552vw;
  }
  .container #tab4-content .swiper-container2 .swiper-button-prev:after,
  .container #tab4-content .swiper-container2 .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
  }
  .container #tab4-content .swiper-container2 .custom-pagination {
    position: absolute;
    bottom: 150px;
    display: flex;
    gap: 80px;
    justify-content: center;
    height: 40px;
    z-index: 9;
  }
  .container #tab4-content .swiper-container2 .custom-pagination .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    width: 70px;
    height: 40px;
  }
  .container #tab4-content .swiper-container2 .year-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.563vw;
    font-weight: bold;
    color: #888;
    position: relative;
  }
  .container #tab4-content .swiper-container2 .year-item.active {
    color: #f2221d;
    font-size: 36px;
  }
  .container #tab4-content .swiper-container2 .year-item:hover {
    color: #f2221d;
  }
  .container #tab5-content {
    width: 100%;
    background: url(/images/about/honor_bg.png) no-repeat center center / 100% 100%;
    padding: 4.167vw 5.625vw 7.188vw 5.625vw;
  }
  .container #tab5-content .m-swiper {
    display: none;
  }
  .container #tab5-content .my-slider3 {
    width: 100%;
    height: 470px;
    margin-top: 5.99vw;
    overflow: hidden;
  }
  .container #tab5-content .my-slider3 .slide-cell {
    width: 20.677vw;
    height: 24.479vw;
  }
  .container #tab5-content .my-slider3 .slide-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  #tab2-content .cell {
    width: 19.115vw !important;
    min-height: 33.333vw !important;
    margin-top: 5.521vw !important;
  }
  #tab2-content .cell img {
    width: 100% !important;
    height: 13.333vw !important;
    object-fit: cover !important;
  }
  #tab2-content .cell .name {
    margin-top: 20px !important;
  }
  #tab2-content .cell .explain {
    width: 100%;
    margin-top: 10px !important;
    font-size: 15px !important;
    line-height: 26px !important;
    padding: 0 24px !important;
  }
  #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom {
    margin-top: 220px !important;
  }
}
@media (max-width: 960px) {
  .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .container .tabs {
    width: 100%;
    height: 1.0667rem;
    margin-top: 0.9333rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.1333rem 0.64rem 0;
    position: sticky;
    position: -webkit-sticky;
    top: 1.2rem;
    background: #fff;
    z-index: 100;
  }
  .container .tabs div {
    margin-right: 0.6rem;
    height: 100%;
    line-height: 100%;
    font-size: 0.4rem;
    color: #333;
    border-bottom: 0.0533rem solid transparent;
    border-radius: 0.0267rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .tabs div.active {
    color: #f2221d;
    font-weight: bold;
    border-bottom: 0.0533rem solid #f2221d;
  }
  .container .tab-content .tips {
    width: 100%;
    padding-left: 0.6rem;
    font-size: 0.37rem;
    color: #f2221d;
    margin-top: 1.3333rem;
    margin-bottom: 0.11rem;
    line-height: 0.4rem;
  }
  .container .tab-content .textTop {
    font-size: 0.56rem;
    color: #333;
    font-weight: bold;
    line-height: 0.7733rem;
    width: 100%;
    padding-left: 0.6rem;
  }
  .container #tab1-content {
    width: 100%;
  }
  .container #tab1-content .cell1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .container #tab1-content .cell1 .cell1-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText {
    width: 100%;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle {
    padding: 0 0.6rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3067rem;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle .middleTop {
    font-size: 0.37rem;
    color: #666;
    line-height: 0.59rem;
    text-indent: 2em;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textMiddle .middleBottom {
    font-size: 0.37rem;
    color: #666;
    line-height: 0.59rem;
    text-indent: 2em;
    margin-top: 0.2667rem;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom {
    width: 100%;
    padding: 0 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4667rem;
    margin-bottom: 0.2rem;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left .num {
    font-size: 0.6rem;
    color: #f2221d;
    font-weight: bold;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .left .text {
    font-size: 0.32rem;
    color: #666;
  }
  .container #tab1-content .cell1 .cell1-bottom .leftText .textBottom .atom .right {
    font-size: 0.2667rem;
    color: #666;
    margin-top: 0.1333rem;
  }
  .container #tab1-content .cell1 .cell1-bottom .imgRight {
    width: 100%;
    height: 5.5333rem;
  }
  .container #tab1-content .cell1 .cell1-bottom .imgRight img {
    width: 100%;
    height: 100%;
  }
  .container #tab2-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #f5f5f5;
  }
  .container #tab2-content .listBottom {
    width: 100%;
    padding: 0 0.5867rem 1.4933rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .container #tab2-content .listBottom .cell {
    width: 4.2rem;
    height: 7rem;
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
  }
  .container #tab2-content .listBottom .cell img {
    width: 100%;
    height: 2.9333rem;
  }
  .container #tab2-content .listBottom .cell .name {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.2667rem;
  }
  .container #tab2-content .listBottom .cell .name span {
    font-size: 0.48rem;
    color: #333;
  }
  .container #tab2-content .listBottom .cell .name .line {
    width: 0.8rem;
    height: 0.0533rem;
    background-color: #f2221d;
    margin-top: 0.2667rem;
  }
  .container #tab2-content .listBottom .cell .explain {
    width: 3.1867rem;
    color: #666;
    font-size: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.51rem;
    margin-top: 0.2rem;
    text-align: center;
  }
  .container #tab3-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1.0667rem;
  }
  .container #tab3-content .pc-swiper {
    display: none;
  }
  .container #tab3-content .m-swiper {
    width: 9.4rem;
    height: 6.6667rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: 0.6rem;
    margin-top: 0.5333rem;
    scrollbar-width: none;
  }
  .container #tab3-content .m-swiper::-webkit-scrollbar {
    display: none;
  }
  .container #tab3-content .m-swiper .slide-cell {
    width: 4.88rem;
    height: 6.6667rem;
    margin-right: 0.5067rem;
    position: relative;
    flex-shrink: 0;
  }
  .container #tab3-content .m-swiper .slide-cell img {
    width: 100%;
    height: 100%;
  }
  .container #tab3-content .m-swiper .slide-cell .slide-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0.6667rem;
  }
  .container #tab3-content .m-swiper .slide-cell .slide-content h3 {
    font-size: 0.37rem;
    color: #fff;
    margin-bottom: 0.1067rem;
  }
  .container #tab3-content .m-swiper .slide-cell .slide-content p {
    font-size: 0.32rem;
    color: #fff;
  }
  .container #tab4-content {
    width: 100%;
    height: 12.8rem;
  }
  .container #tab4-content .swiper-container2 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* 自定义分页器样式 */
  }
  .container #tab4-content .swiper-container2 .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .container #tab4-content .swiper-container2 .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .top {
    width: 100%;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.2rem;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .text {
    font-size: 0.56rem;
    color: #f2221d;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom img {
    width: 5.3333rem;
    height: 0.3467rem;
    margin-top: 0.2667rem;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .time {
    font-size: 0.96rem;
    color: #f2221d;
    font-weight: bold;
  }
  .container #tab4-content .swiper-container2 .swiper-slide .slide-content .bottom .intro {
    font-size: 0.4rem;
    color: #333;
    margin-top: 0.2667rem;
  }
  .container #tab4-content .swiper-container2 .swiper-button-prev,
  .container #tab4-content .swiper-container2 .swiper-button-next {
    width: 0.7467rem;
    height: 0.7467rem;
    background: #f2221d;
    border-radius: 50%;
    transition: 0.3s;
  }
  .container #tab4-content .swiper-container2 .swiper-button-prev {
    left: 0.6267rem;
  }
  .container #tab4-content .swiper-container2 .swiper-button-next {
    right: 0.6267rem;
  }
  .container #tab4-content .swiper-container2 .swiper-button-prev:after,
  .container #tab4-content .swiper-container2 .swiper-button-next:after {
    font-size: 0.32rem;
    color: #fff;
  }
  .container #tab4-content .swiper-container2 .custom-pagination {
    position: absolute;
    bottom: 1.7333rem;
    display: flex;
    gap: 0.6667rem;
    justify-content: center;
    height: 0.5333rem;
    z-index: 9;
  }
  .container #tab4-content .swiper-container2 .custom-pagination .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    width: 0.9333rem;
    height: 0.5333rem;
  }
  .container #tab4-content .swiper-container2 .year-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.4rem;
    color: #888;
    position: relative;
    font-weight: bold;
  }
  .container #tab4-content .swiper-container2 .year-item.active {
    color: #f2221d;
    font-size: 0.48rem;
    font-weight: bold;
  }
  .container #tab4-content .swiper-container2 .year-item:hover {
    color: #f2221d;
  }
  .container #tab5-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .container #tab5-content .tips {
    margin-top: 0.8933rem;
  }
  .container #tab5-content .pc-swiper {
    display: none;
  }
  .container #tab5-content .m-swiper {
    width: 9.3333rem;
    margin-left: 0.6667rem;
    margin-top: 1.8667rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
  }
  .container #tab5-content .m-swiper::-webkit-scrollbar {
    display: none;
  }
  .container #tab5-content .m-swiper .slide-cell {
    width: 5.2933rem;
    height: 6.2667rem;
    background-color: #ddd;
    margin-right: 0.5333rem;
    flex-shrink: 0;
  }
  .container #tab5-content .m-swiper .slide-cell img {
    width: 100%;
    height: 100%;
    user-select: none;
  }
}
