.about .wrap {
    margin: 7.96875vw auto 7vw;
}

.about .wrap .top {
    width: 73vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.about .wrap .top .title {
    display: flex;
    align-items: center;
    height: fit-content;
    position: relative;
}

.about .wrap .top .title .position {
    position: absolute;
    right: 27.34375vw;
    top: 0;
    white-space: nowrap;
    font-size: 0.7291666667vw;
    font-weight: bold;
    color: #DAB634;
    transform: rotate(-90deg);
    transform-origin: right;
}

.about .wrap .top .title img {
    width: 2.1875vw;
    margin: 0 0.625vw 0 0;
    animation: 4s more infinite linear;
}

.about .wrap .top .title p {
    font-size: 2.5vw;
    font-weight: 500;
    color: #222222;
}

.about .wrap .top .title p strong {
    color: #049E48;
    font-weight: normal;
}

.about .wrap .top .content {
    width: 41.5104166667vw;
    position: relative;
    /*left: 15.8854166667vw;*/
    /*font-size: 0.9375vw;*/
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    /*line-height: 1.875vw;*/
    line-height: 35px;
}

.about .wrap .img {
    width: 73vw;
    margin: 5.15625vw auto 0;
    border-radius:1.5625vw;
    overflow: hidden;
    position: relative;
}
.about .wrap .img .position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.about .wrap .img .position p{
    font-size: 0.9375vw;
    color: #fff;
    margin: 0.78125vw 0 0 0 ;
}
.about .wrap .img .play{
    width: 3.3333333333333335vw;
    height: 3.3333333333333335vw;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    margin: auto;
}
.about .wrap .img .play svg{
    width: 0.9375vw;
    height: 0.9375vw;
}
.about .wrap .img .play svg path{
    fill: #fff;
}



.about .wrap .img img {
    width: 100%;
}

.about2 {
    border-radius: 1.5625vw 1.5625vw 0px 0px;
    margin-top: -1.5625vw;
    position: relative;
    z-index: 5;
}

.about2:after{
    content: '';
    position: absolute;
    width: 94%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F7F7F7;
    z-index: -1;
    border-radius: 1.04vw;
}

.about2 .wrap {
    width: 72.9166666667vw;
    margin: 5.28125vw auto 11.9270833333vw;
}

.about2 .wrap .top {
    display: flex;
    justify-content: space-between;
}

.about2 .wrap .top .title {
    display: flex;
    align-items: center;
    margin: 0 0 2vw;
}

.about2 .wrap .top .title img {
    width: 1.7708333333vw;
    margin: 0 0.5729166667vw 0 0;
    animation: 4s more infinite linear;
}

.about2 .wrap .top .title p {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222;
}

.about2 .wrap .top .text {
    width: 805px;
    /*font-size: 0.8333333333vw;*/
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.about2 .wrap .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 2.34375vw;
    position: relative;
}

.about2 .wrap .content .item {
    width: 100%;
    height: 21.5625vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    border-radius: 0.5208333333vw;
}

.about2 .wrap .content .item .joke {
    height: 100%;
    border: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5208333333vw;
    transition: 0.7s;
    padding: 1.40625vw 1.25vw 2.03125vw 1.25vw;
    overflow: hidden;
}
.about2 .wrap .content .item:hover .joke{
    background: #DAB634;
}
.about2 .wrap .content .item:nth-child(2n):hover .joke{
    background: #049E48;
}

.about2 .wrap .content .item:nth-child(2n) .joke .bottom .display .circle{
    background: #049E48;
}


.about2 .wrap .content .item:hover .joke .headline h5{
    color: #fff;
}
.about2 .wrap .content .item:hover .joke .headline p{
    color: #fff;
}

.about2 .wrap .content .item:hover .joke .bottom .display p{
    color: #fff;
}
.about2 .wrap .content .item:hover .joke .bottom .pick{
    color: #fff;
}
.about2 .wrap .content .item:hover .joke .bottom .display .circle{
    background: #fff !important;
    color: #DAB634;
}
.about2 .wrap .content .item:nth-child(2n):hover .joke .bottom .display .circle{
    color: #049E48;
}
.about2 .wrap .content .item .joke .svg {
    height: 100%;
    position: absolute;
    right: -11.0416666667vw;
    top: 0;
    z-index: 1;
}

.about2 .wrap .content .item .joke .svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.7s;
}

.about2 .wrap .content .item .joke .svg img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.about2 .wrap .content .item .joke > :not(svg) {
    position: relative;
    z-index: 5;
}

