.banner {
    position: relative
}

.banner .bg {
    width: 100%;
    display: block;
    object-fit: cover;
    overflow: hidden;
    position: relative
}

.banner .bg img {
    display: block;
    width: 100%
}

.banner .bg .gr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner .bg .gr img {
    position: absolute;
    opacity: 0;
    transition: 0.6s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .bg .gr img.on {
    opacity: 1
}

.banner .text {
    position: absolute;
    left: 6.45833vw;
    top: 8.38542vw;
    z-index: 10
}

.banner .text .h1 {
    color: #DADADA;
    font-weight: 700;
    line-height: 1.125
}

.banner .text .h2 {
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    margin: .52083vw 0
}

.banner .text .p {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.61458vw
}

.banner .text .p b {
    font-weight: 700
}

.banner .text a {
    border-radius: .41667vw;
    background: #184CC3;
    display: flex;
    width: 11.04167vw;
    height: 2.44792vw;
    justify-content: center;
    align-items: center;
    gap: 1.25vw;
    color: #FFF;
    line-height: 1.5;
    margin-top: 3.125vw
}

.banner .text a img {
    width: 1.25vw;
    display: block;
    transition: all 600ms
}

.banner .text a:hover img {
    transform: rotate(45deg)
}

.banner .dians {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    pointer-events: none
}

.banner .dians .dian {
    position: absolute;
    cursor: pointer;
    pointer-events: auto
}

.banner .dians .dian .cir {
    width: .52083vw;
    height: .52083vw;
    background: #2655FF;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .dians .dian .cir:after,
.banner .dians .dian .cir:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2655FF;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    animation: 3s scale linear infinite;
    display: block
}

.banner .dians .dian .cir:before {
    animation-delay: 1.5s
}

.banner .dians .dian .dian_box {
    position: absolute;
    top: -1.77083vw;
    left: 0;
    padding: 0 0 0 1.92708vw;
    pointer-events: none;
    opacity: 0;
    transition: 0.6s
}

.banner .dians .dian .dian_box .dian_flex {
    padding: .78125vw 1.09375vw;
    border-radius: .78125vw;
    background: #DCE2F5;
    width: max-content;
    display: flex;
    align-items: center;
    gap: .72917vw
}

.banner .dians .dian .dian_box .dian_flex .icon {
    width: 1.14583vw
}

.banner .dians .dian .dian_box .dian_flex .icon img {
    display: block;
    width: 100%
}

.banner .dians .dian .dian_box .dian_flex p {
    color: #000;
    font-weight: 400
}

.banner .dians .dian .dian_box .dian_flex p b {
    font-weight: 500
}

.banner .dians .dian:nth-child(1) {
    top: 8.38542vw;
    left: 51.51042vw
}

.banner .dians .dian:nth-child(2) {
    top: 18.17708vw;
    left: 40vw
}

.banner .dians .dian:nth-child(3) {
    top: 39.32292vw;
    left: 19.27083vw
}

.banner .dians .dian:nth-child(3) .dian_box {
    bottom: 0;
    top: unset;
    padding: 0 0 1.19792vw;
    left: unset;
    right: -.46875vw
}

.banner .dians .dian:nth-child(4) {
    top: 40.88542vw;
    left: 34.63542vw
}

.banner .dians .dian:hover .dian_box {
    opacity: 1;
    pointer-events: auto
}

@keyframes scale {
    100% {
        transform: scale(4);
        opacity: 0
    }
}

.sec1 {
    padding: .83333vw 0 0;
    position: relative
}

.sec1 .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0
}

.sec1 .bg img {
    display: block;
    width: 100%
}

.sec1 .title {
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 3.07292vw
}

.sec1 .title span {
    color: #0A3296
}

