@keyframes rote {
    100% {
        transform: translateX(-50%) rotate(360deg)
    }
}

.experience {
    background: #000;
    height: calc(100vh + 1500px)
}

.experience .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.experience .fix .wrap .title {
    text-align: center
}

.experience .fix .wrap .title .p1 {
    color: #FFF;
    font-size: .83333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.experience .fix .wrap .title .p2 {
    width: fit-content;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: .72917vw auto 0;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.experience .fix .wrap .content {
    margin: 2.96875vw 0 0 0;
    position: relative;
    z-index: 2
}

.experience .fix .wrap .content .con_item1 {
    transform: translateY(14.16667vw);
    z-index: 11;
    position: relative
}

.experience .fix .wrap .content .con_item1 .lList .jump .other {
    opacity: 0;
    transition: .3s ease
}

.experience .fix .wrap .content .con_item2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: 15.625vw;
    opacity: 0
}

.experience .fix .wrap .content .con_item2 .lList .jump .animate_y {
    top: 48%;
    background: linear-gradient(0deg, rgba(19, 129, 255, 0.2) 0%, #333B44 176.87%)
}

.experience .fix .wrap .content .tu3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 8.75vw
}

.experience .fix .wrap .content .p1 {
    color: #FFF;
    font-size: .83333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 .67708vw
}

.experience .fix .wrap .content .lList {
    width: 8.22917vw;
    height: 8.22917vw;
    margin: auto;
    position: relative;
    display: block;
    z-index: 1;
    border-radius: 50%
}

.experience .fix .wrap .content .lList .tu2 {
    position: absolute;
    width: 148%;
    height: 148%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
    z-index: 1;
    max-height: unset
}

.experience .fix .wrap .content .lList .jump {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
    position: relative
}

.experience .fix .wrap .content .lList .jump .a1 {
    width: 100%;
    height: 100%
}

.experience .fix .wrap .content .lList .jump .animate_y {
    width: 15.625vw;
    height: 15.625vw;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(19, 129, 255, 0) 0%, #1381FF 114.31%);
    box-shadow: 0px 0px 14px 0px #FFF inset;
    animation: rote 10s linear infinite;
    border-radius: 35%;
    z-index: 2
}

.experience .fix .wrap .content .lList .jump .other {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center
}

.experience .fix .wrap .content .lList .jump .other .bor {
    display: flex;
    width: 3.69792vw;
    padding: 0px .88542vw;
    justify-content: center;
    align-items: center;
    gap: .10417vw;
    border-radius: .26042vw;
    border: 1px solid #000;
    margin: .26042vw auto 0
}

.experience .fix .wrap .content .lList .jump .other .bor svg {
    width: .41667vw;
    height: .625vw
}

.experience .fix .wrap .content .lList .jump .other .bor p {
    color: #000;
    font-size: .83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize
}

.experience .fix .wrap .content .lList .jump .other .dis {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.experience .fix .wrap .content .lList .jump .other .dis span {
    color: #000;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize
}

.experience .fix .wrap .content .lList .jump .other .dis .dw {
    color: #000;
    font-size: .83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    top: -.52083vw;
    margin: 0 0 0 .26042vw
}

.experience .fix .wrap .content .img {
    width: 72.91667vw;
    margin: -4.6875vw auto 0;
    display: block
}

body {
    background: #000;
    overflow-x: hidden
}

.dialog_form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    background: white;
    display: none
}

.dialog_form .content {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 10.41667vw;
    bottom: 3.85417vw
}

.dialog_form .content .close {
    position: absolute;
    right: 10.41667vw;
    top: -.3125vw;
    cursor: pointer;
    width: 2.08333vw;
    height: 2.08333vw;
    border-radius: 50%;
    background: #005CB9;
    display: flex;
    align-items: center;
    justify-content: center
}

.dialog_form .content .close svg {
    width: .83333vw;
    display: block;
    height: auto
}

.dialog_form .content .t {
    font-size: 1.25vw;
    font-weight: 600
}

.dialog_form .content .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.dialog_form .content .form .item {
    width: 47%;
    margin-top: 1.04167vw
}

.dialog_form .content .form .item .sr {
    position: relative
}

.dialog_form .content .form .item .sr .tip {
    position: absolute;
    left: .72917vw;
    top: .83333vw;
    font-size: 1.25vw;
    color: #000;
    pointer-events: none;
    font-weight: 500
}

.dialog_form .content .form .item .sr .tip span {
    color: #F00
}

.dialog_form .content .form .item .sr input {
    width: 100%;
    outline: none;
    border: .05208vw solid #DBDBDB;
    height: 3.4375vw;
    padding: 1.19792vw .72917vw;
    border-radius: 1.04167vw;
    background: rgba(255, 255, 255, 0.5);
    font-size: 1.25vw;
    color: #000;
    font-weight: 500
}

.dialog_form .content .form .item .sr .d1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: .05208vw solid #DBDBDB;
    height: 3.4375vw;
    padding: 1.19792vw .72917vw;
    border-radius: 1.04167vw;
    background: rgba(255, 255, 255, 0.5);
    font-size: 1.25vw;
    color: #000;
    cursor: pointer;
    font-weight: 500
}

.dialog_form .content .form .item .sr .d1 .icon svg {
    display: block;
    width: 1.77083vw
}

.dialog_form .content .form .item .sr .d2 {
    position: absolute;
    left: 0;
    top: 105%;
    border-radius: 1.04167vw;
    padding: .36458vw .57292vw .72917vw .57292vw;
    background: #005CB9;
    width: 100%;
    z-index: 10;
    display: none
}