.about2 .wrap .content .item .joke .headline h5 {
    font-size: 1.0416666667vw;
    font-weight: 500;
    color: #222;
    margin: 0 0 0.46875vw;
    line-height: 1.0416666667vw;
    transition: 0.7s;
}

.about2 .wrap .content .item .joke .headline p {
    font-size: 0.625vw;
    font-weight: 400;
    color: #222;
    transition: 0.7s;
}

.about2 .wrap .content .item .joke .bottom {
    position: absolute;
    bottom: 2.03125vw;
    width: 100%;
    padding: 0 1.6666666667vw 0 1.1979166667vw;
    left: 0;
    transform: translateY(3.90625vw);
    transition: 0.7s;
}

.about2 .wrap .content .item .joke .bottom .display {
    display: flex;
    align-items: center;
    margin: 0 0 1.0416666667vw;
}

.about2 .wrap .content .item .joke .bottom .display .circle {
    width: 0.9375vw;
    height: 0.9375vw;
    background: #DAB634;
    border-radius: 50%;
    font-size: 0.625vw;
    font-weight: bold;
    color: #fff;
    margin: 0 0.2604166667vw 0 0;
    transition: 0.7s;
    text-align: center;
    line-height: 0.9375vw;
}

.about2 .wrap .content .item .joke .bottom .display p {
    font-size: 0.7291666667vw;
    font-weight: 500;
    color: #222;
    transition: 0.7s;
    position: relative;
}

.about2 .wrap .content .item .joke .bottom .pick {
    font-size: 0.7291666667vw;
    font-weight: 500;
    color: #222;
    line-height: 1.25vw;
    opacity: 0;
    transition: 0.7s;
    height: 2.5vw;
}


.about2 .wrap .content .item:hover .joke .svg img:first-child {
    opacity: 0;
}

.about2 .wrap .content .item:hover .joke .svg img:nth-child(2) {
    opacity: 1;
}



.about2 .wrap .content .item:hover .joke .bottom {
    transform: translateY(0);
}



.about2 .wrap .content .item:hover .joke .bottom .pick {
    opacity: 1;
}

.about2 .wrap .content .position {
    font-size: 0.7291666667vw;
    font-weight: 800;
    color: #DAB634;
    position: absolute;
    right: 109.5%;
    top: 4.6354166667vw;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: right;
    text-transform: uppercase;
}

.about3 {
    border-radius: 1.5625vw 1.5625vw 0px 0px;
    background: #fff;
    margin-top: -1.5625vw;
    position: relative;
    z-index: 6;
}

.about3 .position {
    width: 0.4166666667vw;
    font-size: 0.7291666667vw;
    font-weight: 800;
    color: #DAB634;
    position: absolute;
    left: 6.4583333333vw;
    top: 50%;
    white-space: nowrap;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right;
    text-transform: uppercase;
}

.about3 .wrap {
    width: 72.9166666667vw;
    margin: 6vw auto 10.78125vw;
}

.about3 .wrap .top {
    margin: 0 0 5.7291666667vw;
}

.about3 .wrap .top .title {
    display: flex;
    align-items: center;
    margin: 0 0 2.03125vw;
}

.about3 .wrap .top .title img {
    width: 1.7708333333vw;
    margin: 0 0.5729166667vw 0 0;
    animation: 4s more infinite linear;
}

.about3 .wrap .top .title p {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
}

.about3 .wrap .top .pick {
    /*width: 46.09375vw;*/
    width: 28.6458333333vw;
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #222222;
    line-height: 2.0833333333333333333333333333333vw;
}

.about3 .wrap .bottom {
    display: flex;
}

.about3 .wrap .bottom .l {
    width: 28.6458333333vw;
    margin: 2.0833333333vw 11.5625vw 0 0;
    position: relative;
}

.about3 .wrap .bottom .l div {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 45px;
    cursor: pointer;
    transition: 0.7s;
}

.about3 .wrap .bottom .l div.on {
    color: #049E48;
}

.about3 .wrap .bottom .r {
    width: 29.6875vw;
    height: 19.7916666667vw;
}

.about3 .wrap .bottom .r .swiper {
    width: 100%;
    height: 100%;
}

.about3 .wrap .bottom .r .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about3 .wrap .bottom .r .swiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
}

.about4 {
    height: 100vh;
    background: #F7F8FA;
    border-radius: 1.5625vw 1.5625vw 0px 0px;
    margin-top: -1.5625vw;
    position: relative;
    z-index: 6;
}