.sec1 .box {
    width: 62.5vw;
    border-radius: 2.08333vw;
    background: linear-gradient(180deg, #EDEEEF 72.47%, #EDEEEF 100%);
    padding: 1.30208vw 1.19792vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.66667vw 1.25vw
}

.sec1 .box .item {
    border-radius: 1.25vw;
    background: #F8F9F9;
    transition: .3s ease-in-out
}

.sec1 .box .item:hover {
    transform: scale(1.05)
}

.sec1 .box .item .nr {
    width: 29.21875vw;
    border-radius: 1.25vw;
    background: #FFF;
    padding: 1.04167vw 2.03125vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 7.44792vw;
    position: relative;
    transition: all 1s
}

.sec1 .box .item .nr .item_title .h5 {
    color: #000;
    font-weight: 700
}

.sec1 .box .item .nr .item_title .p {
    color: #184CC3;
    font-weight: 700
}

.sec1 .box .item .nr .num {
    display: flex;
    align-items: flex-end
}

.sec1 .box .item .nr .num p {
    color: #3754F4;
    font-weight: 700
}

.sec1 .box .item .nr .num span {
    display: block;
    margin: 0 0 .41667vw .20833vw;
    color: #666;
    font-weight: 400;
    line-height: 1.4
}

.sec1 .box .items {
    height: 19.53125vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sec1 .box .items .item .nr {
    width: 16.45833vw;
    height: 9.11458vw;
    padding: 1.5625vw 1.19792vw
}

.sec1 .box .item_sp1 .nr,
.sec1 .box .item_sp2 .nr {
    width: 20.52083vw;
    height: 19.53125vw;
    padding: 1.40625vw 2.08333vw
}

.sec1 .box .item_sp1 .echarts,
.sec1 .box .item_sp2 .echarts {
    display: flex;
    gap: 1.40625vw;
    padding: 0 0 0 .9375vw;
    margin: .67708vw 0 .88542vw
}

.sec1 .box .item_sp1 .echarts .biao,
.sec1 .box .item_sp2 .echarts .biao {
    margin-left: -.72917vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.sec1 .box .item_sp1 .echarts .biao p,
.sec1 .box .item_sp2 .echarts .biao p {
    color: #000;
    font-size: .46875vw;
    font-weight: 400;
    letter-spacing: .05208vw
}

.sec1 .box .item_sp1 .echarts .biao p:nth-child(2),
.sec1 .box .item_sp2 .echarts .biao p:nth-child(2) {
    color: #353439;
    opacity: 0.6;
    text-align: center
}

.sec1 .box .item_sp1 .echarts .echarts_item,
.sec1 .box .item_sp2 .echarts .echarts_item {
    height: 8.85417vw;
    position: relative
}

.sec1 .box .item_sp1 .echarts .echarts_item .tiao,
.sec1 .box .item_sp2 .echarts .echarts_item .tiao {
    height: 100%;
    display: flex;
    align-items: flex-end
}

.sec1 .box .item_sp1 .echarts .echarts_item .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item .tiao .tiao_box {
    width: .57292vw;
    border-radius: .36458vw;
    background: #E6EEF5;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 1s;
    transition-delay: 0.6s
}

.sec1 .box .item_sp1 .echarts .echarts_item .tiao_title,
.sec1 .box .item_sp2 .echarts .echarts_item .tiao_title {
    position: absolute;
    color: #353439;
    text-align: center;
    font-size: .46875vw;
    font-weight: 400;
    letter-spacing: .05208vw;
    bottom: -.36458vw;
    left: 50%;
    transform: translate(-50%, 100%)
}

.sec1 .box .item_sp1 .echarts .echarts_item:nth-child(1) .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item:nth-child(1) .tiao .tiao_box {
    height: 2.60417vw
}

.sec1 .box .item_sp1 .echarts .echarts_item:nth-child(2) .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item:nth-child(2) .tiao .tiao_box {
    height: 3.48958vw
}

.sec1 .box .item_sp1 .echarts .echarts_item:nth-child(3) .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item:nth-child(3) .tiao .tiao_box {
    height: 4.375vw
}

.sec1 .box .item_sp1 .echarts .echarts_item:nth-child(4) .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item:nth-child(4) .tiao .tiao_box {
    height: 5.3125vw
}

.sec1 .box .item_sp1 .echarts .echarts_item:nth-child(5) .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item:nth-child(5) .tiao .tiao_box {
    height: 6.19792vw
}

.sec1 .box .item_sp1 .echarts .echarts_item:nth-child(6) .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item:nth-child(6) .tiao .tiao_box {
    height: 7.08333vw
}

.sec1 .box .item_sp1 .echarts .echarts_item:nth-child(7) .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item:nth-child(7) .tiao .tiao_box {
    height: 7.91667vw
}

.sec1 .box .item_sp1 .echarts .echarts_item:nth-child(8) .tiao .tiao_box,
.sec1 .box .item_sp2 .echarts .echarts_item:nth-child(8) .tiao .tiao_box {
    height: 100%;
    background: #3354F4
}

.sec1 .box .item_sp1 .cir_box,
.sec1 .box .item_sp2 .cir_box {
    width: 9.16667vw;
    height: 9.16667vw;
    margin: 1.45833vw auto 1.14583vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec1 .box .item_sp1 .cir_box .cir,
.sec1 .box .item_sp2 .cir_box .cir {
    display: block;
    width: 100%
}

.sec1 .box .item_sp1 .cir_box .icons,
.sec1 .box .item_sp2 .cir_box .icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sec1 .box .item_sp1 .cir_box .icons .icon,
.sec1 .box .item_sp2 .cir_box .icons .icon {
    position: absolute;
    width: 1.97917vw;
    transition: 0.6s;
    transition-delay: 1.2s;
    opacity: 0
}

.sec1 .box .item_sp1 .cir_box .icons .icon img,
.sec1 .box .item_sp2 .cir_box .icons .icon img {
    display: block;
    width: 100%
}

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(1),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(1) {
    top: -.78125vw;
    left: 50%;
    transform: translateX(-50%)
}

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(2),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(2) {
    top: 1.35417vw;
    left: -.20833vw
}

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(3),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(3) {
    top: 1.35417vw;
    right: -.20833vw
}

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(4),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(4) {
    top: 2.03125vw;
    left: 50%;
    transform: translateX(-50%);
    transition-delay: 1s
}

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(5),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(5) {
    top: 4.79167vw;
    left: 2.13542vw;
    transition-delay: 1s
}

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(6),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(6) {
    top: 4.79167vw;
    right: 2.13542vw;
    transition-delay: 1s
}

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(7),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(7) {
    top: 6.45833vw;
    left: .20833vw;
    /* width: 1.19792vw; */
    /* height: 1.19792vw; */
    /* border: .05208vw solid #FF2828; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

/* .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(7) img,
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(7) img {
    width: .625vw
} */

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(8),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(8) {
    top: 6.19792vw;
    right: -.20833vw
}

.sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(9),
.sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(9) {
    top: 8.28125vw;
    left: 50%;
    transform: translateX(-50%)
}

.sec1 .box .item_sp1.active .nr,
.sec1 .box .item_sp2.active .nr {
    left: 0;
    top: 0
}

.sec1 .box .item_sp1.active .cir_box .icons .icon,
.sec1 .box .item_sp2.active .cir_box .icons .icon {
    opacity: 1
}

.sec1 .box .item_sp1.active .echarts .echarts_item .tiao .tiao_box,
.sec1 .box .item_sp2.active .echarts .echarts_item .tiao .tiao_box {
    transform: scaleY(1)
}

.sec1 .box .wz1 .nr {
    left: -8.22917vw;
    top: -4.53125vw
}

.sec1 .box .wz1.active .nr {
    left: 0;
    top: 0
}

.sec1 .box .wz2 {
    z-index: 5
}

.sec1 .box .wz2 .nr {
    right: -12.65625vw;
    top: 14.58333vw
}

.sec1 .box .wz2.active .nr {
    right: 0;
    top: 0
}

.sec1 .box .wz3 {
    z-index: 4
}

.sec1 .box .wz3 .nr {
    left: -18.75vw;
    top: 2.96875vw
}

.sec1 .box .wz3.active .nr {
    left: 0;
    top: 0
}

.sec1 .box .wz4 .nr {
    left: 6.82292vw;
    top: -3.48958vw
}

.sec1 .box .wz4.active .nr {
    left: 0;
    top: 0
}

.sec1 .box .wz5 .nr {
    right: 13.02083vw;
    top: 3.75vw
}

.sec1 .box .wz5.active .nr {
    right: 0;
    top: 0
}

.sec1 .box .wz6 .nr {
    left: 14.84375vw;
    top: 5.15625vw
}

.sec1 .box .wz6.active .nr {
    left: 0;
    top: 0
}

.sec2 {
    padding: 13.69792vw 7.8125vw 10.41667vw 7.8125vw;
    overflow: hidden
}

.sec2 .title {
    color: #000;
    font-weight: 600;
    margin-bottom: 4.73958vw
}

.sec2 .title span {
    color: #0A3296
}

.sec2 .content {
    white-space: nowrap;
    transition: .6s ease-in-out
}

.sec2 .content .item {
    display: inline-block;
    width: 18.59375vw;
    transition: .6s ease-in-out;
    margin-right: 2.34375vw;
    border-radius: 40px;
    overflow: hidden;
    background: #F8F9F9;
}

.sec2 .content .item .img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 22.1875vw;
background: #EDEEEF;
}

.sec2 .content .item .img img {
    display: block;
    /* border-radius: 10px; */
}

.sec2 .content .item .img img:nth-child(1) {
    width: 40.625vw;
    position: absolute;
    max-width: unset;
    opacity: 0;
    transition: 0.6s
}

.sec2 .content .item .img img:nth-child(2) {
    width: 16.71875vw;
    transition: 0.6s;
    position: relative;
    z-index: 5;
    transform: translateX(1vw);
}

.sec2 .content .item .slide_box {
    padding: 1.2vw 0 2.4vw 2.76vw;
    white-space: normal;
    margin-top: 1vw;
}

.sec2 .content .item .slide_box .icon {
    width: 1.875vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec2 .content .item .slide_box .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.sec2 .content .item .slide_box .h5 {
    display: flex;
    align-items: center;
    margin: .625vw 0;
    gap: .41667vw
}

.sec2 .content .item .slide_box .h5 p {
    color: #000;
    font-weight: 700
}

.sec2 .content .item .slide_box .h5 img {
    display: block;
    width: 1.25vw
}

.sec2 .content .item .slide_box .p {
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    transition: .6s ease-in-out;
    /* width: 40.625vw; */
    width: 34.58vw;
    transform: translateY(1.04167vw);
    pointer-events: none
}

.sec2 .content .item.on {
    width: 40.625vw
}

.sec2 .content .item.on .img img:nth-child(1) {
    opacity: 1
}

.sec2 .content .item.on .img img:nth-child(2) {
    transform: translate(27.08333vw, 1.82292vw) scale(0.85)
}

.sec2 .content .item.on .slide_box .p {
    opacity: 1;
    transform: translateY(0)
}

.sec2 .btns {
    display: flex;
    justify-content: center;
    gap: 1.25vw;
    margin-top: 3.125vw
}

.sec2 .btns .prev,
.sec2 .btns .next {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 8px;
    background: rgba(29, 43, 89, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 600ms
}

.sec2 .btns .prev.disabled,
.sec2 .btns .next.disabled {
    pointer-events: none
}

.sec2 .btns .prev.disabled svg,
.sec2 .btns .next.disabled svg {
    opacity: .3
}

.sec2 .btns .prev svg,
.sec2 .btns .next svg {
    display: block;
    width: 1.25vw
}

.sec2 .btns .prev svg path,
.sec2 .btns .next svg path {
    stroke: #1D2B59;
    transition: all 600ms
}

.sec2 .btns .prev:hover,
.sec2 .btns .next:hover {
    background: #184CC3
}

.sec2 .btns .prev:hover svg path,
.sec2 .btns .next:hover svg path {
    stroke: #fff
}

.sec2 .p_box {
    display: none
}

.sec2 .swiper {
    width: 100%;
    overflow: hidden
}

.sec2 .swiper .swiper-slide {
    width: 100%;
    transition: 1s
}

.sec2 .swiper .swiper-slide .img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.sec2 .swiper .swiper-slide .img img {
    display: block
}

.sec2 .swiper .swiper-slide .img img:nth-child(1) {
    width: 40.625vw;
    position: absolute;
    max-width: unset;
    opacity: 0;
    transition: 0.6s
}

.sec2 .swiper .swiper-slide .img img:nth-child(2) {
    width: 14.63542vw;
    transition: 0.6s
}

.sec2 .swiper .swiper-slide .slide_box {
    padding: 0 0 0 1.66667vw;
}

.sec2 .swiper .swiper-slide .slide_box .icon {
    width: 1.875vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec2 .swiper .swiper-slide .slide_box .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.sec2 .swiper .swiper-slide .slide_box .h5 {
    display: flex;
    align-items: center;
    margin: .625vw 0;
    gap: .41667vw
}

.sec2 .swiper .swiper-slide .slide_box .h5 p {
    color: #000;
    font-weight: 700
}

.sec2 .swiper .swiper-slide .slide_box .h5 img {
    display: block;
    width: 1.25vw
}

.sec2 .swiper .swiper-slide .slide_box .p {
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    transition: 0.6s
}

.sec3 {
    width: 100%;
    position: relative
}

.sec3 .bg {
    width: 100%
}

.sec3 .bg img {
    display: block;
    width: 100%
}

.sec3 .wrap {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 4.42708vw;
    left: 0;
    padding: 0 3.85417vw 0 7.8125vw
}

.sec3 .wrap .top .en {
    color: #184CC3;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize
}

.sec3 .wrap .top .cn {
    color: #000;
    font-weight: 600;
    line-height: 1.75
}

.sec3 .wrap .title {
    width: 100%;
    color: #000;
    font-weight: 800;
    line-height: 1.15;
    margin: .78125vw 0 3.85417vw;
    text-align: right
}

.sec3 .wrap .title span {
    color: #0A3296
}

.sec3 .wrap .box {
    width: 28.69792vw;
    border-radius: .625vw;
    background: #FFF;
    padding: 3.02083vw 2.34375vw 3.54167vw
}

.sec3 .wrap .box .h5 {
    display: flex;
    align-items: center;
    gap: .41667vw
}

.sec3 .wrap .box .h5 p {
    color: #000;
    font-weight: 700;
    line-height: 2
}

.sec3 .wrap .box .h5 img {
    display: block;
    width: 1.25vw
}

.sec3 .wrap .box .p {
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    margin: .52083vw 0 2.5vw
}

.sec3 .wrap .box .labels {
    display: flex;
    flex-wrap: wrap;
    gap: 1.35417vw 5.9375vw
}

.sec3 .wrap .box .labels .label {
    display: flex;
    align-items: center;
    gap: 1.30208vw
}

.sec3 .wrap .box .labels .label .icon img {
    display: block;
    width: 1.66667vw
}

.sec3 .wrap .box .labels .label p {
    color: #000;
    font-weight: 400
}

.sec4 {
    padding: 8.75vw 0 7.70833vw
}

.sec4 .sec4_top {
    text-align: center;
    margin-bottom: 1.5625vw
}

.sec4 .sec4_top .en {
    color: #184CC3;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize
}

.sec4 .sec4_top .cn {
    color: #000;
    font-weight: 700;
    line-height: 1.7;
    margin: .26042vw 0 1.45833vw
}

.sec4 .sec4_top .title {
    color: #000;
    font-weight: 600;
    line-height: 1.15
}

.sec4 .swiper {
    width: 73.95833vw;
    margin: 0 auto;
    position: relative
}

.sec4 .swiper .swiper-slide {
    display: flex;
    justify-content: space-between
}

.sec4 .swiper .swiper-slide .img {
    width: 33.69792vw;
    height: 16.45833vw;
    border-radius: .625vw;
    overflow: hidden;
    opacity: 0;
    transform: translateY(1.04167vw)
}

.sec4 .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec4 .swiper .swiper-slide .slide_r {
    width: 36.97917vw;
    padding: 1.45833vw 0 0;
    opacity: 0;
    transform: translateY(1.04167vw)
}

.sec4 .swiper .swiper-slide .slide_r .p {
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec4 .swiper .swiper-slide .slide_r .p1 {
    color: #666;
    font-weight: 400;
    line-height: 1.5;
    margin: 1.40625vw 0
}

.sec4 .swiper .swiper-slide .slide_r .p2 {
    color: #666;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .41667vw
}

.sec4 .swiper .swiper-slide .slide_r .p3 {
    color: #000;
    font-weight: 400;
    line-height: 1.5
}

.sec4 .swiper .swiper-slide:hover .img img {
    transform: scale(1.1)
}

.sec4 .swiper .swiper-slide.swiper-slide-active .img,
.sec4 .swiper .swiper-slide.swiper-slide-active .slide_r {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s
}

.sec4 .swiper .swiper-pagination {
    left: 36.97917vw;
    bottom: 1.45833vw;
    width: 16.77083vw;
    height: .20833vw;
    background: #EEE;
    border-radius: .52083vw;
    overflow: hidden;
    top: unset
}

.sec4 .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #184CC3;
    border-radius: .52083vw
}

.sec5 {
    padding: 10.41667vw 0;
    text-align: center;
    background: #F0F2F4;
    position: relative;
    overflow: hidden
}

.sec5 .logos {
    position: absolute;
    transform: translateY(10.41667vw)
}

.sec5 .logos .logo {
    width: fit-content;
    margin-bottom: 1.5625vw
}

.sec5 .logos .logo .logo_box {
    width: 10.20833vw;
    height: 4.16667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .83333vw;
    background: #FFF;
    overflow: hidden
}

.sec5 .logos .logo .logo_box img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.sec5 .logos.logo_l {
    left: 5.20833vw;
    top: 4.11458vw
}

.sec5 .logos.logo_l .logo:nth-child(1) {
    margin-left: 1.30208vw
}

.sec5 .logos.logo_l .logo:nth-child(2) {
    margin-left: 8.125vw
}

.sec5 .logos.logo_l .logo:nth-child(3) {
    margin-left: 1.30208vw
}

.sec5 .logos.logo_l .logo:nth-child(4) {
    margin-left: 14.79167vw
}

.sec5 .logos.logo_r {
    right: 5.20833vw;
    top: 4.11458vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.sec5 .logos.logo_r .logo:nth-child(1) {
    margin-right: 1.30208vw
}

.sec5 .logos.logo_r .logo:nth-child(2) {
    margin-right: 8.125vw
}

.sec5 .logos.logo_r .logo:nth-child(3) {
    margin-right: 1.30208vw
}

.sec5 .logos.logo_r .logo:nth-child(4) {
    margin-right: 14.79167vw
}

.sec5 .en {
    color: #184CC3;
    font-weight: 500;
    line-height: 1.2
}

.sec5 .title {
    color: #000;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 1.25vw
}

.sec5 .p {
    width: 38.125vw;
    margin: 0 auto 1.25vw;
    color: #000;
    font-weight: 400;
    line-height: 1.5
}

.sec5 a {
    border-radius: .41667vw;
    background: #184CC3;
    display: flex;
    width: 18.85417vw;
    height: 3.33333vw;
    justify-content: center;
    align-items: center;
    gap: .41667vw;
    color: #FFF;
    line-height: 1.5;
    margin: 0 auto
}

.sec5 a p {
    color: #FFF;
    font-weight: 400
}

.sec5 a img {
    width: 1.25vw;
    display: block;
    transition: all 600ms
}

.sec5 a:hover img {
    transform: rotate(45deg)
}

.sec6 {
    padding: 8.28125vw 0 13.80208vw
}

.sec6 .en {
    color: #184CC3;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-bottom: 1.30208vw
}

.sec6 .title {
    text-align: center;
    margin-bottom: 6.71875vw
}

.sec6 .title p {
    color: #DADADA;
    font-weight: 600;
    line-height: 1.15
}

.sec6 .title p:nth-child(1) {
    margin-bottom: 1.35417vw
}

.sec6 .list {
    display: flex;
    justify-content: center;
    gap: 12.39583vw
}

.sec6 .list .item .icon {
    width: 4.27083vw;
    height: 4.27083vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .625vw;
    transition: 0.6s;
    border-radius: 50%
}

.sec6 .list .item .icon img {
    display: block;
    width: 2.5vw;
    transition: 0.6s
}

.sec6 .list .item p {
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    text-align: center
}

.sec6 .list .item:hover .icon {
    background: #184CC3
}

.sec6 .list .item:hover .icon img {
    filter: invert(1)
}

.sec6 .more {
    border-radius: .41667vw;
    background: #184CC3;
    display: flex;
    width: 18.85417vw;
    height: 3.33333vw;
    justify-content: center;
    align-items: center;
    gap: .41667vw;
    color: #FFF;
    line-height: 1.5;
    margin: 6.71875vw auto 0
}

.sec6 .more p {
    color: #FFF;
    font-weight: 400
}

.sec6 .more img {
    width: 1.25vw;
    display: block;
    transition: all 600ms
}

.sec6 .more:hover img {
    transform: rotate(45deg)
}

.sec7 {
    padding: 0 3.64583vw 8.125vw;
    overflow: hidden
}

.sec7 .sec7_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.sec7 .sec7_top .title .en {
    color: #184CC3;
    font-weight: 500;
    line-height: 1.2
}

.sec7 .sec7_top .title .cn {
    color: #000;
    font-weight: 700;
    line-height: 1.7
}

.sec7 .sec7_top .btns {
    display: flex;
    gap: .52083vw
}

.sec7 .sec7_top .btns .jt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: .41667vw;
    background: rgba(29, 43, 89, 0.05);
    transition: 0.6s;
    cursor: pointer
}

.sec7 .sec7_top .btns .jt img {
    display: block;
    width: 1.25vw;
    transition: 0.6s
}

.sec7 .sec7_top .btns .jt:hover {
    background: #184CC3
}

.sec7 .sec7_top .btns .jt:hover img {
    filter: brightness(0) invert(1)
}

.sec7 .sec7_top .btns .jt:nth-child(2) img {
    transform: rotate(180deg)
}

.sec7 .swiper {
    width: 92.70833vw;
    margin: 2.44792vw 0
}

.sec7 .swiper .swiper-slide .slide_box {
    width: 100%;
    height: 20.83333vw;
    border-radius: 1.04167vw;
    background: #F0F2F4;
    position: relative;
    overflow: hidden;
    padding: 1.875vw 1.875vw .41667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 1s
}

.sec7 .swiper .swiper-slide .slide_box .slide_title {
    color: #000;
    line-height: 1.15;
    letter-spacing: -0.02396vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s
}

.sec7 .swiper .swiper-slide .slide_box .slide_bottom p {
    color: #000;
    font-size: .67708vw;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .12187vw;
    text-transform: uppercase;
    margin-bottom: 1.5625vw
}

.sec7 .swiper .swiper-slide .slide_box .slide_bottom .icon {
    width: 3.75vw;
    height: 3.75vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec7 .swiper .swiper-slide .slide_box .slide_bottom .icon img {
    display: block;
    width: 1.25vw
}

.sec7 .swiper .swiper-slide .slide_box .img {
    display: block;
    width: 100%;
    height: 14.79167vw;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transition: 1s;
    z-index: 3
}

.sec7 .swiper .swiper-slide .slide_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec7 .swiper .swiper-slide .slide_box:hover {
    height: 26.97917vw
}

.sec7 .swiper .swiper-slide .slide_box:hover .img {
    opacity: 1
}

.sec7 .swiper .swiper-slide .slide_box:hover .slide_title {
    transform: translateY(14.0625vw)
}

.sec7 .more {
    border-radius: .41667vw;
    background: #184CC3;
    display: flex;
    width: 18.85417vw;
    height: 3.33333vw;
    justify-content: center;
    align-items: center;
    gap: .41667vw;
    color: #FFF;
    line-height: 1.5;
    margin: 2.44792vw 0 0
}

.sec7 .more p {
    color: #FFF;
    font-weight: 400
}

.sec7 .more img {
    width: 1.25vw;
    display: block;
    transition: all 600ms
}

.sec7 .more:hover img {
    transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
    .banner {
        margin: 60px 0 0;
        overflow: hidden
    }

    .banner .text {
        position: static;
        margin: 20px 5%
    }

    .banner .text .h1 {
        font-size: 24px
    }

    .banner .text .h2 {
        font-size: 18px;
        margin: 5px 0
    }

    .banner .text .p {
        font-size: 14px
    }

    .banner .text a {
        width: 140px;
        height: 50px;
        margin-top: 20px;
        gap: 12px;
        border-radius: 6px
    }

    .banner .text a img {
        width: 20px
    }

    .banner .dians {
        z-index: 11;
        pointer-events: none
    }

    .banner .dians .dian {
        pointer-events: auto
    }

    .banner .dians .dian .cir {
        width: 6px;
        height: 6px
    }

    .banner .dians .dian .dian_box .dian_flex {
        padding: 6px 10px;
        border-radius: 4px;
        gap: 6px
    }

    .banner .dians .dian .dian_box .dian_flex .icon {
        width: 20px
    }

    .banner .dians .dian:nth-child(1) {
        z-index: 10
    }

    .banner .dians .dian:nth-child(1) .dian_box {
        left: 10px;
        transform: translateX(-50%);
        right: unset;
        padding: 30px 0 0 10px
    }

    .banner .dians .dian:nth-child(2) .dian_box {
        left: 0;
        transform: translateX(-50%);
        right: unset;
        padding: 30px 0 0 10px
    }

    .banner .dians .dian:nth-child(3) .dian_box {
        left: 0;
        right: unset;
        padding: 0 0 30px 10px
    }

    .banner .dians .dian:nth-child(4) .dian_box {
        left: 0;
        transform: translateX(-50%);
        right: unset;
        padding: 30px 0 0 10px
    }

    .sec1 {
        padding: 50px 5vw;
        overflow: hidden
    }

    .sec1 .bg {
        left: 0
    }

    .sec1 .title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .sec1 .box {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        gap: 15px
    }

    .sec1 .box .item {
        width: 100%;
        border-radius: 12px
    }

    .sec1 .box .item .nr {
        height: unset !important;
        padding: 15px !important;
        border-radius: 12px;
        width: 100%
    }

    .sec1 .box .item .nr .num {
        margin: 20px 0 0
    }

    .sec1 .box .item .nr .num p {
        font-size: 32px
    }

    .sec1 .box .item .nr .num span {
        font-size: 12px;
        margin: 0 0 5px 4px
    }

    .sec1 .box .items {
        width: 100%;
        height: unset;
        gap: 15px
    }

    .sec1 .box .items .item .nr {
        width: 100%;
        height: auto
    }

    .sec1 .box .item_sp1 .echarts,
    .sec1 .box .item_sp2 .echarts {
        padding: 0;
        margin: 15px auto 0;
        gap: 20px;
        width: fit-content
    }

    .sec1 .box .item_sp1 .echarts .biao p,
    .sec1 .box .item_sp2 .echarts .biao p {
        font-size: 13px
    }

    .sec1 .box .item_sp1 .echarts .echarts_item,
    .sec1 .box .item_sp2 .echarts .echarts_item {
        height: 200px
    }

    .sec1 .box .item_sp1 .echarts .echarts_item .tiao .tiao_box,
    .sec1 .box .item_sp2 .echarts .echarts_item .tiao .tiao_box {
        width: 10px;
        border-radius: 5px
    }

    .sec1 .box .item_sp1 .echarts .echarts_item .tiao_title,
    .sec1 .box .item_sp2 .echarts .echarts_item .tiao_title {
        font-size: 10px
    }

    .sec1 .box .item_sp1 .echarts .echarts_item:nth-child(1) .tiao .tiao_box,
    .sec1 .box .item_sp2 .echarts .echarts_item:nth-child(1) .tiao .tiao_box {
        height: 30%
    }

    .sec1 .box .item_sp1 .echarts .echarts_item:nth-child(2) .tiao .tiao_box,
    .sec1 .box .item_sp2 .echarts .echarts_item:nth-child(2) .tiao .tiao_box {
        height: 40%
    }

    .sec1 .box .item_sp1 .echarts .echarts_item:nth-child(3) .tiao .tiao_box,
    .sec1 .box .item_sp2 .echarts .echarts_item:nth-child(3) .tiao .tiao_box {
        height: 50%
    }

    .sec1 .box .item_sp1 .echarts .echarts_item:nth-child(4) .tiao .tiao_box,
    .sec1 .box .item_sp2 .echarts .echarts_item:nth-child(4) .tiao .tiao_box {
        height: 60%
    }

    .sec1 .box .item_sp1 .echarts .echarts_item:nth-child(5) .tiao .tiao_box,
    .sec1 .box .item_sp2 .echarts .echarts_item:nth-child(5) .tiao .tiao_box {
        height: 70%
    }

    .sec1 .box .item_sp1 .echarts .echarts_item:nth-child(6) .tiao .tiao_box,
    .sec1 .box .item_sp2 .echarts .echarts_item:nth-child(6) .tiao .tiao_box {
        height: 80%
    }

    .sec1 .box .item_sp1 .echarts .echarts_item:nth-child(7) .tiao .tiao_box,
    .sec1 .box .item_sp2 .echarts .echarts_item:nth-child(7) .tiao .tiao_box {
        height: 90%
    }

    .sec1 .box .item_sp1 .cir_box,
    .sec1 .box .item_sp2 .cir_box {
        width: 70vw;
        height: 70vw;
        margin: 35px auto 0
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon,
    .sec1 .box .item_sp2 .cir_box .icons .icon {
        width: 50px
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(1),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(1) {
        top: -20px
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(2),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(2) {
        top: 15vw;
        left: -3vw
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(3),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(3) {
        top: 15vw;
        right: -3vw
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(4),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(4) {
        top: 16vw
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(5),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(5) {
        top: 38vw;
        left: 17vw
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(6),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(6) {
        top: 38vw;
        right: 17vw
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(7),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(7) {
        top: 48.6vw;
        left: 0vw;
        /* width: 30px; */
        /* height: 30px; */
        /* border: 2px solid #FF2828 */
    }

    /* .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(7) img,
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(7) img {
        width: 16px
    } */

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(8),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(8) {
        top: 46vw;
        right: -3vw
    }

    .sec1 .box .item_sp1 .cir_box .icons .icon:nth-child(9),
    .sec1 .box .item_sp2 .cir_box .icons .icon:nth-child(9) {
        top: 64vw
    }

    .sec2 {
        padding: 20px 5vw 50px
    }

    .sec2 .title {
        font-size: 23px;
        margin-bottom: 30px
    }

    .sec2 .pc_box {
        display: none
    }

    .sec2 .p_box {
        display: block
    }

    .sec2 .swiper {
        width: 100%
    }

    .sec2 .swiper .swiper-slide {
        width: unset;
                background: #EDEEEF;
        border-radius: 20px;
        overflow: hidden;
    }

    .sec2 .swiper .swiper-slide .img {
        height: 49vw
    }

    .sec2 .swiper .swiper-slide .img img:nth-child(1) {
        width: 100%
    }

    .sec2 .swiper .swiper-slide .img img:nth-child(2) {
        width: 100px;
        z-index: 5;
        transition: 0.6s;
        position: absolute;
        right: 0
    }

    .sec2 .swiper .swiper-slide .slide_box {
        padding: 15px 20px 30px 20px;
    }

    .sec2 .swiper .swiper-slide .slide_box .icon {
        width: 30px;
        height: 30px
    }

    .sec2 .swiper .swiper-slide .slide_box .h5 {
        gap: 6px;
        margin: 8px 0
    }

    .sec2 .swiper .swiper-slide .slide_box .h5 img {
        width: 18px
    }

    .sec2 .swiper .swiper-slide .slide_box .h5 p {
        font-size: 18px
    }

    .sec2 .swiper .swiper-slide.swiper-slide-active .slide_box .p {
        opacity: 1
    }

    .sec2 .swiper .swiper-slide.swiper-slide-active .img img:nth-child(1) {
        opacity: 1
    }

    .sec2 .swiper-pagination {
        margin: 30px auto 0;
        width: 200px;
        border-radius: 4px;
        height: 4px;
        overflow: hidden
    }

    .sec2 .btns {
        gap: 15px;
        margin-top: 30px
    }

    .sec2 .btns .prev,
    .sec2 .btns .next {
        width: 40px;
        height: 40px
    }

    .sec2 .btns .prev svg,
    .sec2 .btns .next svg {
        width: 20px
    }

    .sec3 {
        padding: 50px 5vw
    }

    .sec3 .bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }

    .sec3 .bg img {
        height: 100%;
        object-fit: cover
    }

    .sec3 .wrap {
        padding: 0;
        position: unset
    }

    .sec3 .wrap .top .en {
        font-size: 16px
    }

    .sec3 .wrap .top .cn {
        font-size: 16px
    }

    .sec3 .wrap .title {
        font-size: 20px;
        text-align: left;
        margin: 15px 0 20px
    }

    .sec3 .wrap .box {
        width: 100%;
        padding: 20px;
        border-radius: 10px
    }

    .sec3 .wrap .box .h5 {
        gap: 8px
    }

    .sec3 .wrap .box .h5 img {
        width: 16px
    }

    .sec3 .wrap .box .p {
        font-size: 15px;
        margin: 15px 0
    }

    .sec3 .wrap .box .labels {
        gap: 10px 0
    }

    .sec3 .wrap .box .labels .label {
        width: 33.333%;
        gap: 8px
    }

    .sec3 .wrap .box .labels .label p {
        font-size: 14px
    }

    .sec3 .wrap .box .labels .label .icon img {
        width: 18px
    }

    .sec4 {
        padding: 50px 5vw
    }

    .sec4 .sec4_top {
        margin-bottom: 30px
    }

    .sec4 .sec4_top .en,
    .sec4 .sec4_top .cn {
        font-size: 16px
    }

    .sec4 .sec4_top .title {
        font-size: 20px
    }

    .sec4 .swiper {
        width: 100%
    }

    .sec4 .swiper .swiper-slide {
        display: block
    }

    .sec4 .swiper .swiper-slide .img {
        width: 100%;
        height: 45vw;
        border-radius: 10px
    }

    .sec4 .swiper .swiper-slide .slide_r {
        margin: 20px 0 0;
        width: 100%
    }

    .sec4 .swiper .swiper-slide .slide_r .p,
    .sec4 .swiper .swiper-slide .slide_r .p1,
    .sec4 .swiper .swiper-slide .slide_r .p2,
    .sec4 .swiper .swiper-slide .slide_r .p3 {
        font-size: 14px
    }

    .sec4 .swiper .swiper-slide .slide_r .p1 {
        margin: 6px 0
    }

    .sec4 .swiper .swiper-slide .slide_r .p2 {
        margin-bottom: 6px
    }

    .sec4 .swiper .swiper-pagination {
        position: unset;
        width: 200px;
        margin: 30px auto 0;
        border-radius: 4px;
        height: 4px;
        overflow: hidden
    }

    .sec5 {
        padding: 50px 5vw;
        overflow: hidden
    }

    .sec5 .en {
        font-size: 16px
    }

    .sec5 .title {
        font-size: 24px;
        margin: 8px 0 15px
    }

    .sec5 .p {
        width: 100%
    }

    .sec5 a {
        width: 180px;
        height: 50px;
        border-radius: 6px;
        gap: 12px;
        margin: 25px auto 0
    }

    .sec5 a img {
        width: 20px
    }

    .sec5 .logos {
        display: none !important
    }

    .sec5 .logos_ph {
        display: flex !important;
        width: max-content;
        margin-top: 40px;
        animation: img_go 20s infinite linear
    }

    .sec5 .logos_ph .logo {
        width: 100px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background: #FFFFFF;
        overflow: hidden;
        margin-right: 20px
    }

    .sec5 .logos_ph .logo img {
        display: block;
        max-height: 70%;
        max-width: 90%;
        object-fit: contain
    }

    .sec6 {
        padding: 50px 5vw
    }

    .sec6 .en {
        font-size: 16px
    }

    .sec6 .title {
        margin-bottom: 25px
    }

    .sec6 .title p {
        font-size: 20px
    }

    .sec6 .list {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0
    }

    .sec6 .list .item .icon {
        width: 50px;
        height: 50px;
        background: #184CC3;
        margin: 0 auto 6px
    }

    .sec6 .list .item .icon img {
        width: 20px;
        filter: brightness(0) invert(1)
    }

    .sec6 .list .item p {
        font-size: 14px
    }

    .sec6 .more {
        width: 180px;
        height: 50px;
        border-radius: 6px;
        gap: 12px;
        margin: 25px auto 0
    }

    .sec6 .more img {
        width: 20px
    }

    .sec7 {
        padding: 50px 5vw
    }

    .sec7 .sec7_top .title .en {
        font-size: 16px
    }

    .sec7 .sec7_top .btns {
        gap: 8px
    }

    .sec7 .sec7_top .btns .jt {
        width: 40px;
        height: 40px;
        border-radius: 6px
    }

    .sec7 .sec7_top .btns .jt img {
        width: 18px
    }

    .sec7 .swiper {
        margin: 30px 0;
        width: 100%
    }

    .sec7 .swiper .swiper-slide .slide_box {
        height: unset !important;
        border-radius: 10px;
        padding: 0
    }

    .sec7 .swiper .swiper-slide .slide_box .img {
        position: unset;
        height: 30vw;
        opacity: 1
    }

    .sec7 .swiper .swiper-slide .slide_box .slide_title {
        transform: unset !important;
        padding: 20px 10px 10px;
        font-size: 16px
    }

    .sec7 .swiper .swiper-slide .slide_box .slide_bottom {
        padding: 0 10px
    }

    .sec7 .swiper .swiper-slide .slide_box .slide_bottom p {
        font-size: 12px;
        line-height: 1.4
    }

    .sec7 .swiper .swiper-slide .slide_box .slide_bottom .icon {
        width: 40px;
        height: 40px
    }

    .sec7 .swiper .swiper-slide .slide_box .slide_bottom .icon img {
        width: 16px
    }

    .sec7 .more {
        width: 180px;
        height: 50px;
        border-radius: 6px;
        gap: 12px;
        margin: 25px 0 0
    }

    .sec7 .more img {
        width: 20px
    }
}

@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}