.dialog_form .content .form .item .sr .d2 p {
    padding: .20833vw 1.45833vw;
    color: #FFF;
    cursor: pointer;
    font-size: .83333vw;
    line-height: 1.5;
    transition: all 600ms;
    border-radius: 1.04167vw
}

.dialog_form .content .form .item .sr .d2 p:hover {
    background: #FFF;
    color: #005CB9
}

.dialog_form .content .form .item .sr .d2 .write {
    padding: .20833vw 1.45833vw;
    display: flex;
    justify-content: space-between
}

.dialog_form .content .form .item .sr .d2 .write span {
    font-size: .83333vw;
    color: #FFF;
    width: 3.02083vw
}

.dialog_form .content .form .item .sr .d2 .write .tx {
    width: calc(100% - 3.125vw);
    border-bottom: .05208vw solid white
}

.dialog_form .content .form .item .sr .d2 .write .tx input {
    background: transparent;
    outline: none;
    border: none;
    color: white;
    height: 1.14583vw;
    padding: 0;
    font-size: .83333vw;
    font-weight: 400;
    border-radius: 0
}

.dialog_form .content .form .item .sr textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 14.63542vw;
    padding: 1.19792vw .72917vw;
    border-radius: 1.04167vw;
    border: .05208vw solid #DBDBDB;
    line-height: 1.5;
    font-size: 1.25vw;
    color: #000;
    resize: none;
    font-weight: 500
}

.dialog_form .content .form .item .sr textarea::placeholder {
    color: rgba(255, 255, 255, 0.66)
}

.dialog_form .content .form .item:nth-child(2) {
    z-index: 2
}

.dialog_form .content .form .item:nth-child(4) {
    z-index: 1
}

.dialog_form .content .form .msg {
    width: 100%
}

.dialog_form .content .form .btn {
    width: 10.41667vw;
    height: 2.5vw;
    border-radius: 1.04167vw;
    background: #005CB9;
    margin: 3.125vw auto 0 auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: .83333vw;
    transition: all 600ms;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase
}

.dialog_form .content .form .btn:hover {
    background: #000;
    color: white
}