.about4 .wrap {
    width: 72.9166666667vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.about4 .wrap .position {
    width: 0.4166666667vw;
    font-size: 0.7291666667vw;
    font-weight: 800;
    color: #DAB634;
    position: absolute;
    left: 6.4583333333vw;
    top: 50%;
    white-space: nowrap;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right;
    text-transform: uppercase;
}

.about4 .wrap .l {
    margin: 8.28125vw 0 0 0;
}

.about4 .wrap .l .title {
    display: flex;
    align-items: center;
    height: fit-content;
    position: relative;
    margin: 0 0 5.0520833333vw;
}

.about4 .wrap .l .title .position {
    position: absolute;
    right: 27.34375vw;
    top: 0;
    white-space: nowrap;
    font-size: 0.7291666667vw;
    font-weight: bold;
    color: #DAB634;
    transform: rotate(-90deg);
    transform-origin: right;
}

.about4 .wrap .l .title img {
    width: 2.1875vw;
    margin: 0 0.625vw 0 0;
    animation: 4s more infinite linear;
}

.about4 .wrap .l .title p {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
}

.about4 .wrap .l .title p strong {
    color: #049E48;
    font-weight: normal;
}

.about4 .wrap .l .since {
    position: relative;
    margin: 0 0 7.8125vw;
    z-index: 1;
}

.about4 .wrap .l .since .year {
    font-size: 5.2083333333vw;
    font-family: "Arial", sans-serif !important;
    font-weight: bold;
    color: #049E48;
}

.about4 .wrap .l .since .grey {
    font-size: 4.1666666667vw;
    font-family: "Arial", sans-serif !important;
    font-weight: bold;
    color: #E6E6E6;
    position: absolute;
    top: 2.0833333333vw;
    left: 2.34375vw;
    text-transform: uppercase;
    z-index: -1;
}

.about4 .wrap .l .flex .list {
    font-size: 2.0833333333vw;
    font-family: "Arial", sans-serif !important;
    font-weight: bold;
    color: #ccc;
    line-height: 4.1666666667vw;
    transition: 0.7s;
    cursor: pointer;
}

.about4 .wrap .l .flex .list.on {
    color: #049E48;
}

.about4 .wrap .scroll {
    width: 45.8333333333vw;
    height: 100%;
    background: #FFFFFF;
    padding: 6.1979166667vw 3.6458333333vw 6.1979166667vw 3.6458333333vw;
}

.about4 .wrap .scroll .joke {
    height: 43vw;
    overflow: hidden;
    overflow-y: scroll;
}

.about4 .wrap .scroll .joke::-webkit-scrollbar {
    width: 0 !important;
}

.about4 .wrap .scroll .flex .item {
    padding: 0 0 2.6041666667vw;
    margin: 0 0 2.6041666667vw;
    border-bottom: 0.0520833333vw dashed rgba(0, 0, 0, 0.2);
    display: flex;
}

.about4 .wrap .scroll .flex .item h1 {
    font-size: 1.875vw;
    font-family: "Arial", sans-serif !important;
    font-weight: bold;
    color: #049E48;
}

.about4 .wrap .scroll .flex .item .text {
    width: 29.7916666667vw;
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #222222;
    line-height: 1.4583333333vw;
    margin: 0 0 0 4.375vw;
}

.cursor {
    width: 3.0208333333vw;
    height: 3.0208333333vw;
    position: fixed;
    z-index: 9999999;
    background: #049E48;
    border-radius: 50%;
    border: 0.0520833333vw solid #049E48;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0.5208333333vw;
    transform: translateX(-50%);
    border-left: 0.2083333333vw solid transparent;
    border-right: 0.2083333333vw solid transparent;
    border-bottom: 0.3125vw solid #fff;
}

.cursor:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.5208333333vw;
    transform: translateX(-50%);
    border-left: 0.2083333333vw solid transparent;
    border-right: 0.2083333333vw solid transparent;
    border-top: 0.3125vw solid #fff;
}

.cursor p {
    font-size: 0.5208333333vw;
    font-weight: 400;
    color: #FFFFFF;
}

.about5 {
    height: 54.4270833333vw;
    position: relative;
    z-index: 1;
}

