.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 85px;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper .other {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.banner .swiper .other .swiper-pagination {
    position: static;
    display: flex;
    cursor: pointer;
}

.banner .swiper .other .swiper-pagination .circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px 0 0;
    position: relative;
    cursor: pointer;
}

.banner .swiper .other .swiper-pagination .circle div {
    width: 3px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 50%;
}

.banner .swiper .other .swiper-pagination .circle:last-child {
    margin: 0;
}

.banner .swiper .other .swiper-pagination svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125%;
    height: 125%;
}

.banner .swiper .other .swiper-pagination .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.banner .swiper .other .swiper-pagination .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.banner .swiper .other .swiper-pagination .active .path-loop {
    animation: rotateIn_ 5s linear forwards;
}

@keyframes rotateIn_ {
    0% {
        stroke-dashoffset: 157px;
    }

    100% {
        stroke-dashoffset: 19px;
    }
}

.banner .swiper .other .figure {
    display: flex;
    align-items: center;
    margin: 0 0 0 44px;
}

.banner .swiper .other .figure p {
    font-family: Akrobat;
}

.banner .swiper .other .figure p:first-child {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    min-width: 22px;
}

.banner .swiper .other .figure .line {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(25deg);
    margin: 0 10px;
}

.banner .swiper .other .figure p:last-child {
    font-size: 18px;
    margin: 2px 0 0 0;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.24;
}

.banner .swiper .other .svg {
    display: none;
}

.banner .swiper .swiper-slide {
    overflow: hidden;
}

.banner .slide-inner {
    width: 100%;
    height: 100%;
}