.dialog_success {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.dialog_success .content {
    border-radius: 1.04167vw;
    background: #F4F4F4;
    width: 62.5vw;
    padding: 3.125vw 0;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.6875vw
}

.dialog_success .content .close {
    position: absolute;
    right: 1.25vw;
    top: 1.25vw;
    cursor: pointer;
    width: 2.08333vw;
    height: 2.08333vw;
    border-radius: 50%;
    background: #005CB9;
    display: flex;
    align-items: center;
    justify-content: center
}

.dialog_success .content .close svg {
    width: .83333vw;
    display: block;
    height: auto
}

.dialog_success .content .logo img {
    vertical-align: middle;
    width: 3.125vw
}

.dialog_success .content .p1 {
    margin: 1.25vw 0;
    color: #000;
    font-size: 1.66667vw;
    font-weight: 600
}

.dialog_success .content .des {
    color: #000;
    font-size: .83333vw;
    width: 32.86458vw;
    margin: 0 auto
}

.dialog_success .content .contact {
    padding: .625vw 2.8125vw;
    width: fit-content;
    border-radius: 1.04167vw;
    border: .05208vw solid #005CB9;
    font-size: .83333vw;
    color: #005CB9;
    display: block;
    line-height: 1.5;
    transition: all 600ms;
    margin: 3.125vw auto
}

.dialog_success .content .contact:hover {
    background: #005CB9;
    color: white
}

.dialog_success .content .codes {
    display: flex;
    justify-content: center
}

.dialog_success .content .codes .item {
    margin: 0 2.44792vw
}

.dialog_success .content .codes .item .pic img {
    width: 8.22917vw;
    vertical-align: middle;
    object-fit: cover
}

.dialog_success .content .codes .item p {
    color: #000;
    font-size: 1.04167vw;
    font-weight: 500;
    margin-top: .625vw
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.banner .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.banner .text h5 {
    color: #FFF;
    font-size: 3.33333vw;
    font-weight: 600;
    line-height: 1.125;
    text-transform: uppercase
}

.banner .text p {
    color: #FFF;
    font-size: 1.66667vw;
    font-weight: 400;
    text-transform: capitalize;
    margin: .41667vw 0 1.19792vw
}

.banner .text .flex {
    display: flex;
    justify-content: center
}

.banner .text .flex a {
    display: flex;
    width: 8.33333vw;
    height: 2.1875vw;
    justify-content: center;
    align-items: center;
    border-radius: 1.04167vw;
    background: #FFF;
    transition: 0.6s;
    margin: 0 1.04167vw;
    color: #005CB9;
    font-size: .83333vw;
    font-weight: 400;
    text-transform: capitalize
}

.banner .text .flex a:hover {
    background: #005CB9;
    color: #FFF
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.6s;
    z-index: 3
}

.play svg {
    width: 7.91667vw
}

.play svg circle {
    transition: 0.6s
}

.play:hover svg circle {
    fill: #005CB9 !important;
    opacity: 1 !important
}

.play video {
    display: none
}

.sec1 {
    height: calc(100vh + 100vw)
}

.sec1 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec1 .fix .wrap {
    width: 71.875vw;
    text-align: center
}

.sec1 .fix .wrap .title {
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec1 .fix .wrap .text {
    width: 62.5vw;
    margin: 1.04167vw auto 1.19792vw;
    text-align: center;
    font-size: .83333vw;
    font-weight: 400;
   
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec1 .fix .wrap .img {
    width: 34.89583vw;
    margin: 0 auto 0vw
}

.sec1 .fix .wrap .img img {
    width: 100%
}

.sec1 .fix .wrap .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sec1 .fix .wrap .flex .item {
    width: 10.26042vw;
    margin: 2.08333vw 0 0
}

.sec1 .fix .wrap .flex .item .icon {
    width: 3.4375vw;
    margin: 0 auto .625vw;
    transition: 0.6s
}

.sec1 .fix .wrap .flex .item .icon img {
    width: 100%
}

.sec1 .fix .wrap .flex .item p {
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.3125
}

.sec1 .fix .wrap .flex .item:hover .icon {
    transform: rotateY(360deg)
}

.sec1 .fix .cir {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    clip-path: circle(0 at 50% 50%)
}

.sec1 .fix .cir>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec1 .fix .cir .play {
    pointer-events: none;
    opacity: 0
}

.sec1 .fix .cir .play.on {
    opacity: 1;
    pointer-events: auto
}

.sec2 {
    padding: 4.16667vw 0 0
}

.sec2 .wrap {
    width: 72.91667vw;
    margin: 0 auto
}

.sec2 .wrap .title {
    color: #FFF;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize
}

.sec2 .wrap .title span {
    background: var(--Linear, linear-gradient(128deg, #005CB9 9.79%, #113A68 71.96%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec2 .wrap>.text {
    width: 42.8125vw;
    margin: 1.25vw 0 1.875vw
}

.sec2 .wrap>.text p {
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400;
    
}

.sec2 .wrap .swiper_control {
    display: flex;
    align-items: center;
    margin-bottom: 1.875vw
}

.sec2 .wrap .swiper_control .item {
    width: 9.27083vw;
    height: 2.8125vw;
    border-radius: 1.04167vw;
    border: .05208vw solid #3A4262;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: .83333vw;
    font-weight: 400;
    transition: 0.6s;
    margin-right: 1.875vw;
    cursor: pointer
}

.sec2 .wrap .swiper_control .item:hover,
.sec2 .wrap .swiper_control .item.on {
    background: #3A4262;
    font-weight: 600
}

.sec2 .wrap .swiper {
    width: 100%
}

.sec2 .wrap .swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    background: #000
}

.sec2 .wrap .swiper .swiper-slide .l {
    width: 20.83333vw;
    opacity: 0;
    pointer-events: none
}

.sec2 .wrap .swiper .swiper-slide .l .l_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 1.25vw;
    opacity: 0.4;
    transition: 0.6s
}

.sec2 .wrap .swiper .swiper-slide .l .l_item .img {
    width: 6.45833vw;
    height: 6.45833vw;
    display: flex;
    align-items: center;
    margin-right: 1.25vw
}

.sec2 .wrap .swiper .swiper-slide .l .l_item .img img {
    width: 100%;
    height: 100%
}

.sec2 .wrap .swiper .swiper-slide .l .l_item p {
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400
}

.sec2 .wrap .swiper .swiper-slide .l .l_item:hover,
.sec2 .wrap .swiper .swiper-slide .l .l_item.on {
    opacity: 1
}

.sec2 .wrap .swiper .swiper-slide .r {
    width: 45.3125vw;
    position: relative;
    opacity: 0
}

.sec2 .wrap .swiper .swiper-slide .r .r_item {
    opacity: 0
}

.sec2 .wrap .swiper .swiper-slide .r .r_item .img {
    width: 45.3125vw;
    height: 26.66667vw;
    border-radius: 1.25vw;
    background: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.875vw
}

.sec2 .wrap .swiper .swiper-slide .r .r_item .img img {
    height: 90%;
    max-width: 70%
}

.sec2 .wrap .swiper .swiper-slide .r .r_item .text {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec2 .wrap .swiper .swiper-slide .r .r_item .text .text_l {
    width: 15.10417vw
}

.sec2 .wrap .swiper .swiper-slide .r .r_item .text .text_l h4 {
    color: #FFF;
    font-size: 1.66667vw;
    font-weight: 500;
    text-transform: capitalize
}

.sec2 .wrap .swiper .swiper-slide .r .r_item .text .text_l h5 {
    color: #FFF;
    font-size: 1.25vw;
    font-weight: 400;
    margin: .625vw 0 0
}

.sec2 .wrap .swiper .swiper-slide .r .r_item .text p {
    width: 28.17708vw;
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400
}

.sec2 .wrap .swiper .swiper-slide .r .r_item:not(:nth-child(1)) {
    position: absolute;
    top: 0
}

.sec2 .wrap .swiper .swiper-slide .r .r_item.on {
    opacity: 1;
    transition: 0.6s
}

.sec2 .wrap .swiper .swiper-slide.swiper-slide-active .l,
.sec2 .wrap .swiper .swiper-slide.swiper-slide-active .r {
    opacity: 1;
    pointer-events: auto;
    transition: 0.6s
}

.sec3 {
    padding: 8.33333vw 0 0
}

.sec3 .wrap {
    width: 72.91667vw;
    margin: 0 auto
}

.sec3 .wrap .title {
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400;
    text-align: center
}

.sec3 .wrap .title1 {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: .72917vw 0 2.5vw
}

.sec3 .wrap .swiper {
    width: 100%
}

.sec3 .wrap .swiper .swiper-slide {
    position: relative;
    opacity: 0 !important;
    pointer-events: none
}

.sec3 .wrap .swiper .swiper-slide .img {
    width: 100%;
    height: 27.65625vw;
    border-radius: 1.04167vw;
    overflow: hidden
}

.sec3 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec3 .wrap .swiper .swiper-slide .img:hover img {
    transform: scale(1.1)
}

.sec3 .wrap .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto;
    transition: 0.6s
}

.sec3 .wrap .swiper_control {
    display: flex;
    justify-content: center;
    margin: 1.875vw 0 0
}

.sec3 .wrap .swiper_control .item {
    margin: 0 1.5625vw
}

.sec3 .wrap .swiper_control .item .btn {
    width: fit-content;
    min-width: 9.27083vw;
    height: 2.8125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.04167vw;
    border: .05208vw solid #fff;
    white-space: nowrap;
    margin: 0 auto 1.25vw;
    padding: 0 1.30208vw;
    cursor: pointer;
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400;
    text-align: center;
    transition: 0.6s
}

.sec3 .wrap .swiper_control .item .btn:hover {
    border: .05208vw solid #005CB9;
    background: #005CB9
}

.sec3 .wrap .swiper_control .item p {
    color: #FFF;
    text-align: center;
    font-size: .83333vw;
    font-weight: 400;
    text-transform: capitalize
}

.sec3 .wrap .swiper_control .item.on .btn {
    border: .05208vw solid #005CB9;
    background: #005CB9
}

.sec4 {
    padding: 17.1875vw 0 0
}

.sec4 .wrap {
    width: 72.91667vw;
    margin: 0 auto
}

.sec4 .wrap .img {
    width: 100%;
    border-radius: 1.04167vw;
    overflow: hidden;
    margin-bottom: 2.5vw;
    position: relative
}

.sec4 .wrap .img img {
    width: 100%;
    transition: 1s
}

.sec4 .wrap .img:hover img {
    transform: scale(1.1)
}

.sec4 .wrap h5 {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec5 {
    padding: 14.0625vw 0 2.8125vw
}

.sec5 .wrap {
    width: 72.91667vw;
    margin: 0 auto
}

.sec5 .wrap .title {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec5 .wrap .title1 {
    text-align: center;
    font-size: 1.66667vw;
    font-weight: 500;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: .20833vw 0 .9375vw
}

.sec5 .wrap .text {
    width: 42.8125vw;
    text-align: center;
    font-size: .83333vw;
    font-weight: 400;
   
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 2.5vw
}

.sec5 .wrap .img {
    width: 100%;
    border-radius: 1.04167vw;
    overflow: hidden;
    position: relative
}

.sec5 .wrap .img img {
    width: 100%;
    transition: 1s
}

.sec5 .wrap .img:hover img {
    transform: scale(1.1)
}

.sec5 .wrap .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.8125vw 0 0
}

.sec5 .wrap .flex .item {
    width: 6.51042vw;
    margin: 0 2.08333vw
}

.sec5 .wrap .flex .item .icon {
    width: 3.4375vw;
    margin: 0 auto .625vw;
    transition: 0.6s
}

.sec5 .wrap .flex .item .icon img {
    width: 100%
}

.sec5 .wrap .flex .item p {
    text-align: center;
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.3125
}

.sec5 .wrap .flex .item:hover .icon {
    transform: rotateY(360deg)
}

.sec6 {
    width: 100vw;
    height: 100vh;
    position: relative
}

.sec6 .swiper {
    width: 100%;
    height: 100%;
    position: relative
}

.sec6 .swiper .swiper-slide {
    width: 100%;
    height: 100%
}

.sec6 .swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    opacity: 0
}

.sec6 .swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec6 .swiper .swiper-slide .text {
    position: absolute;
    top: 5.36458vw;
    width: 100%;
    text-align: center;
    z-index: 2;
    transform: translateY(1.5625vw);
    opacity: 0
}

.sec6 .swiper .swiper-slide .text h5 {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}


.sec6 .swiper .swiper-slide .text p {
    width: 42.8125vw;
    text-align: center;
    font-size: .83333vw;
    font-weight: 400;
    
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.25vw auto 0
}

.sec6 .swiper .swiper-slide .text .black{
    color:#000;
    -webkit-text-fill-color:#000;
}

.sec6 .swiper .swiper-slide .text .black p{
    color:#000;
    -webkit-text-fill-color:#000;
}


.sec6 .swiper .swiper-slide.swiper-slide-active .img {
    opacity: 1;
    transition: 0.6s
}

.sec6 .swiper .swiper-slide.swiper-slide-active .text {
    transform: translateY(0vw);
    opacity: 1;
    transition: 0.6s
}

.sec6 .swiper_control {
    width: fit-content;
    padding: .3125vw;
    display: flex;
    border-radius: 1.30208vw;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(.41667vw);
    position: absolute;
    bottom: 7.60417vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.sec6 .swiper_control .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.5625vw;
    height: 2.8125vw;
    border-radius: 1.04167vw;
    cursor: pointer;
    transition: 0.6s;
    opacity: 0.5
}

.sec6 .swiper_control .item:not(:nth-last-child(1)) {
    margin-right: .3125vw
}

.sec6 .swiper_control .item .icon {
    width: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    position: relative;
    margin-right: .36458vw
}

.sec6 .swiper_control .item .icon img {
    width: 100%;
    transition: 0.6s;
    opacity: 0
}

.sec6 .swiper_control .item .icon img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
}

.sec6 .swiper_control .item p {
    color: #fff;
    font-size: .83333vw;
    font-weight: 600
}

.sec6 .swiper_control .item:hover {
    opacity: 1
}

.sec6 .swiper_control .item.on {
    opacity: 1 !important;
    background: #005CB9
}

.sec6 .swiper_control .item.on .icon img {
    opacity: 1
}

.sec6 .swiper_control .item.on .icon img:nth-child(2) {
    opacity: 0
}

.sec7 {
    padding: 11.82292vw 0 7.39583vw
}

.sec7 .wrap {
    width: 72.91667vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec7 .wrap .l {
    width: 36.45833vw
}

.sec7 .wrap .l .title {
    color: #005CB9;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize
}

.sec7 .wrap .l .title1 {
    color: #FFF;
    font-size: 1.66667vw;
    font-weight: 500;
    text-transform: capitalize;
    margin: .26042vw 0 3.17708vw
}

.sec7 .wrap .l .text {
    width: 30.46875vw;
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400;
    
}

.sec7 .wrap .r {
    width: 31.14583vw
}

.sec7 .wrap .r img {
    width: 100%
}

.sec8 {
    padding: 5.26042vw 0 0
}

.sec8 .wrap {
    width: 72.91667vw;
    margin: 0 auto
}

.sec8 .wrap .title {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec8 .wrap .title1 {
    text-align: center;
    font-size: 1.66667vw;
    font-weight: 500;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: .20833vw 0 2.5vw
}

.sec8 .wrap .img {
    width: 100%;
    border-radius: 1.04167vw;
    overflow: hidden;
    margin-bottom: 2.5vw
}

.sec8 .wrap .img img {
    width: 100%;
    transition: 1s
}

.sec8 .wrap .img:hover img {
    transform: scale(1.1)
}

.sec8 .wrap .text p {
    text-align: center;
    font-size: .83333vw;
    font-weight: 400;
    
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 .72917vw
}

.sec9 {
    padding: 13.54167vw 0 0
}

.sec9 .wrap {
    width: 72.91667vw;
    margin: 0 auto
}

.sec9 .wrap .title {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 3.22917vw
}

.sec9 .wrap .swiper {
    width: 100%
}

.sec9 .wrap .swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 27.1875vw;
    border-radius: 1.30208vw;
    background: rgba(255, 255, 255, 0.04);
    padding: .625vw
}

.sec9 .wrap .swiper .swiper-slide .l {
    width: 25.9375vw;
    height: 25.9375vw;
    border-radius: 1.04167vw;
    opacity: 0;
    overflow: hidden
}

.sec9 .wrap .swiper .swiper-slide .l img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec9 .wrap .swiper .swiper-slide .l:hover img {
    transform: scale(1.1)
}

.sec9 .wrap .swiper .swiper-slide .r {
    width: 44.27083vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3.125vw 1.04167vw
}

.sec9 .wrap .swiper .swiper-slide .r .r_item {
    opacity: 0;
    transform: translateY(1.5625vw)
}

.sec9 .wrap .swiper .swiper-slide .r .r_item .img {
    width: 90%;
    height: 7.86458vw;
    margin: 0 auto 1.14583vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec9 .wrap .swiper .swiper-slide .r .r_item .img img {
    width: 90%;
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    border-radius: 15px;
}

.sec9 .wrap .swiper .swiper-slide .r .r_item p {
    color: #FFF;
    font-size: .83333vw;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
    transition: 0.6s
}

.sec9 .wrap .swiper .swiper-slide .r .r_item:hover .img img {
    transform: scale(1.1)
}

.sec9 .wrap .swiper .swiper-slide .r .r_item:hover p {
    color: #005CB9
}

.sec9 .wrap .swiper .swiper-slide.swiper-slide-active .l {
    opacity: 1;
    transition: 0.6s
}

.sec9 .wrap .swiper .swiper-slide.swiper-slide-active .r .r_item {
    opacity: 1;
    transform: translateY(0)
}

.sec9 .wrap .flex {
    width: 100%;
    margin: 2.23958vw 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

.sec9 .wrap .flex .swiper_control {
    display: flex;
    align-items: center
}

.sec9 .wrap .flex .swiper_control .item {
    width: 8.95833vw;
    color: #FFF;
    font-size: 1.25vw;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.6s;
    position: relative;
    margin: 0 .78125vw;
    text-align: center;
    cursor: pointer
}

.sec9 .wrap .flex .swiper_control .item::after {
    content: "";
    width: 100%;
    height: .52083vw;
    background: #005CB9;
    position: absolute;
    bottom: -1.09375vw;
    left: 0;
    transform: scaleX(0);
    transition: 0.6s
}

.sec9 .wrap .flex .swiper_control .item:hover,
.sec9 .wrap .flex .swiper_control .item.on {
    font-weight: 600
}

.sec9 .wrap .flex .swiper_control .item:hover::after,
.sec9 .wrap .flex .swiper_control .item.on::after {
    transform: scaleX(1)
}

.sec9 .wrap .flex .swiper-pagination {
    left: 12.5vw;
    transform: translateX(-50%)
}

.sec9 .wrap .flex .swiper-pagination .swiper-pagination-bullet {
    width: 1.5625vw;
    height: .41667vw;
    border-radius: .20833vw;
    margin: 0 .3125vw;
    background: #EFEFEF;
    transition: 0.6s;
    opacity: 1
}

.sec9 .wrap .flex .swiper-pagination .swiper-pagination-bullet:hover,
.sec9 .wrap .flex .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005CB9
}

.sec10 {
    padding: 20.3125vw 0 11.30208vw;
    padding-bottom: 0
}

.sec10 .wrap {
    width: 72.91667vw;
    margin: 0 auto
}

.sec10 .wrap .title {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: capitalize;
    background: radial-gradient(59.44% 59.44% at 50% 49.93%, #fff 0%, #7E7E7E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 2.5vw
}

.sec10 .wrap .img {
    width: 100%;
    border-radius: 1.04167vw;
    overflow: hidden
}

.sec10 .wrap .img img {
    display: block;
    width: 100%;
    transition: 1s
}

.sec10 .wrap .img:hover img {
    transform: scale(1.1)
}

.sec11 {
    margin-bottom: 14.42708vw;
    height: calc(100vh + 3000px)
}

.sec11 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100vw;
    height: 100vh
}

.sec11 .fix .swiper {
    width: 100vw;
    height: 100vh
}

.sec11 .fix .swiper .swiper-slide {
    width: 100%;
    height: 100%
}

.sec11 .fix .swiper .swiper-slide img,
.sec11 .fix .swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0
}

.sec11 .fix .swiper .swiper-slide.swiper-slide-active img,
.sec11 .fix .swiper .swiper-slide.swiper-slide-active video {
    opacity: 1;
    transition: 0.6s
}

.sec11 .fix .swiper_control {
    position: absolute;
    left: 16.04167vw;
    top: 41.66667vw;
    z-index: 10
}

.sec11 .fix .swiper_control .item {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.25vw;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.6s
}

.sec11 .fix .swiper_control .item.on {
    color: #FFF
}

.sec11 .fix .swiper_control .item:not(:nth-last-child(1)) {
    margin-bottom: 2.5vw
}

.alert_video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s
}

.video_active {
    pointer-events: auto !important;
    opacity: 1 !important
}

.alert_video .joke {
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 90%
}

.alert_video .joke .video {
    width: 100%;
    height: 576px;
    display: block
}

.alert_video .joke .video video {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.alert_video .joke .close {
    margin: 0 0 0 25px;
    cursor: pointer;
    height: fit-content;
    transition: 1s
}

.alert_video .joke .close:hover {
    transform: rotate(90deg)
}

.alert_video .joke .close svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.alert_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7)
}

.alert_video.all .joke {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.alert_video.all .joke .video {
    height: 100%;
    object-fit: cover
}

.alert_video.all .close {
    position: absolute;
    top: 50px;
    right: 50px
}

.alert_video.all .joke .video video {
    object-fit: cover
}

@media screen and (max-width: 1024px) {
    .wrap {
        width: 90% !important;
        margin: 0 auto
    }

    .experience .fix .wrap {
        width: 100% !important
    }

    .experience .fix .wrap .title {
        padding: 0 5%
    }

    .experience .fix .wrap .title .p1 {
        font-size: 14px
    }

    .experience .fix .wrap .title .p2 {
        font-size: 22px;
        margin: 15px 0 0 0
    }

    .experience .fix .wrap .content {
        margin: 100px 0 0 0
    }

    .experience .fix .wrap .content .img {
        width: 170%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: unset;
        margin: -30px auto 0
    }

    .experience .fix .wrap .content .con_item.con_item1 {
        transform: translateY(100px)
    }

    .experience .fix .wrap .content .con_item.con_item2 {
        top: 160px
    }

    .experience .fix .wrap .content .con_item .p1 {
        font-size: 16px;
        margin: 0 0 15px
    }

    .experience .fix .wrap .content .con_item .lList {
        width: 25vw;
        height: 25vw
    }

    .experience .fix .wrap .content .con_item .lList .jump .animate_y {
        width: 35vw;
        height: 35vw
    }

    .experience .fix .wrap .content .con_item .lList .jump .other .dis span {
        font-size: 22px
    }

    .experience .fix .wrap .content .con_item .lList .jump .other .dis .dw {
        font-size: 15px
    }

    .experience .fix .wrap .content .con_item .lList .jump .other .bor {
        width: 60px;
        height: 21px;
        gap: 0 10px;
        border-radius: 5px
    }

    .experience .fix .wrap .content .con_item .lList .jump .other .bor svg {
        width: 7px;
        height: 11px
    }

    .experience .fix .wrap .content .con_item .lList .jump .other .bor p {
        font-size: 13px
    }

    .alert_video .joke {
        width: 90%
    }

    .alert_video:not(.all) .joke .close {
        position: absolute;
        right: 0;
        top: -57px
    }

    .alert_video .joke .video {
        height: auto
    }

    .dialog_form {
        overflow-y: scroll
    }

    .dialog_form .content {
        padding: 0 5%;
        bottom: 0;
        height: 80vh;
        position: relative;
        margin-top: 100px
    }

    .dialog_form .content .close {
        right: 5%;
        top: -25px;
        width: 20px;
        height: 20px
    }

    .dialog_form .content .close svg {
        width: 8px
    }

    .dialog_form .content .t {
        font-size: 18px
    }

    .dialog_form .content .form .item {
        width: 100%;
        margin-top: 10px
    }

    .dialog_form .content .form .item .sr .tip {
        left: 16px;
        top: 12px;
        font-size: 18px
    }

    .dialog_form .content .form .item .sr input {
        height: 50px;
        padding: 8px 16px;
        font-size: 18px
    }

    .dialog_form .content .form .item .sr textarea {
        height: 120px;
        padding: 8px 16px;
        font-size: 18px
    }

    .dialog_form .content .form .item .sr .d1 {
        height: 50px;
        padding: 8px 16px;
        font-size: 18px
    }

    .dialog_form .content .form .item .sr .d1 .icon svg {
        width: 20px
    }

    .dialog_form .content .form .item .sr .d2 p {
        padding: 5px 8px;
        font-size: 14px
    }

    .dialog_form .content .form .item .sr .d2 .write span {
        font-size: 14px;
        width: 60px
    }

    .dialog_form .content .form .item .sr .d2 .write .tx input {
        height: 20px;
        font-size: 14px
    }

    .dialog_form .content .form .btn {
        width: 150px;
        height: 48px;
        border-radius: 15px;
        margin: 25px auto;
        font-size: 14px
    }

    .dialog_success {
        overflow-y: scroll
    }

    .dialog_success .content {
        bottom: 0;
        left: 0;
        position: relative;
        margin-top: 20px;
        transform: translateX(0);
        width: 90%;
        padding: 30px 0
    }

    .dialog_success .content .close {
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px
    }

    .dialog_success .content .close svg {
        width: 8px
    }

    .dialog_success .content .logo img {
        width: 30px
    }

    .dialog_success .content .p1 {
        margin: 12px 0;
        font-size: 24px
    }

    .dialog_success .content .des {
        font-size: 16px;
        width: 80%;
        line-height: 1.6
    }

    .dialog_success .content .contact {
        padding: 6px 27px;
        border-radius: 15px;
        font-size: 16px;
        margin: 30px auto
    }

    .dialog_success .content .codes .item {
        margin: 0 20px
    }

    .dialog_success .content .codes .item .pic img {
        width: 100px
    }

    .dialog_success .content .codes .item p {
        font-size: 14px;
        margin-top: 6px
    }

    br {
        display: none
    }

    .banner .text {
        width: 90%
    }

    .banner .text h5 {
        font-size: 32px
    }

    .banner .text p {
        font-size: 24px;
        margin: 10px 0 15px
    }

    .banner .text .flex a {
        width: 100px;
        height: 35px;
        border-radius: 34px;
        font-size: 16px
    }

    .sec1 {
        height: unset;
        padding: 50px 0 0
    }

    .sec1 .fix {
        position: unset;
        height: unset;
        display: block
    }

    .sec1 .fix .wrap .title {
        font-size: 24px
    }

    .sec1 .fix .wrap .text {
        font-size: 16px;
        width: 100%;
        margin: 30px 0 20px;
        line-height: 1.6
    }

    .sec1 .fix .wrap .img {
        width: 70%
    }

    .sec1 .fix .wrap .flex {
        margin: 40px 0 0;
        justify-content: space-between
    }

    .sec1 .fix .wrap .flex .item {
        width: 48%;
        margin-bottom: 40px
    }

    .sec1 .fix .wrap .flex .item .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px
    }

    .sec1 .fix .wrap .flex .item .icon img {
        max-width: 100%;
        max-height: 100%
    }

    .sec1 .fix .wrap .flex .item p {
        font-size: 14px
    }

    .sec1 .fix .cir {
        position: relative;
        clip-path: unset;
        width: 90%;
        margin: 30px auto 0;
        border-radius: 8px;
        overflow: hidden
    }

    .sec1 .fix .cir .play {
        opacity: 1;
        pointer-events: auto
    }

    .sec1 .fix .cir .play svg {
        width: 40px;
        height: 40px
    }

    .play svg {
        width: 40px;
        height: 40px
    }

    .sec2 {
        padding: 60px 0 0
    }

    .sec2 .wrap {
        text-align: center
    }

    .sec2 .wrap .title {
        font-size: 24px
    }

    .sec2 .wrap .text {
        width: 100%;
        margin: 10px 0 30px
    }

    .sec2 .wrap .text p {
        font-size: 16px;
        line-height: 1.6
    }

    .sec2 .wrap .swiper_control {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px
    }

    .sec2 .wrap .swiper_control .item {
        width: fit-content;
        height: 35px;
        border-radius: 35px;
        padding: 0 15px;
        font-size: 14px;
        margin: 0 5px 10px
    }

    .sec2 .wrap .swiper_control .item.on {
        font-weight: 400
    }

    .sec2 .wrap .swiper .swiper-slide {
        display: block
    }

    .sec2 .wrap .swiper .swiper-slide .l {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .sec2 .wrap .swiper .swiper-slide .l .l_item {
        width: 32%;
        display: block;
        margin: 0 0 20px !important
    }

    .sec2 .wrap .swiper .swiper-slide .l .l_item .img {
        width: 100%;
        height: unset
    }

    .sec2 .wrap .swiper .swiper-slide .l .l_item p {
        font-size: 14px
    }

    .sec2 .wrap .swiper .swiper-slide .l .l_item:not(:nth-child(3n)) {
        margin-right: 2% !important
    }

    .sec2 .wrap .swiper .swiper-slide .r {
        width: 100%
    }

    .sec2 .wrap .swiper .swiper-slide .r .r_item .img {
        width: 100%;
        height: 50vw;
        border-radius: 8px
    }

    .sec2 .wrap .swiper .swiper-slide .r .r_item .text {
        margin: 20px 0 30px;
        display: block;
        text-align: center
    }

    .sec2 .wrap .swiper .swiper-slide .r .r_item .text .text_l {
        width: 100%
    }

    .sec2 .wrap .swiper .swiper-slide .r .r_item .text .text_l h4 {
        font-size: 20px
    }

    .sec2 .wrap .swiper .swiper-slide .r .r_item .text .text_l h5 {
        font-size: 18px;
        margin: 10px 0
    }

    .sec2 .wrap .swiper .swiper-slide .r .r_item .text p {
        font-size: 16px;
        width: 100%
    }

    .sec3 {
        padding: 60px 0 0
    }

    .sec3 .wrap .title {
        font-size: 18px
    }

    .sec3 .wrap .title1 {
        font-size: 24px;
        margin: 10px 0 30px
    }

    .sec3 .wrap .swiper {
        margin-bottom: 30px
    }

    .sec3 .wrap .swiper .swiper-slide .img {
        height: 40vw;
        border-radius: 8px
    }

    .sec3 .wrap .swiper_control {
        flex-wrap: wrap
    }

    .sec3 .wrap .swiper_control .item {
        margin-bottom: 30px
    }

    .sec3 .wrap .swiper_control .item .btn {
        height: 35px;
        border-radius: 35px;
        font-size: 14px;
        padding: 0 15px;
        margin: 0 auto 10px
    }

    .sec3 .wrap .swiper_control .item p {
        font-size: 14px
    }

    .sec4 {
        padding: 80px 0 0
    }

    .sec4 .wrap .img {
        height: 40vw;
        border-radius: 8px;
        margin-bottom: 20px
    }

    .sec4 .wrap .img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .sec4 .wrap h5 {
        font-size: 18px
    }

    .sec5 {
        padding: 60px 0 0
    }

    .sec5 .wrap .title {
        font-size: 24px
    }

    .sec5 .wrap .title1 {
        font-size: 18px;
        margin: 10px 0 30px
    }

    .sec5 .wrap .text {
        width: 100%
    }

    .sec5 .wrap .text p {
        font-size: 16px;
        line-height: 1.6
    }

    .sec5 .wrap .img {
        height: 40vw;
        border-radius: 8px;
        margin-bottom: 30px
    }

    .sec5 .wrap .img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .sec5 .wrap .flex {
        margin: 40px 0 0;
        justify-content: space-between
    }

    .sec5 .wrap .flex .item {
        width: 48%;
        margin: 0 0 40px !important
    }

    .sec5 .wrap .flex .item .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px
    }

    .sec5 .wrap .flex .item .icon img {
        max-width: 100%;
        max-height: 100%
    }

    .sec5 .wrap .flex .item p {
        font-size: 14px
    }

    .sec6 {
        display: flex;
        flex-direction: column-reverse;
        padding: 60px 0 0;
        height: unset
    }

    .sec6 .swiper_control {
        position: unset;
        transform: unset;
        margin: 0 auto 30px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 35px;
        padding: 5px
    }

    .sec6 .swiper_control .item {
        width: unset;
        height: 35px;
        border-radius: 35px;
        padding: 0 15px
    }

    .sec6 .swiper_control .item .icon {
        width: 20px;
        margin-right: 10px
    }

    .sec6 .swiper_control .item p {
        font-size: 12px
    }

    .sec6 .swiper {
        height: 80vw
    }

    .sec6 .swiper .swiper-slide .text {
        width: 100%;
        padding: 0 5vw
    }

    .sec6 .swiper .swiper-slide .text h5 {
        font-size: 20px;
        margin: 0 0 20px
    }

    .sec6 .swiper .swiper-slide .text p {
        font-size: 16px;
        width: 100%
    }

    .sec7 {
        padding: 60px 0 0
    }

    .sec7 .wrap {
        display: block
    }

    .sec7 .wrap .l {
        width: 100%;
        text-align: center
    }

    .sec7 .wrap .l .title {
        font-size: 24px
    }

    .sec7 .wrap .l .title1 {
        font-size: 18px;
        margin: 10px 0 30px
    }

    .sec7 .wrap .l .text {
        font-size: 16px;
        line-height: 1.6;
        width: 100%
    }

    .sec7 .wrap .r {
        width: 80%;
        margin: 40px auto 0
    }

    .sec8 {
        padding: 80px 0 0
    }

    .sec8 .wrap .title {
        font-size: 24px
    }

    .sec8 .wrap .title1 {
        font-size: 18px;
        margin: 10px 0 20px
    }

    .sec8 .wrap .img {
        margin-bottom: 30px
    }

    .sec8 .wrap .text p {
        font-size: 16px;
        margin-bottom: 10px
    }

    .sec9 {
        padding: 60px 0 0
    }

    .sec9 .wrap .title {
        font-size: 24px;
        margin-bottom: 40px
    }

    .sec9 .wrap .flex.ph {
        display: block !important;
        margin-bottom: 40px
    }

    .sec9 .wrap .flex.ph .swiper_control {
        justify-content: center
    }

    .sec9 .wrap .flex.ph .swiper_control .item {
        font-size: 16px;
        width: 80px
    }

    .sec9 .wrap .flex.ph .swiper_control .item::before {
        height: 5px
    }

    .sec9 .wrap .flex:nth-last-child(1) {
        display: none
    }

    .sec9 .wrap .swiper .swiper-slide {
        height: unset;
        display: block;
        padding: 20px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px
    }

    .sec9 .wrap .swiper .swiper-slide .l {
        width: 100%;
        height: 78vw;
        border-radius: 8px;
        margin-bottom: 20px
    }

    .sec9 .wrap .swiper .swiper-slide .r {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 20px
    }

    .sec9 .wrap .swiper .swiper-slide .r .r_item .img {
        height: 33vw;
    }
    .sec9 .wrap .swiper .swiper-slide .r .r_item .img img{
       height: auto;
    }

    .sec9 .wrap .swiper .swiper-slide .r .r_item p {
        font-size: 14px
    }

    .sec10 {
        padding: 80px 0 0 0
    }

    .sec10 .wrap .title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .sec11 {
        height: unset
    }

    .sec11 .fix {
        height: unset;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse
    }

    .sec11 .fix .swiper {
        width: 100%;
        height: unset
    }

    .sec11 .fix .swiper_control {
        position: unset;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px
    }

    .sec11 .fix .swiper_control .item {
        width: 100%;
        font-size: 16px;
        text-align: center
    }
}