.about5 .app {
    position: absolute;
    width: 49.4791666667vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.about5 .wrap {
    width: 72.9166666667vw;
    margin: 8.3854166667vw auto 0;
}

.about5 .wrap .title {
    display: flex;
    align-items: center;
    height: fit-content;
    position: relative;
    margin: 0 0 5.0520833333vw;
}

.about5 .wrap .title .position {
    position: absolute;
    right: 27.34375vw;
    top: 0;
    white-space: nowrap;
    font-size: 0.7291666667vw;
    font-weight: bold;
    color: #DAB634;
    transform: rotate(-90deg);
    transform-origin: right;
}

.about5 .wrap .title img {
    width: 2.1875vw;
    margin: 0 0.625vw 0 0;
    animation: 4s more infinite linear;
}

.about5 .wrap .title p {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
}

.about5 .wrap .title p strong {
    color: #049E48;
    font-weight: normal;
}

.about5 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.about5 .content .item {
    position: absolute;
    display: flex;
    height: 7.8125vw;
    background: #F5F6F7;
    border-radius: 0.5208333333vw;
    pointer-events: auto;
    cursor: pointer;
    overflow: hidden;
}

.about5 .content .item .img {
    width: 8.8541666667vw;
    height: 100%;
}

.about5 .content .item .img img {
    width: 100%;
    height: 100%;
}

.about5 .content .item .text {
    width: 7.8125vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0416666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1.3020833333vw;
}

.about5 .content .item.item_1 {
    top: 16.1979166667vw;
    left: 13.5416666667vw;
}

.about5 .content .item.item_2 {
    top: 36.8229166667vw;
    left: 13.5416666667vw;
}

.about5 .content .item.item_3 {
    top: 8.1770833333vw;
    right: 13.5416666667vw;
}

.about5 .content .item.item_4 {
    top: 28.4895833333vw;
    right: 13.5416666667vw;
}

/*# sourceMappingURL=about.css.map */

.last_section1 {
    background: #F7F8FA;
    position: relative;
    z-index: 1;
    padding: 5.6770833333vw 0 8.6979166667vw 0;
}

.last_section1 .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.last_section1 .wrap {
    width: 72.9166666667vw;
    margin: auto;
    position: relative;
}

.last_section1 .wrap .img_text {
    font-weight: 800;
    font-size: 0.7291666667vw;
    color: #DAB634;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    transform: rotate(-180deg);
    position: absolute;
    top: 13.0208333333vw;
    left: -6.7708333333vw;
}

.last_section1 .wrap .title {
    display: flex;
    align-items: center;
}

.last_section1 .wrap .title img {
    width: 1.7708333333vw;
    margin: 0 0.5729166667vw 0 0;
    animation: 4s more infinite linear;
}

.last_section1 .wrap .title p {
    font-weight: 500;
    font-size: 1.875vw;
    color: #222222;
}

.last_section1 .wrap .content {
    margin: 5.5729166667vw 0 0 0;
}

.last_section1 .wrap .content .top {
    position: relative;
}

.last_section1 .wrap .content .top .button {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.last_section1 .wrap .content .top .button .circle {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background: linear-gradient(90deg, #009944, #34E382);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
}

.last_section1 .wrap .content .top .button .circle:first-child {
    transform: rotate(180deg);
}

.last_section1 .wrap .content .top .button .circle svg {
    width: 0.9375vw;
    height: 0.9375vw;
    fill: #fff;
    position: relative;
    left: 0;
    transition: .4s ease;
}

.last_section1 .wrap .content .top .button .circle svg path {
    fill: #fff;
}

.last_section1 .wrap .content .top .button .circle:hover svg {
    left: 5px;
    transform: scale(1.05);
}

.last_section1 .wrap .content .top .last1_swiper {
    width: 57.8125vw;
    margin: auto;
    position: relative;
}

.last_section1 .wrap .content .top .last1_swiper:after {
    content: '';
    position: absolute;
    width: 62.5vw;
    height: 2px;
    background: #009944;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
    top: 4.6875vw;
}

.last_section1 .wrap .content .top .last1_swiper .swiper-slide {
    text-align: center;
    padding: 0 0 0.5208333333vw;
    cursor: pointer;
}

.last_section1 .wrap .content .top .last1_swiper .swiper-slide .year {
    font-weight: 500;
    font-size: 1.6666666667vw;
    color: #888888;
    transform: scale(0.75);
    transition: .6s;
}

.last_section1 .wrap .content .top .last1_swiper .swiper-slide .circle {
    margin: 1.5625vw auto 0;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    background: #F7F8FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}

.last_section1 .wrap .content .top .last1_swiper .swiper-slide .circle svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
}

.last_section1 .wrap .content .top .last1_swiper .swiper-slide .circle svg path {
    transition: .6s;
}

.last_section1 .wrap .content .top .last1_swiper .swiper-slide.on .year {
    color: #009944;
    transform: scale(1);
}

.last_section1 .wrap .content .top .last1_swiper .swiper-slide.on .circle {
    box-shadow: 0px 2px 10px 0px rgba(3, 77, 36, 0.1);
}

.last_section1 .wrap .content .top .last1_swiper .swiper-slide.on .circle svg path {
    fill: #009944;
}

.last_section1 .wrap .content .bottom {
    margin: 4.1666666667vw auto 0;
    width: 50vw;
}

.last_section1 .wrap .content .bottom .last2_swiper {
    width: 100%;
}

.last_section1 .wrap .content .bottom .last2_swiper .swiper-slide {
    padding: 1.3020833333vw 0;
}

.last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .y_1 {
    width: 2.5vw;
    position: absolute;
    left: 2.6041666667vw;
    top: 0;
    z-index: 1;
}

.last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .y_2 {
    width: 2.5vw;
    position: absolute;
    right: 2.5vw;
    bottom: 0;
    z-index: 2;
}

.last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .jump {
    width: 100%;
    /*height: 12.5vw;*/
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(210, 213, 219, 0.3);
    border-radius: 10px;
    position: relative;
    padding: 2.5520833333vw 2.4479166667vw 2.3229166667vw 2.7083333333vw;
    display: flex;
    justify-content: space-between;
}

.last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .jump .pick {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
}

.last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .jump .year {
    font-family: DIN;
    font-weight: bold;
    font-size: 5.2083333333vw;
    color: #009944;
    opacity: 0.1;
}

.last_section2 {
    padding:0;
}

.last_section2 .wrap {
    /*width: 76.9791666667vw;*/
    margin: auto;
}

.last_section2 .wrap .top {
    width: 76.9791666667vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.last_section2 .wrap .title {
    display: flex;
    align-items: center;
    position: absolute;
    width: 76.9791666667vw;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    z-index: 6;
}

.last_section2 .wrap .title img {
    width: 1.7708333333vw;
    margin: 0 0.5729166667vw 0 0;
    animation: 4s more infinite linear;
}

.last_section2 .wrap  .title p {
    font-weight: 500;
    font-size: 1.875vw;
    color: #222222;
}
.last_section2 .wrap .message{
    display: none;
}
.last_section2 .wrap .top .message .list {
    display: flex;
    align-items: center;
}

.last_section2 .wrap .top .message .list:not(:last-child) {
    margin: 0 0 0.4166666667vw;
}

.last_section2 .wrap .top .message .list .circle {
    width: 0.625vw;
    height: 0.625vw;
    background: rgba(0, 153, 68, 0);
    border-radius: 50%;
    border: 0.15625vw solid #444444;
    margin: 0 0.625vw 0 0;
}

.last_section2 .wrap .top .message .list p {
    font-weight: 500;
    font-size: 0.7291666667vw;
    color: #444444;
}

.last_section2 .wrap .top .message .list.on .circle {
    background: #009944;
    border: 0.15625vw solid #009944;
}
.last_section2 .wrap .img{
    background: #E9ECF0;
}
.last_section2 .wrap .img {
    height: calc(100vh + 2000px);
}
.last_section2 .wrap .img .fix{
    height: 100vh;
    position: relative;
}
.last_section2 .wrap .img .fix .img_list{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.last_section2 .wrap .img .img1 {
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
}
.last_section2 .wrap .img .img2{
    width: 1280px;
    margin: auto;
    display: block;
    opacity: 0;
    transition: 1s;
}


/**/
.change_about{
    padding: 54px 0 80px 0;
}
.change_about .wrap{
    width: 78%;
    /* 78 94*/
    /*width: 1800px;*/
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 147px 214px 118px 159px;
    border-radius: 20px;
    overflow: hidden;
}
.change_about .wrap .w{
    width: 72.9166666667vw;
    margin: auto;
}
.change_about .wrap .common_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.change_about .wrap .last_logo{
    height: 80px;
    margin: 0 0 0 41px;
}
.change_about .wrap .last_logo img{
    height: 100%;
    object-fit: contain;
}
.change_about .wrap .flex{
    margin: 87px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.change_about .wrap .flex .rote{
    width: 250px;
    height: 250px;
    position: relative;
    cursor: pointer;
}

.change_about .wrap .flex .rote img{
    width: 100%;
    object-fit: contain;
    animation: 15s more infinite linear;
}
.change_about .wrap .flex .rote svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 19px;
    height: fit-content;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
.change_about .wrap .flex .r{
    width: 610px;
    margin: 67px 0 0 0;
}
.change_about .wrap .flex .r .c1 .list:not(:last-child){
    margin: 0 0 45px;
}

.change_about .wrap .flex .r .c1 .list h1{
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 16px;
}
.change_about .wrap .flex .r .c1 .list p{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}
.change_about .wrap .flex .r .end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 49px 0 0 0;
}
.change_about .wrap .flex .r .end .more{
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}
.change_about .wrap .flex .r .end p{
    font-weight: bold;
    font-size: 16px;
    color: #049E48;
    margin: 0 8px 0 0;
}
.change_about .wrap .flex .r .end img{
    width: 20px;
}

.fixed_message{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
.fixed_message.on{
    opacity: 1;
    pointer-events: auto;
}
.fixed_message.on .content{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}
.fixed_message .block{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
}
.fixed_message .content{
    width: 800px;
    height: 640px;
    position: relative;
    z-index: 4;
    padding: 98px 93px 109px 90px;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
}
.fixed_message .content .clone{
    width: 40px;
    height: 40px;
    background: #049E48;
    border-radius: 50%;
    position: absolute;
    right: 41px;
    top: 35px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
}
.fixed_message .content .clone:hover{
    transform: scale(1.1);
}
.fixed_message .content .clone:hover svg{
    transform: rotate(-180deg);
}
.fixed_message .content .clone svg{
    width: 18px;
    height: 18px;
    transition: .6s ease;
}
.fixed_message .content h1{
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 40px;
}
.fixed_message .content p{
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 32px;
}
.fixed_message .content .common_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
/**/

@media screen and (max-width: 1919px) {
    /**/
    .change_about{
        padding: 2.8125vw 0 4.166666666666667vw 0;
    }
    .change_about .wrap{
        width: 78%;
        /* 78 94*/
        /*width: 1800px;*/
        margin: auto;
        position: relative;
        z-index: 1;
        padding: 7.65625vw 11.145833333333334vw 6.145833333333334vw 8.28125vw;
        border-radius: 20px;
        overflow: hidden;
    }
    .change_about .wrap .w{
        width: 72.9166666667vw;
        margin: auto;
    }
    .change_about .wrap .common_bg{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .change_about .wrap .last_logo{
        height: 4.166666666666667vw;
        margin: 0 0 0 2.135416666666667vw;
    }
    .change_about .wrap .last_logo img{
        height: 100%;
        object-fit: contain;
    }
    .change_about .wrap .flex{
        margin: 4.53125vw 0 0 0;
        display: flex;
        justify-content: space-between;
    }

    .change_about .wrap .flex .rote{
        width: 13.020833333333334vw;
        height: 13.020833333333334vw;
        position: relative;
        cursor: pointer;
    }

    .change_about .wrap .flex .rote img{
        width: 100%;
        object-fit: contain;
        animation: 15s more infinite linear;
    }
    .change_about .wrap .flex .rote svg{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 0.9895833333333334vw;
        height: fit-content;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
    }
    .change_about .wrap .flex .r{
        width: 31.770833333333336vw;
        margin: 3.4895833333333335vw 0 0 0;
    }
    .change_about .wrap .flex .r .c1 .list:not(:last-child){
        margin: 0 0 2.34375vw;
    }

    .change_about .wrap .flex .r .c1 .list h1{
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111;
        margin: 0 0 0.8333333333333334vw;
    }
    .change_about .wrap .flex .r .c1 .list p{
        font-weight: 400;
        font-size: 0.8333333333333334vw;
        color: #111111;
    }
    .change_about .wrap .flex .r .end{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 2.5520833333333335vw 0 0 0;
    }
    .change_about .wrap .flex .r .end .more{
        display: flex;
        align-items: center;
        width: fit-content;
        cursor: pointer;
    }
    .change_about .wrap .flex .r .end p{
        font-weight: bold;
        font-size: 0.8333333333333334vw;
        color: #049E48;
        margin: 0 0.4166666666666667vw 0 0;
    }
    .change_about .wrap .flex .r .end img{
        width: 1.0416666666666667vw;
    }

    .fixed_message{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: 1s;
    }
    .fixed_message.on{
        opacity: 1;
        pointer-events: auto;
    }
    .fixed_message.on .content{
        opacity: 1;
        transform: translateY(0);
        transition-delay: .2s;
    }
    .fixed_message .block{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.4);
    }
    .fixed_message .content{
        width: 41.66666666666667vw;
        height: 33.333333333333336vw;
        position: relative;
        z-index: 4;
        padding: 5.104166666666667vw 4.84375vw 5.677083333333334vw 4.6875vw;
        opacity: 0;
        transform: translateY(20px);
        transition: 1s;
    }
    .fixed_message .content .clone{
        width: 2.0833333333333335vw;
        height: 2.0833333333333335vw;
        background: #049E48;
        border-radius: 50%;
        position: absolute;
        right: 2.135416666666667vw;
        top: 1.8229166666666667vw;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s ease;
    }
    .fixed_message .content .clone:hover{
        transform: scale(1.1);
    }
    .fixed_message .content .clone:hover svg{
        transform: rotate(-180deg);
    }
    .fixed_message .content .clone svg{
        width: 0.9375vw;
        height: 0.9375vw;
        transition: .6s ease;
    }
    .fixed_message .content h1{
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0 2.0833333333333335vw;
    }
    .fixed_message .content p{
        font-weight: 400;
        font-size: 0.9375vw;
        color: #444444;
        line-height: 1.6666666666666667vw;
    }
    .fixed_message .content .common_bg{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    /**/
}

@media screen and (max-width: 1540px) {

    .about .wrap .top .content {
        font-size: 0.9vw;
        line-height: 1.83vw;
    }

    .about2 .wrap .top .text{
        width: 41vw;
        font-size: 1.2vw;
        line-height: 2.08vw;
    }

    .last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .jump .pick{
        font-size: 0.8vw;
        line-height: 2.08vw;
    }
}

@media screen and (max-width: 1024px) {
    .about .wrap .top .title .position{
        display: none;
    }

    .about .wrap .top{
        width: 90%;
        flex-direction: column;
    }
    .about .wrap{
        margin: 50px auto;
    }
    .about .wrap .top .title img{
        width: 25px;
        margin: 0 10px 0 0;
    }
    .about .wrap .top .title p{
        font-size: 24px;
    }
    .about .wrap .top .content{
        width: 100%;
        margin: 25px 0 0 0;
        font-size: 14px;
        line-height: 2;
    }

    .about2{
        border-radius: 0;
        padding: 35px 0;
    }
    .about2 .wrap{
        width: 90%;
        margin: auto;
    }
    .about2 .wrap .top{
        flex-direction: column;
    }
    .about2 .wrap .top .title{
        margin: 0 0 25px;
    }
    .about2 .wrap .top .title img{
        width: 25px;
        margin: 0 10px 0 0;
    }
    .about2 .wrap .top .title p{
        font-size: 24px;
    }
    .about2 .wrap .top .text{
        width: 100%;
        font-size: 14px;
        line-height: 2;
    }

    .about2 .wrap .content{
        margin: 30px 0 0 0;
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
    .about2 .wrap .content .item{
        height: auto;
    }
    .about2 .wrap .content .item .joke .svg{
        display: none;
    }
    .about2 .wrap .content .item .joke{
        border-radius: 5px;
        padding: 25px 10px;
        border: 1px solid rgba(255,255,255,.2);
    }
    .about2 .wrap .content .item .joke .headline h5{
        font-size: 18px;
        line-height: 1;
        margin: 0 0 5px;
    }
    .about2 .wrap .content .item .joke .headline p{
        font-size: 12px;
    }
    .about2 .wrap .content .item .joke .bottom{
        position: static;
        transform: none;
        margin: 20px 0 0 0;
    }
    .about2 .wrap .content .item .joke .bottom .display .circle{
        width: 25px;
        height: 25px;
        font-size: 12px;
        margin: 0 10px 0 0;
        line-height: 25px;
    }
    .about2 .wrap .content .item .joke .bottom .display{
        margin: 0 0 10px;
    }
    .about2 .wrap .content .item .joke .bottom .display p{
        font-size: 14px;
    }
    .about2 .wrap .content .item .joke .bottom .pick{
        font-size: 14px;
        line-height: 1.8;
        opacity: 1;
        color: #fff;
    }
    .about2 .wrap .content .item:hover .joke .bottom .pick{
        color: #666;
    }
    .about3 .wrap{
        width: 90%;
        margin: 35px auto ;
    }
    .about3 .wrap .top .title{
        margin: 0 0 25px;
    }
    .about3 .wrap .top .title img{
        width: 25px;
        margin: 0 10px 0 0;
    }
    .about3 .wrap .top .title p{
        font-size: 24px;

    }
    .about2,.about3{
        margin-top: 0;
    }
    .about3 .wrap .top .pick{
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
    }
    .about3 .wrap .top{
        margin: 0 0 25px;
    }
    .about3 .position{
        display: none;
    }
    .about3 .wrap .bottom{
        flex-direction: column;
    }
    .about3 .wrap .bottom .l{
        width: 100%;
        margin: 0;
    }
    .about3 .wrap .bottom .l div{
        font-size: 13px;
        line-height: 35px;
    }
    .about3 .wrap .bottom .r {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }

    .last_section1 .wrap{
        width: 90%;
    }
    .last_section1 .wrap .title img{
        width: 25px;
        margin: 0 10px 0 0;
    }
    .last_section1 .wrap .title p{
        font-size: 24px;
    }
    .last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .jump{
        flex-direction: column-reverse;
        padding: 25px 15px;
    }
    .last_section1 .wrap .content .top .last1_swiper .swiper-slide{
        padding: 0 0 20px;
    }

    .last_section1 .wrap .content{
        margin: 25px 0 0 0;
    }
    .last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .jump .pick{
        font-size: 12px;
        line-height: 2;
    }
    .last_section1 .wrap .content .top{
        display: none;
    }
    .last_section1 .wrap .content .bottom {
        margin: 30px auto 0;
        width: 100%;
    }
    .last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .jump .year{
        font-size: 32px;
    }
    .last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .y_1 {
        width: 17px;
        left: 5%;
    }
    .last_section1 .wrap .content .bottom .last2_swiper .swiper-slide .y_2 {
        width: 17px;
        right: 5%;
    }
    .last_section1 .wrap .content .bottom .last2_swiper{
        /*width: 157vw;*/
        width: 100%;

    }
    .last_section1 .wrap .content .bottom .last2_swiper .swiper-slide{
        padding: 10px 0;
    }
    .last_section1{
        padding: 35px 0;
    }
    .last_section2{
        padding: 50px 0;
        background: #ECEFF2;
    }
    .last_section2 .wrap .title{
        width: 90%;
        transform: translateX(0);
        position: static;
        margin: auto;
    }
    .last_section2 .wrap .img .fix .img_list{
        position: static;
        transform: none!important;
        opacity: 1!important;
    }
    .last_section2 .wrap .title img{
        width: 25px;
        margin: 0 10px 0 0;
    }
    .last_section2 .wrap .title p{
        font-size: 24px;
    }

    .last_section2 .wrap .top{
        display: none;
    }

    .last_section2 .wrap .img .fix{
        height: auto;
    }
    .last_section2 .wrap .img{
        height: auto;
    }

    .last_section2 .wrap .img .fix{
        transform: none!important;
    }

    .about .wrap .img .play{
        width: 40px;
        height: 40px;
    }
    .about .wrap .img .play svg{
        width: 14px;
        height: 14px;
    }
    .about .wrap .img .position p{
        font-size: 14px;
        margin: 5px 0 0 0;
    }

    /**/
    .change_about{
        padding: 35px 0;

    }
    .change_about .wrap{
        width: 90% !important;
        border-radius: 1.04vw;
    }
    .about2:after{
        width: 100%;
    }
    .change_about .wrap{
        padding: 30px 0;
    }
    .change_about .wrap .w{
        width: 90%;
    }
    .change_about .wrap .last_logo{
        height: 44px;
        margin: 15px 0 0 0;
    }
    .change_about .wrap .flex{
        margin: 30px 0 0 0;
        flex-direction: column;
    }
    .change_about .wrap .flex .rote{
        width: 122px;
        height: 122px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .change_about .wrap .flex .rote svg{
        width: 12px;
    }
    .change_about .wrap .flex .r{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .change_about .wrap .flex .r .c1 .list h1{
        font-size: 18px;
        margin: 0 0 15px;
    }
    .change_about .wrap .flex .r .c1 .list p{
        font-size: 14px;
    }
    .change_about .wrap .flex .r .c1 .list:not(:last-child){
        margin: 0 0 25px;
    }
    .change_about .wrap .flex .r .end{
        margin: 25px 0 0 0;
        justify-content: unset;
    }
    .change_about .wrap .flex .r .end .more p{
        font-size: 14px;
        margin: 0 5px 0 0;
    }
    .change_about .wrap .flex .r .end .more img{
        width: 20px;
    }
    .fixed_message .content{
        width: 90%;
        height: auto;
        border-radius: 10px;
        padding: 65px 5% 25px 5%;
    }
    .fixed_message .content h1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .fixed_message .content p{
        font-size: 12px;
        line-height: 1.6;
    }
    .fixed_message .content .clone{
        width: 35px;
        height: 35px;
        right: 5%;
        top: 15px;
    }
    .fixed_message .content .clone svg{
        width: 10px;
        height: 10px;
    }
    .about2 .wrap .content .item .joke .bottom .pick{
        height: auto;
        color: #333!important;
        margin: 15px 0 0 0;
    }
    .about2 .wrap .content .item:hover .joke .bottom .pick{
        color: #fff!important;
    }
}<!--0.00016212463378906-->