.banner .swiper img {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide .text {
    position: absolute;
    padding: 0 144px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.banner .swiper .swiper-slide .text span {
    font-size: 69px;
    font-family: Akrobat;
    font-weight: 800;
    line-height: 63px;
    color: #FFFFFF;
}

.banner .swiper .swiper-slide .text .color {
    width: fit-content;
    height: 42px;
    background: #133984;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 28px;
    font-family: Akrobat;
    font-weight: 800;
    color: #FFFFFF;
    margin: 34px 0 0 0;
}

.banner .swiper .swiper-slide .text.transparent span {
    color: rgba(55, 55, 55, 1);
}

.banner .swiper .swiper-slide .text.transparent .color {
    background: transparent;
    padding: 0;
    color: #133984;
}

.section {
    overflow: hidden;
    width: 100%;
}

.section .wrap {
    width: 1110px;
    margin: 123px auto 111px;
}

.section .wrap .title {
    text-align: center;
}

.section .wrap .title span {
    font-size: 30px;
    font-family: Akrobat;
    font-weight: 800;
    color: #000000;
}

.section .wrap .title .more {
    width: fit-content;
    margin: 26px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .title .more p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
    margin: 0 10px 0 0;
    transition: 0.6s;
}

.section .wrap .title .more .iconfont {
    font-size: 12px;
    color: #c9c9c9;
    transition: 0.6s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .title .more:hover .iconfont {
    background: #133984;
    color: #fff;
    border: 1px solid transparent;
}

.section .wrap .title .more:hover p {
    margin: 0 20px 0 0;
    color: #133984;
}

.section .wrap .content {
    margin: 59px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section .wrap .content .item {
    width: 540px;
    margin: 0 0 30px 0;
}

.section .wrap .content .item .picture {
    width: 100%;
    height: 359px;
    overflow: hidden;
    display: block;
}

.section .wrap .content .item .picture img {
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.section .wrap .content .item .picture img:hover {
    transform: scale(1.1);
}

.section .wrap .content .item .text {
    width: 100%;
    border: 1px solid rgba(214, 214, 214, 1);
    border-top: 1px solid transparent;
    padding: 22px;
}

.section .wrap .content .item .text .caption {
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #000000;
    display: block;
    margin: 0 0 15px 0;
    transition: 0.6s;
}

.section .wrap .content .item .text .caption:hover {
    color: #133984;
}

.section .wrap .content .item .text .pick {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
}

.section .wrap .content .item .text .more {
    margin: 30px 0 0 0;
    width: 158px;
    height: 38px;
    background: #133984;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.section .wrap .content .item .text .more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    transform: translateX(-100%);
    transition: all 0.8s cubic-bezier(1, 0.41, 0.07, 0.96);
}

.section .wrap .content .item .text .more p {
    font-size: 18px;
    font-family: Roboto;
    color: #FFFFFF;
    transition: 0.6s;
    position: relative;
    z-index: 2;
}

.section .wrap .content .item .text .more:hover:after {
    transform: translateX(0);
}

.section2 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.section2 .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section2 .wrap {
    width: 1386px;
    margin: 69px auto 112px;
    position: relative;
    z-index: 1;
}

.section2 .wrap .title {
    text-align: center;
    font-size: 58px;
    font-family: Akrobat;
    font-weight: 800;
    color: #000000;
    margin: 0 0 53px 0;
}

.section2 .wrap .content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.section2 .wrap .content .cut {
    width: 115%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.section2 .wrap .content .cut .iconfont {
    color: #adaeae;
    cursor: pointer;
    transition: 0.5s;
    pointer-events: auto;
    width: 50px;
    height: 50px;
    border: 1px solid #adaeae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .wrap .content .cut .iconfont:first-child {
    transform: rotate(180deg);
}

.section2 .wrap .content .cut .iconfont:hover {
    color: #ffff;
    background: #133984;
    border: 1px solid transparent;
}

.index_series .swiper-slide {
    padding: 0 0 100px 0;
}

.section2 .wrap .content .item {
    width: 100%;
    height: 441px;
    background: #2A2825;
    padding: 55px 2%;
    position: relative;
    transition: 0.6s;
    display: block;
}

.section2 .wrap .content .item:nth-child(3n) {
    margin: 0;
}

.section2 .wrap .content .item .line {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section2 .wrap .content .item .text {
    text-align: center;
    position: relative;
    z-index: 1;
}

.section2 .wrap .content .item .text span {
    font-size: 48px;
    font-family: Akrobat;
    font-weight: 800;
    color: #FFFFFF;
    display: block;
    margin: 0 0 32px 0;
}

.section2 .wrap .content .item .text p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
}

.section2 .wrap .content .item .images {
    width: 100%;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 70px 0 0 0;
}

.section2 .wrap .content .item .images img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.section2 .wrap .content .item.on {
    background: rgba(19, 57, 132, 1);
}

.section2 .wrap .content .item.on .images img {
    transform: translateY(-5px);
}

.section3 {
    width: 100%;
    overflow: hidden;
}

.section3 .wrap {
    /* width: 1386px; */
    /* margin: 140px auto 190px; */
}

.section3 .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 54px 0;
}

.section3 .wrap .title span {
    font-size: 30px;
    font-family: Akrobat;
    font-weight: 800;
    color: #000000;
}

.section3 .wrap .title a {
    display: flex;
    align-items: center;
}

.section3 .wrap .title a p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
    margin: 0 10px 0 0;
    transition: 0.6s;
}

.section3 .wrap .title a .iconfont {
    font-size: 12px;
    transition: 0.6s;
    color: #c9c9c9;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 .wrap .title a:hover p {
    margin: 0 20px 0 0;
    color: #133984;
}

.section3 .wrap .title a:hover .iconfont {
    background: #133984;
    color: #fff;
    border: 1px solid transparent;
}

.section3 .wrap .content,
.section3 .wrap .content .index_pro {
    width: 100%;
}

.index_pro .swiper-slide .item {
    width: 100%;
    height: 338px;
    border: 1px solid #E8E8E8;
    text-align: center;
    padding: 42px 5%;
    display: block;
    transition: 0.6s;
}

.index_pro .swiper-slide .item .images {
    width: 95%;
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_pro .swiper-slide .item .images img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: 1.5s;
}

.index_pro .swiper-slide .item .text {
    margin: 39px 0 0 0;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
}

.index_pro .swiper-slide .item:hover {
    border: 1px solid #133984;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.06);
}

.index_pro .swiper-slide .item:hover .images img {
    transform: scale(1.1);
}

.section3 .content .cut {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 43px auto 0;
}

.section3 .content .cut .iconfont {
    color: #adaeae;
    cursor: pointer;
    transition: 0.5s;
}

.section3 .content .cut .iconfont:first-child {
    transform: rotate(180deg);
    margin: 0 23px 0 0;
}

.section3 .content .cut .iconfont:hover {
    color: #133984;
}

.section4 {
    width: 100%;
    height: 520px;
    position: relative;
}

.section4 .background {
    width: 100%;
    height: 520px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.section4 .background img {
    width: 100%;
    height: 1057px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -758px;
}

@media screen and (max-width: 1920px) {
    .section4 .background img {
        margin-top: -580px;
    }
}

.section4 .wrap {
    position: relative;
    z-index: 1;
    width: 1386px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.section4 .the_left {
    display: flex;
    align-items: center;
    margin: 0 0 0 295px;
}

.section4 .the_left p {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
}

.section4 .the_left .line {
    width: 130px;
    height: 1px;
    background: #FFFFFF;
    margin: 0 0 0 11px;
}

.section4 .the_left .play {
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
}

.section4 .the_left .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 600ms;
    z-index: 0;
}

.section4 .the_left .play:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 200ms;
    z-index: 0;
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

.section4 .the_right {
    width: 613px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.section3 .wrap .content {
    margin-bottom: .5rem;
}

.section4 .the_right .color {
    width: 100%;
    height: 120px;
    background: #133984;
    padding: 0 58px;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: Akrobat;
    font-weight: 800;
    color: #FFFFFF;
}

.section4 .the_right .content {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 46px 60px 36px 60px;
}

.section4 .the_right .content>span {
    font-size: 26px;
    font-family: Roboto;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    display: block;
    margin: 0 0 25px 0;
}

.section4 .the_right .content .pick {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 200;
    color: #000000;
    line-height: 32px;
    margin: 0 0 30px 0;
}

.section4 .the_right .content .number {
    display: flex;
    align-items: center;
}

.section4 .the_right .content .number .item:not(:last-child) {
    margin: 0 90px 0 0;
}

.section4 .the_right .content .number .item span {
    font-size: 38px;
    font-family: Oswald;
    font-weight: 500;
    color: #133984;
    position: relative;
}

.section4 .the_right .content .number .item span:after {
    content: attr(data-text);
    position: absolute;
    bottom: 9px;
    left: 110%;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #133984;
}

.section4 .the_right .content .number .item p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #000000;
    margin: 5px 0 0 3px;
}

.section4 .the_right .content .more {
    margin: 42px 0 0 0;
    width: 165px;
    height: 50px;
    background: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.section4 .the_right .content .more p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 2;
}

.section4 .the_right .content .more .iconfont {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.section4 .the_right .content .more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #133984;
    z-index: 1;
    transform: translateX(-100%);
    transition: all 0.8s cubic-bezier(1, 0.41, 0.07, 0.96);
}

.section4 .the_right .content .more:hover:after {
    transform: translateX(0);
}

.section5 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section5:after {
    /* content: ''; */
    position: absolute;
    right: 0;
    bottom: 0;
    width: 897px;
    height: 811px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}

.section5 .wrap {
    /* width: 1386px;
    margin: 160px auto 64px; */
    position: relative;
    z-index: 1;
}

.section5 .wrap .title {
    font-size: 58px;
    font-family: Akrobat;
    font-weight: 800;
    color: #000000;
}

.section5 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 55px 0 0 0;
}

.section5 .wrap .content .the_left {
    width: 55%;
}

.section5 .wrap .content .the_left .flex {
    display: flex;
    justify-content: space-between;
}

.section5 .wrap .content .the_left .big {
    width: 40%;
    padding: 39px;
    background: #FFFFFF;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.06);
    transition: 0.6s;
}

.section5 .wrap .content .the_left .big:hover {
    transform: translateY(-5px);
}

.section5 .wrap .content .the_left .big:not(:last-child) {
    margin: 0 12px 0 0;
}

.section5 .wrap .content .the_left .big .headline p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #9E9E9E;
}

.section5 .wrap .content .the_left .big .headline p:nth-child(2) {
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #343434;
    margin: 7px 0 0 0;
    transition: 0.6s;
}

.section5 .wrap .content .the_left .big .images {
    width: 325px;
    height: 313px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 34px;
    text-align: center;
}

.section5 .wrap .content .the_left .big .images img {
    max-width: 100%;
    max-height: 100%;
}

.section5 .wrap .content .the_left .big .download {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section5 .wrap .content .the_left .big .download p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #133984;
}

.section5 .wrap .content .the_left .big .download .iconfont {
    color: rgba(19, 57, 132, 1);
    font-size: 25px;
}

.section5 .wrap .content .the_left .big:hover .headline p:nth-child(2) {
    color: #133984;
}

.section5 .wrap .content .the_left .more {
    width: 175px;
    height: 42px;
    background: #133984;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px 0 0 0;
    overflow: hidden;
}

.section5 .wrap .content .the_left .more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    transform: translateX(-100%);
    transition: all 0.8s cubic-bezier(1, 0.41, 0.07, 0.96);
}

.section5 .wrap .content .the_left .more p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.section5 .wrap .content .the_left .more:hover:after {
    transform: translateX(0);
}

.section5 .wrap .content .the_right {
    width: 440px;
}

.section5 .wrap .content .the_right .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section5 .wrap .content .the_right .headline span {
    font-size: 32px;
    font-family: Akrobat;
    font-weight: 800;
    color: #000000;
}

.section5 .wrap .content .the_right .headline a {
    display: flex;
    align-items: center;
}

.section5 .wrap .content .the_right .headline a p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
    margin: 0 10px 0 0;
    transition: 0.6s;
}

.section5 .wrap .content .the_right .headline a .iconfont {
    font-size: 12px;
    transition: 0.6s;
    color: #c9c9c9;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5 .wrap .content .the_right .headline a:hover p {
    margin: 0 20px 0 0;
    color: #133984;
}

.section5 .wrap .content .the_right .headline a:hover .iconfont {
    color: #fff;
    background: #133984;
    border: 1px solid transparent;
}

.section5 .wrap .content .the_right .posts {
    margin: 45px 0 0 0;
}

.section5 .wrap .content .the_right .posts .item {
    display: flex;
    align-items: center;
}

.section5 .wrap .content .the_right .posts .item:not(:last-child) {
    margin: 0 0 37px 0;
}

.section5 .wrap .content .the_right .posts .item .picture {
    width: 116px;
    height: 92px;
    overflow: hidden;
    margin: 0 17px 0 0;
}

.section5 .wrap .content .the_right .posts .item .picture img {
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.section5 .wrap .content .the_right .posts .item .text p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    width: 234px;
    transition: 0.6s;
}

.section5 .wrap .content .the_right .posts .item .text .time {
    margin: 18px 0 0 0;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #888888;
}

.section5 .wrap .content .the_right .posts .item:hover .picture img {
    transform: scale(1.1);
}

.section5 .wrap .content .the_right .posts .item:hover .text p {
    color: #133984;
}

@media screen and (max-width: 1856px) {}

@media screen and (max-width: 1792px) {}

@media screen and (max-width: 1735px) {}

@media screen and (max-width: 1680px) {

    .section3 .wrap .content,
    .section3 .wrap .content .index_pro {
        padding: 0 0.1%;
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1588px) {

    .section2 .wrap,
    .section3 .wrap,
    .section4 .wrap,
    .section5 .wrap {
        width: 85%;
    }

    .section4 .the_left {
        margin: 0 0 0 16%;
    }

    .section5 .wrap .content .the_left {
        width: 63%;
    }
}

@media screen and (max-width: 1520px) {
    .section5 .wrap .content .the_left .big {
        width: 49%;
    }

    .section5 .wrap .content .the_left {
        width: 61%;
    }
}

@media screen and (max-width: 1464px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1408px) {}

@media screen and (max-width: 1400px) {
    .section5 .wrap .content .the_right {
        width: 406px;
    }
}

@media screen and (max-width: 1366px) {
    .section4 .the_left {
        margin: 0 0 0 10%;
    }
}

@media screen and (max-width: 1270px) {
    .banner {
        height: auto !important;
        margin: 70px 0 0 0;
    }

    .banner .swiper .other {
        display: none;
    }

    .section4 {
        overflow: hidden;
    }

    .banner .swiper .swiper-slide .text {
        padding: 0 5%;
    }

    .banner .swiper .swiper-slide .text span {
        font-size: 41px;
        line-height: 45px;
    }

    .section .wrap {
        width: 90%;
        margin: 50px auto;
    }

    .section .wrap .title span {
        font-size: 35px;
    }

    .section .wrap .title .more {
        margin: auto;
    }

    .section .wrap .content {
        margin: 40px 0 0 0;
    }

    .section .wrap .content .item {
        width: 100%;
    }

    .section .wrap .content .item .picture {
        height: auto;
    }

    .section .wrap .content .item:last-child {
        margin: 0;
    }

    .section2 .wrap,
    .section3 .wrap,
    .section4 .wrap,
    .section5 .wrap {
        width: 90%;
        margin: 50px auto;
    }

    .section2 .wrap .title {
        font-size: 40px;
        margin: 0 0 25px 0;
    }

    .section2 .wrap .content .cut {
        position: static;
        transform: none;
        width: 42%;
        margin: auto;
    }

    .section2 .wrap .content .item .text span {
        font-size: 32px;
    }

    .section2 .wrap .content .item .text p {
        font-size: 16px;
    }

    .section3 .wrap .title {
        flex-direction: column;
        margin: 0 0 36px 0;
    }

    .section .wrap .content .item .text {
        padding: 5%;
    }

    .section3 .wrap .title span {
        font-size: 35px;
    }

    .section3 .wrap .title a {
        margin: 10px 0 0 0;
    }

    .section4 .background img {
        height: 100%;
        margin-top: 0;
        transform: none !important;
    }

    .section4 {
        height: auto;
    }

    .section4 .wrap {
        flex-direction: column-reverse;
        align-items: unset;
    }

    .section4 .the_right {
        width: 100%;
        position: static;
    }

    .section4 .background {
        height: 100%;
    }

    .section4 .the_right .color {
        width: 100%;
        height: 66px;
        padding: 0 5%;
        font-size: 30px;
    }

    .section4 .the_right .content {
        padding: 8% 5%;
    }

    .section4 .the_right .content>span {
        font-size: 21px;
    }

    .section4 .the_right .content>span br {
        display: none;
    }

    .section4 .the_right .content .pick {
        font-size: 15px;
        line-height: 28px;
    }

    .section4 .the_right .content .number {
        flex-wrap: wrap;
    }

    .section4 .the_right .content .number .item:not(:last-child) {
        margin: 0 74px 24px 0;
    }

    .section4 .the_left {
        margin: 80px 0 0 0;
    }

    .section4 .the_left .line {
        width: 60px;
    }

    .section5 .wrap .title {
        font-size: 40px;
    }

    .section5 .wrap .content,
    .section5 .wrap .content .the_left .flex {
        flex-direction: column;
    }

    .section5 .wrap .content .the_left,
    .section5 .wrap .content .the_left .big {
        width: 100%;
    }

    .section5 .wrap .content .the_left .big {
        height: auto;
        padding: 7% 5%;
    }

    .section5 .wrap .content .the_left .big .images {
        width: 100%;
        height: auto;
    }

    .section5 .wrap .content .the_left .big:not(:last-child) {
        margin: 0 0 20px 0;
    }

    .section5 .wrap .content {
        margin: 32px 0 0 0;
    }

    .section5 .wrap .content .the_right {
        width: 100%;
        margin: 32px 0 0 0;
    }

    .section5 .wrap .content .the_right .posts .item .text p {
        width: fit-content;
    }

    .section5 .wrap .content .the_right .posts .item:not(:last-child) {
        margin: 0 0 19px 0;
    }

    .section5 .wrap .content .the_right .posts {
        margin: 30px 0 0 0;
    }

    .alert_video .joke .video {
        width: 90%;
        height: auto;
        margin: auto;
    }

    .alert_video .joke .close {
        position: fixed;
        top: 20px;
        right: 20px;
    }

}