.banner {
    width: 100%;
}

.banner .banner_prc a img {
    display: block;
    width: 100%;
}

.eliteTeam_title {
    text-align: center;
}

.eliteTeam_title h6 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: normal;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #282828;
}

.eliteTeam_title p {
    font-size: 1.375rem;
    line-height: 3rem;
    color: #666666;
    font-family: "AlibabaPuHuiTi_Regular";
}



.box3 {
    width: 100%;
    background: #fff;
    padding: 4.5rem 0 6.25rem;
}

.box3 .lm{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box3 .lm li{
    width: 9.375rem;
    height: 2.5rem;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #0f4875;
    margin: 0 1.25rem;
    cursor: pointer;
}

.box3 .lm li.active{
    background: #0f4875;
    color: #ffffff;
}

.box3 .box3_bom {
    margin-top: 3rem;
    width: 100%;
}

.box3 .box3_bom .box3_swiper.active{
    display: block;
}

.box3 .box3_bom .box3_swiper {
    width: 100%;
    position: relative;
    display: none;
}

.box3 .box3_bom .box3_swiper .swiper {
    width: 100%;
}

.box3_swiper .swiper .box3_box {
    width: 100%;
}

.box3_swiper .swiper .box3_box .box3_box_top {
    position: relative;
    width: 100%;
    aspect-ratio: 285/317;
    border-radius: 8px;
    overflow: hidden;
}

.box3_box .box3_box_top .box3_prc {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.box3_box .box3_box_top .box3_prc img {
    display: block;
    width: 100%;
}

.box3_box .box3_box_top .box3_zi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 1.625rem;
    background: rgba(36, 77, 142, .8);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    padding-bottom: 0;
}

.box3_box .box3_box_top .box3_zi:hover {
    opacity: 1;
}

.box3_box .box3_box_top .box3_zi .box3_zi_cen {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: .5rem;
}



/* 滚动条整体 */
.box3_box .box3_box_top .box3_zi .box3_zi_cen::-webkit-scrollbar {
    width: 3px;
    /* 垂直滚动条宽度 */
    background-color: #55697b;
}

/* 滚动条轨道 */
.box3_box .box3_box_top .box3_zi .box3_zi_cen::-webkit-scrollbar-track {
    background-color: #55697b;
    border-radius: 3px;
}

/* 滚动条滑块 */
.box3_box .box3_box_top .box3_zi .box3_zi_cen::-webkit-scrollbar-thumb {
    background-color: #f1f3f5;
    border-radius: 3px;
    /* 留出轨道边距 */
}

/* 滑块悬停 */
.box3_box .box3_box_top .box3_zi .box3_zi_cen::-webkit-scrollbar-thumb:hover {
    background-color: #f1f3f5;
}

.box3_zi_name h6 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #fff;
    font-weight: none;
    font-family: "AlibabaPuHuiTi_Bold";
}

.box3_zi_name p {
    font-size: 1rem;
    line-height: 1.875rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #fff;
}

.box3_box .box3_box_top .box3_zi .Deeds {
    font-size: .875rem;
    line-height: 1.625rem;
    margin-top: 1.5rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #fff;
    text-align: justify;
}

.box3_box .box3_box_name {
    margin-top: 1.5rem;
    text-align: center;
}

.box3_box .box3_box_name h6 {
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-family: "AlibabaPuHuiTi_Bold";
    font-weight: none;
    color: #424242;
}

.box3_box .box3_box_name p {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #555555;
}

.box3 .box3_bom .box3_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

.box3 .box3_bom .box3_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 16.25rem;
    height: 3.125rem;
    border-radius: 3.125rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: "AlibabaPuHuiTi_Medium";
}

.box3 .box3_bom .box3_btn a:first-child {
    margin-right: 3.75rem;
    background: linear-gradient(to right, #595dff, #3095fe);
}

.box3 .box3_bom .box3_btn a:last-child {
    background: linear-gradient(to right, #f28e33, #f7c162);
}

.box3 .box3_swiper_btn .swiper-button-next,
.box3 .box3_swiper_btn .swiper-button-prev {
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    background: #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.box3 .box3_swiper_btn .swiper-button-next {
    right: -3.1rem;
}

.box3 .box3_swiper_btn .swiper-button-prev {
    left: -3.1rem;
}

.box3 .box3_swiper_btn .swiper-button-next:hover,
.box3 .box3_swiper_btn .swiper-button-prev:hover {
    background: #5360fd;
}

.box3 .box3_swiper_btn .swiper-button-next:after,
.box3 .box3_swiper_btn .swiper-button-prev:after {
    color: #fff;
    font-size: 16px;
    padding-top: 3px;
}

.box4 {
    width: 100%;
    background: #ecf5ff;
    padding: 4.625rem 0 5.125rem;
}

.box4 .box4_bom {
    width: 100%;
    margin-top: 2rem;
    position: relative;
    padding-bottom: 2.625rem;
}

.box4 .box4_bom .mySwiper {
    width: 100%;
}

.box4 .box4_bom .mySwiper .swiper-slide .box4_prc {
    width: 100%;
    border-radius: .625rem;
    overflow: hidden;
}

.box4 .box4_bom .mySwiper .swiper-slide .box4_prc img {
    display: block;
    width: 100%;
}

.box4 .box4_bom .swiper-pagination-bullet {
    width: 1rem;
    height: .3125rem;
    border-radius: .3125rem;
    background: #326cf6;
    transition: all 0.3s ease;
}

.box4 .box4_bom .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.box4 .box4_bom .swiper-pagination-bullet-active {
    width: 2.5rem;
}