.justifye {
    justify-content: space-evenly;
}

.box1,
.box3,
.box4 {
    width: 100%;
    height: 100vh;
}

.box1 {
    background: url('../../img/talent/m/banner_home.png') no-repeat top center;
    background-size: cover;
}

.menubox {
    width: 100%;
    height: 3.125rem;
    padding: 0 0.625rem;
    position: relative;
}

.logo a:first-child {
    display: inline-block;
    width: 6.5625rem;
    margin-right: 1.5625rem;
}

.logo a:last-child {
    display: inline-block;
    width: 4.4375rem;
}

.openlist,
.closelist,
.btn {
    width: 2.1875rem;
    height: 2.1875rem;
}

.closelist {
    display: none;
}

.nav {
    display: none;
    width: 100%;
    height: calc(100vh - 3.125rem);
    background-color: #14288c;
    position: absolute;
    top: 3.125rem;
    left: 0;
    z-index: 99999;
    overflow-y: auto;
}

.nav li {
    padding: 0 1rem;
    width: 100%;
    height: 3.125rem;
    display: flex;
    align-items: center;
}

.nav li:nth-child(2),
.nav li:nth-child(4) {
    background-color: #3650d2;
}

.nav li a {
    font-size: 1.125rem;
    line-height: 3.125rem;
    color: #ffffff;
}

.box2 {
    background: url('../../img/talent/m/bg_1.jpg') no-repeat top center;
    background-size: cover;
}

.list {
    width: 100%;
    height: 20vh;
    background: rgba(10, 33, 87, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.list .tit p {
    width: 100%;
    height: 20vh;
}

.list .box {
    display: none;
}

.list.show .box {
    display: block;
}

.list ul {
    background: rgba(0, 0, 0, 0.5);
}

.list ul li {
    height: calc(70vh / 6);
    padding: 0 1rem;
}

.list ul li:nth-child(even) {
    background: rgba(0, 0, 0, 0.3);
}

.list ul li img {
    width: 2.25rem;
    margin-right: 0.3125rem;
}

.list ul li p a {
    font-size: 0.8125rem;
    line-height: 1.25;
    color: #ffffff;
}

.mySwiper3 .swiper-slide,
.mySwiper4 .swiper-slide,
.mySwiper5 .swiper-slide {
    height: auto !important;
}

.box3 {
    background: url('../../img/talent/m/bg_2.jpg') no-repeat top center;
    background-size: cover;
    padding: 3.75rem 0 2.5rem;
}

.box3 .tit {
    margin-bottom: 3.125rem;
}

.mySwiper3 .swiper-slide {
    padding: 0 1rem;
}

.box3 ul li {
    width: 6.25rem;
    height: 12.3125rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
}

.box3 ul li:nth-child(3),
.box3 ul li:nth-child(6),
.box3 ul li:nth-child(9) {
    margin-right: 0;
}

.bgy {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 3.125rem;
    background: #eef6fa;
}

.bgy img,
.con .img img {
    width: 5rem;
}

.box3 ul li p {
    font-size: 0.6875rem;
    line-height: 1.36;
    color: #475181;
    text-align: center;
}

.content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(34, 45, 52, .95);
    display: none;
    padding: 5rem 0.625rem 0;
}

.btn {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
}

.con {
    display: none;
    width: 100%;
}

.con.show {
    display: block;
}

.con .img {
    width: 5rem;
    height: 5rem;
    border-radius: 2.5rem;
    background: #c2dbea;
    margin-bottom: 1.25rem;
}

.con p {
    font-size: 1.125rem;
    line-height: 1.36;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.con span {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.36;
    color: #ffffff;
}

.mySwiper4,
.mySwiper5 {
    height: calc(100vh - 17rem);
}

.con span strong {
    text-decoration: underline;
}

.box4 {
    padding-top: 2.5rem;
}

.news {
    margin-bottom: 1.875rem;
    padding: 0 1rem;
}

.news .tit {
    width: 100%;
    margin-bottom: 1.875rem;
}

.news ul li {
    width: 100%;
    background: #f4f9fa;
    border-top-left-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.9375rem;
}

.news ul li img {
    width: 7.5rem;
    margin-right: 0.625rem;
}

.news ul li p a {
    font-size: 0.8125rem;
    line-height: 1.36;
    padding-right: 0.625rem;
    color: #000;
}

.more {
    display: block;
    width: 6.25rem;
    margin: 0 auto;
}

.ftbook {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2.5rem;
}

.footer {
    background: #14288c;
}