@keyframes yAnimate {
    0% {
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.matter_box {
    display: flex;
}

img {
    object-fit: cover
}

.common_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

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

.header .links .link_item {
    transition: .3s ease
}

.header.header_white .links .link_item {
    opacity: 0;
    pointer-events: none
}

.header.header_white .links .index_menu svg path {
    fill: #fff
}

.header.header_white .links .index_menu {
    opacity: 1;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .links .index_menu {
    cursor: pointer;
    margin: 0 1.04167vw 0 0;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease
}

.header .links .index_menu svg {
    width: 1.04167vw;
    height: .72917vw
}

.header .links .index_menu svg path {
    fill: #000;
    transition: .6s ease
}

.header .links .btns {
    margin: 0 !important
}

.fixed_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(49, 48, 89, 0.95);
    backdrop-filter: blur(10px);
    transition: .6s ease;
    opacity: 0;
    pointer-events: none
}

.fixed_head.on {
    pointer-events: auto;
    opacity: 1
}

.fixed_head .close {
    position: absolute;
    top: 5.05208vw;
    right: 16.40625vw;
    cursor: pointer
}

.fixed_head .close svg {
    width: .64422vw;
    height: .64422vw
}

.fixed_head .wrap {
    text-align: center
}

.fixed_head .wrap a {
    color: #fff;
    font-size: .83333vw;
    display: block
}

.fixed_head .wrap a:not(:last-child) {
    margin: 0 0 2.1875vw
}

.home {
    position: relative
}

.home .dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 100
}

.home .dialog .close {
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    z-index: 100
}

.home .dialog .close img {
    width: 50px
}

.home .dialog .content {
    width: 100%
}

.home .dialog .content video {
    width: 80%;
    height: 80vh;
    object-fit: cover;
    display: block;
    margin: 0 auto
}

.home .section1 {
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.home .section1 .swiper-pagination {
    bottom: 60px
}

.home .section1 .swiper-pagination span {
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    transition: .6s ease;
    margin: 0 12px 0 0;
    background: #BBBECA
}

.home .section1 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #7767E6
}

.home .section1 .swiper-pagination span:last-child {
    margin: 0 !important
}

.home .section1 .content {
    text-align: center;
    position: relative;
    z-index: 5
}

.home .section1 .content .p1 {
    color: #fff;
    font-weight: bold;
    margin: 0 0 1.40625vw
}

.home .section1 .content .p2 {
    color: #fff;
    margin: 0 0 1.82292vw
}

.home .section1 .content .more {
    display: inline-flex;
    height: 3.48958vw;
    padding: 1.14583vw 2.1875vw;
    justify-content: center;
    align-items: center;
    gap: .625vw;
    border-radius: 3.125vw;
    background: #FFF;
    margin: auto;
    width: fit-content;
    transition: .6s ease
}

.home .section1 .content .more:hover {
    background: #000
}

.home .section1 .content .more:hover p {
    color: #fff
}

.home .section1 .content .more:hover svg {
    filter: brightness(0) invert(1)
}

.home .section1 .content .more p {
    color: #313059;
    font-weight: bold;
    transition: .6s ease
}

.home .section1 .content .more svg {
    width: .52083vw;
    height: .46875vw;
    transition: .6s ease
}

.home .section1 .swiper1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.home .section1 .swiper1 .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home .section2 {
    background: #F9FAFC;
    position: relative;
    padding: 5.20833vw 15.625vw;
    overflow: hidden;
    z-index: 1
}

.home .section2 .i3 {
    position: absolute;
    bottom: -4.6875vw;
    right: 0vw;
    opacity: 0.2;
    z-index: -1
}

.home .section2 .title {
    color: #313059;
    text-align: center;
    font-weight: bold
}

.home .section2 .content {
    margin: 5.20833vw 0 0 0;
    display: flex;
    padding: 2.08333vw 1.61458vw;
    align-items: center;
    gap: 2.34375vw;
    align-self: stretch;
    border-radius: .9375vw;
    background: #fff;
    box-shadow: 0px 24px 44px 0px rgba(20, 20, 43, 0.04)
}

.home .section2 .content .video {
    width: 32.55208vw;
    height: 20.57292vw;
    border-radius: .9375vw;
    position: relative
}

.home .section2 .content .video .img {
    width: 100%;
    height: 100%
}

.home .section2 .content .video .play {
    position: absolute;
    top: 51%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%)
}

.home .section2 .content .r {
    width: 29.16667vw
}

.home .section2 .content .r .p1 {
    margin: 0 0 1.25vw;
    color: #12141D;
    font-weight: bold
}

.home .section2 .content .r .p2 {
    color: #8A8A8A;
    /* text-align: justify; */
    font-style: normal;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    font-weight: 400;
    line-height: 1.5625vw
}

.home .section3 {
    padding: 5.20833vw 15.625vw
}

.home .section3 .title {
    text-align: center;
    margin: 0 0 6.77083vw
}

.home .section3 .title .p1 {
    color: #12141D;
    font-weight: bold
}

.home .section3 .title .p1 span {
    color: #323077
}

.home .section3 .title .p2 {
    color: rgba(49, 48, 89, 0.7);
    margin: 1.25vw 0 0 0;
    font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section3 .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.66667vw
}

.home .section3 .content .item {
    width: 100%;
    height: 31.51042vw;
    padding: 2.08333vw 1.04167vw;
    gap: .52083vw;
    border-radius: .9375vw;
    border: 1px solid #E3E3E3;
    background: #F9FAFC;
    transition: .6s ease
    
}

.home .section3 .content .item:hover {
    background: #313059
}

.home .section3 .content .item:hover .circle {
    background: #fff
}

.home .section3 .content .item:hover .circle svg path {
    fill: #313059
}

.home .section3 .content .item:hover .p1 {
    color: #fff
}

.home .section3 .content .item:hover .p2 {
    color: #DDDDDD
}

.home .section3 .content .item .circle {
    width: 2.91667vw;
    height: 2.91667vw;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.875vw;
    transition: .6s ease
}

.home .section3 .content .item .circle svg {
    object-fit: contain
}

.home .section3 .content .item .p1 {
    color: #12141D;
    font-weight: bold;
    margin: 0 0 1.25vw;
    transition: .6s ease
}

.home .section3 .content .item .p2 {
    color: #8A8A8A;
    font-style: normal;
    font-weight: 400;
    transition: .6s ease;
    font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section4 {
    padding: 5.20833vw 0;
    overflow: hidden
}

.home .section4 .title {
    text-align: center;
    color: #313059;
    font-weight: bold
}

.home .section4 .title span {
    color: #323077
}

.home .section4 .content {
    margin: 3.90625vw 0 0 0
}

.home .section4 .content .top {
    position: relative;
    width: 75vw;
    margin: auto
}

.home .section4 .content .top .circle_line {
    width: 100%
}

.home .section4 .content .top .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 5
}

.home .section4 .content .top .position .item1 {
    bottom: .41667vw;
    left: 13.33333vw
}

.home .section4 .content .top .position .item2 {
    bottom: 7.13542vw;
    left: 15.9375vw
}

.home .section4 .content .top .position .item3 {
    bottom: 12.29167vw;
    left: 20.15625vw
}

.home .section4 .content .top .position .item4 {
    bottom: 16.97917vw;
    left: 26.04167vw
}

.home .section4 .content .top .position .item5 {
    left: 34.63542vw;
    bottom: 17.76042vw
}

.home .section4 .content .top .position .item6 {
    left: 44.89583vw;
    bottom: 16.19792vw
}

.home .section4 .content .top .position .item7 {
    bottom: 12.91667vw;
    left: 50.41667vw
}

.home .section4 .content .top .position .item8 {
    bottom: 6.97917vw;
    left: 54.01042vw
}

.home .section4 .content .top .position .item9 {
    bottom: .36458vw;
    left: 55.88542vw
}

.home .section4 .content .top .position .item10 {
    bottom: 2.60417vw;
    left: 21.25vw
}

.home .section4 .content .top .position .item11 {
    bottom: 8.59375vw;
    left: 26.66667vw
}

.home .section4 .content .top .position .item12 {
    bottom: 11.51042vw;
    left: 34.16667vw
}

.home .section4 .content .top .position .item13 {
    bottom: 8.22917vw;
    left: 43.54167vw
}

.home .section4 .content .top .position .item14 {
    bottom: 2.91667vw;
    left: 49.16667vw
}

.home .section4 .content .top .position .item15 {
    bottom: .83333vw;
    left: 26.66667vw
}

.home .section4 .content .top .position .item16 {
    bottom: 4.73958vw;
    left: 33.75vw
}

.home .section4 .content .top .position .item17 {
    bottom: .88542vw;
    left: 42.23958vw
}

@keyframes itemAnimate {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.95)
    }

    100% {
        transform: scale(1)
    }
}

.home .section4 .content .top .position .item {
    position: absolute;
    pointer-events: auto;
    animation: itemAnimate 2s ease infinite
}

.home .section4 .content .top .position .item.on .icon img:first-child {
    opacity: 0
}

.home .section4 .content .top .position .item.on .icon img:nth-child(2) {
    opacity: 1
}

.home .section4 .content .top .position .item .icon {
    width: 1.95312vw;
    height: 1.95312vw;
    margin: 0 auto .36458vw;
    position: relative
}

.home .section4 .content .top .position .item .icon img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.home .section4 .content .top .position .item .icon img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.home .section4 .content .top .position .item .text {
    text-align: center;
    padding: .36458vw .52083vw;
    width: fit-content;
    border-radius: 6px;
    background: rgba(58, 58, 64, 0.05);
    backdrop-filter: blur(0.75px);
    color: #1D1D20;
    font-size: .57292vw;
    font-style: normal;
    font-weight: 400
}

.home .section4 .content .bottom {
    margin: -2.44792vw auto 0;
    position: relative;
    width: fit-content
}

.home .section4 .content .bottom .svg {
    stroke-width: .11719vw;
    stroke: #7767E6;
    height: auto !important;
    position: absolute
}

.home .section4 .content .bottom .svg.on .path_opacity {
    opacity: 0
}

.home .section4 .content .bottom .svg .path_opacity {
    opacity: 0.1;
    stroke: #1d1d20;
    transition: .3s
}

.home .section4 .content .bottom .svg.on .mask {
    stroke-dashoffset: 0;
    transition: 2s
}

.home .section4 .content .bottom .svg .mask {
    stroke-dashoffset: 486;
    stroke-dasharray: 486;
    stroke: #fff;
    stroke-width: 10
}

.home .section4 .content .bottom .svg .hui {
    stroke: gray
}

.home .section4 .content .bottom .svg .mask2 {
    stroke-width: 2;
    stroke-dasharray: 2, 4;
    stroke: #7767E6
}

.home .section4 .content .bottom .svg1 {
    width: 10.9375vw;
    position: absolute;
    top: 2.44792vw;
    left: 2.65625vw
}

.home .section4 .content .bottom .svg2 {
    width: 7.1875vw;
    top: 2.44792vw;
    left: 6.51042vw
}

.home .section4 .content .bottom .svg3 {
    width: 13.32031vw;
    top: 2.1875vw;
    left: 11.66667vw
}

.home .section4 .content .bottom .svg4 {
    width: 11.04167vw;
    top: 2.44792vw;
    left: 14.16667vw
}

.home .section4 .content .bottom .all {
    width: 22.5vw;
    position: absolute;
    top: 2.44792vw;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s ease
}

.home .section4 .content .bottom .all.on {
    opacity: 0.3
}

.home .section4 .content .bottom .big {
    width: 4.84375vw;
    height: 4.84375vw;
    margin: 0 auto 5.46875vw
}

.home .section4 .content .bottom .big img {
    width: 100%
}

.home .section4 .content .bottom .flex {
    display: flex;
    justify-content: center;
    gap: 2.91667vw
}

.home .section4 .content .bottom .flex .item {
    cursor: pointer
}

.home .section4 .content .bottom .flex .item.on .icon img:first-child {
    opacity: 0
}

.home .section4 .content .bottom .flex .item.on .icon img:last-child {
    opacity: 1
}

.home .section4 .content .bottom .flex .item .icon {
    width: 2.1875vw;
    height: 2.1875vw;
    margin: 0 auto .52083vw;
    position: relative
}

.home .section4 .content .bottom .flex .item .icon img {
    width: 100%;
    transition: .6s ease
}

.home .section4 .content .bottom .flex .item .icon img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.home .section4 .content .bottom .flex .item .text {
    text-align: center;
    color: #1D1D20;
    line-height: 1.04167vw
}

.home .section4 .content .bottom .flex .item:nth-child(1),
.home .section4 .content .bottom .flex .item:nth-child(2),
.home .section4 .content .bottom .flex .item:nth-child(3) {
    transform: translateX(.26042vw)
}

.home .section4 .content .bottom .flex .item:nth-child(4) {
    transform: translateX(-.41667vw)
}

.home .section5 {
    padding: 5.20833vw 15.625vw;
    display: flex;
    justify-content: space-between
}

.home .section5 .l {
    width: 29.89583vw;
    position: relative
}

.home .section5 .l .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 22vh;
    height: 29.79167vw
}

.home .section5 .l .fix video,
.home .section5 .l .fix img {
    width: 100%;
    opacity: 0;
    max-height: 100%;
    pointer-events: none;
    transition: .6s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    object-fit: contain
}

.home .section5 .l .fix video.on,
.home .section5 .l .fix img.on {
    opacity: 1;
    transition-delay: .3s
}

.home .section5 .r {
    width: 31.82292vw;
    height: fit-content;
    position: sticky;
    position: -webkit-sticky;
    top: 22vh;
    height: 35.79167vw
}

.home .section5 .r .item {
    position: relative;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: 1s
}

.home .section5 .r .item.on {
    opacity: 1;
    pointer-events: auto;
    transition-delay: .3s
}

.home .section5 .r .item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.home .section5 .r .item .la {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1
}

.home .section5 .r .item .phone_pic {
    width: 100%;
    display: none
}

.home .section5 .r .item .phone_pic video,
.home .section5 .r .item .phone_pic img {
    width: 100%;
    object-fit: contain
}

.home .section5 .r .item .dis {
    display: flex;
    align-items: center;
    margin: 0 0 1.30208vw;
    gap: .52083vw
}

.home .section5 .r .item .dis img {
    width: 1.50047vw;
    height: 1.6587vw
}

.home .section5 .r .item .dis p {
    color: #313059;
    font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section5 .r .item .dis p b {
    color: #313059;
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    font-weight: 700
}

.home .section5 .r .item .p1 {
    color: #313059;
    margin: 0 0 1.25vw
}

.home .section5 .r .item .p2 {
    margin: 0 0 1.25vw
}

.home .section5 .r .item .p2 p {
    color: #313059;
    /* text-align: justify; */
    font-weight: 300;
    font-family: 'AlibabaPuHuiTi-3-45-Light';
    line-height: 1.45833vw;
    letter-spacing: 0.2px
}

.home .section5 .r .item .text p {
    color: #313059;
    font-size: .83333vw;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.2px
}

.home .section5 .r .item .text p:not(:last-child) {
    margin: 0 0 .41667vw
}

.home .section5 .r .item .more {
    display: flex;
    align-items: center;
    margin: 1.30208vw 0 0 0;
    width: fit-content;
    gap: .41667vw
}

.home .section5 .r .item .more p {
    color: #323077
}

.home .section5 .r .item .more svg {
    width: .53318vw;
    height: .51187vw
}

.home .section6 {
    padding: 5.20833vw 0 0 0;
    position: relative;
    overflow: hidden
}

.home .section6 .title {
    text-align: center
}

.home .section6 .title .p1 {
    color: #12141D;
    font-weight: bold
}

.home .section6 .title .p1 span {
    color: #313059
}

.home .section6 .title .p2 {
    margin: 1.25vw 0 0 0;
    color: rgba(49, 48, 89, 0.7);
    font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section6 .cut {
    margin: 5.20833vw 0 1.45833vw 0;
    display: flex;
    justify-content: center
}

.home .section6 .cut .list {
    padding: 0 0 .78125vw;
    text-align: center;
    width: 11.77083vw;
    color: #313059;

    position: relative;
    cursor: pointer
}

.home .section6 .cut .list.on{
    font-weight: bold;



}
.home .section6 .cut .list:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .20833vw;
    background: #313059;
    transform: scaleX(0);
    transform-origin: left;
    transition: .6s ease
}

.home .section6 .cut .list.on:after {
    transform: scaleX(1)
}

.home .section6 .content {
    height: 35.41667vw;
    position: relative
}

.home .section6 .content .matter {
    height: 100%;
    padding: 0 15.36458vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
    width: 100%
}

.home .section6 .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.home .section6 .content .matter.on {
    transition: 1s;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.home .section6 .content .matter.on .right .right_matter.on {
    pointer-events: auto
}

.home .section6 .content .matter .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.home .section6 .content .matter .position img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .6s ease
}

.home .section6 .content .matter .position img.on {
    opacity: 1
}

.home .section6 .content .matter .left {
    width: 15.625vw;
    position: relative;
    z-index: 2
}

.home .section6 .content .matter .left .headline {
    margin: 0 0 1.5625vw
}

.home .section6 .content .matter .left .headline .p1 {
    font-size: 1.5625vw;
    color: #fff;
    margin: 0 0 .625vw;
    font-weight: 500
}

.home .section6 .content .matter .left .headline .p2 {
    color: #fff;
    font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section6 .content .matter .left .left_cut .list {
    cursor: pointer;
    width: 12.55208vw;
    height: 2.91667vw;
    padding: 0 0 0 1.71875vw;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center
}

.home .section6 .content .matter .left .left_cut .list.on img {
    opacity: 1
}

.home .section6 .content .matter .left .left_cut .list img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: .6s ease;
    z-index: -1
}

.home .section6 .content .matter .right {
    width: 52.86458vw;
    margin: 0 0 0 .52083vw;
    position: relative
}

.home .section6 .content .matter .right .right_matter {
    width: 100%;
    border-radius: .9375vw;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 60px 0px rgba(0, 28, 85, 0.04);
    backdrop-filter: blur(11px);
    height: 23.64583vw;
    padding: 1.66667vw;
    pointer-events: none;
    opacity: 0;
    transform: translateY(50px)
}

.home .section6 .content .matter .right .right_matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.home .section6 .content .matter .right .right_matter.on {
    transition: 1s;
    opacity: 1;
    transform: translateY(0)
}

.home .section6 .content .matter .right .right_matter .top {
    padding: 0 0 1.82292vw;
    border-bottom: 1px solid rgba(2, 8, 20, 0.08)
}

.home .section6 .content .matter .right .right_matter .top .p1 {
    font-size: 1.5625vw;
    font-weight: 600;
    color: #12141D;
    margin: 0 0 1.04167vw
}

.home .section6 .content .matter .right .right_matter .top .p2 {
    color: #313059
}

.home .section6 .content .matter .right .right_matter .bottom {
    margin: 1.25vw 0 0 0
}

.home .section6 .content .matter .right .right_matter .bottom .label {
    color: #12141D;
    margin: 0 0 .83333vw
}

.home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper {
    width: 100%
}

.home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item {
    height: 9.11458vw;
    padding: .98958vw 1.25vw;
    border-radius: .20833vw;
    background: #FFF
}

.home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .dis {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: .57292vw
}

.home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .dis img {
    width: 1.04167vw;
    height: 1.04167vw
}

.home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .dis p {
    color: #313059
}

.home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .text {
    margin: .625vw auto 0;
    color: #8A8A8A;
    /* text-align: justify; */
    line-height: 1.14583vw;
    height: 4.4375vw;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .text p {
    color: #8A8A8A;
}

.home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .more {
    color: #313059;
    text-align: center;
    width: fit-content;
    margin: .625vw auto 0;
    display: block
}

.home .section7 {
    background: #313059;
    padding: 5.20833vw 0;
    overflow: hidden
}

.home .section7 .title {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5.20833vw
}

.home .section7 .cut {
    display: flex;
    padding: .26042vw;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    border-radius: 1.5625vw;
    background: rgba(9, 18, 33, 0.08)
}

.home .section7 .cut .list {
    width: 9.32292vw;
    height: 2.13542vw;
    border-radius: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s ease;
    cursor: pointer
}

.home .section7 .cut .list.on {
    background: rgba(255, 255, 255, 0.12)
}

.home .section7 .content {
    margin: 1.97917vw 0 0;
    padding: 0 15.625vw
}

.home .section7 .content .matter {
    display: none;
    width: 68.75vw;
    border-radius: .9375vw;
    border: 1px solid rgba(9, 18, 33, 0.04);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 0px 42.276px 0px rgba(0, 28, 85, 0.08);
    align-items: center;
    justify-content: space-between;
    padding: 1.5625vw 1.77083vw 1.5625vw 2.8125vw
}

.home .section7 .content .matter.on {
    display: flex;
    animation: yAnimate .6s ease forwards
}

.home .section7 .content .matter .l {
    width: 25.3125vw
}

.home .section7 .content .matter .l .p1 {
    margin: 0 0 .78125vw;
    line-height: 4.375vw
}

.home .section7 .content .matter .l .p2 {
    color: #8A8A8A;
    line-height: 1.35417vw;
    margin: 0 0 1.77083vw
}

.home .section7 .content .matter .l .more {
    color: #313059
}

.home .section7 .content .matter .img {
    width: 36.25vw;
    height: 21.51042vw
}

.home .section7 .content .matter .img img,
.home .section7 .content .matter .img video {
    width: 100%;
    height: 100%
}

.home .section7 .content2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5625vw;
    margin: 3.33333vw 0 0 0
}

.home .section7 .content2 span {
    width: 11.71875vw;
    height: 1px;
    opacity: 0.24;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%)
}

.home .section7 .content2 span:first-child {
    transform: rotate(180deg)
}

.home .section7 .content2 p {
    color: #fff;
    opacity: .6
}

.home .section7 .content3 {
    margin: 1.82292vw 0 0 0;
    display: flex;
    width: max-content;
    animation: goAnimate 50s ease forwards
}

.home .section7 .content3 .flex {
    display: flex
}

.home .section7 .content3 .flex .img {
    min-width: 11.25vw;
    padding: 0 4.79167vw;
    height: 3.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .52083vw 0 0
}

.home .section7 .content3 .flex .img img {
    object-fit: contain
}

.home .section8 {
    padding: 5.20833vw 16.45833vw 2.60417vw 16.45833vw
}

.home .section8 .title {
    text-align: center
}

.home .section8 .title .p1 {
    color: #12141D;
    font-weight: bold;
    margin: 0 0 1.25vw
}

.home .section8 .title .p2 {
    color: #313059;
    line-height: 160%;
    font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section8 .content {
    margin: 5.20833vw 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.82292vw
}

.home .section8 .content a {
    display: block;
    width: 100%;
    border-radius: .9375vw;
    box-shadow: 0px 4px 3.125vw 0px rgba(0, 28, 85, 0.08)
}

.home .section8 .content a .pic {
    overflow: hidden;
    border-radius: .9375vw .9375vw 0 0
}

.home .section8 .content a .pic img {
    width: 100%;
    height: 11.92708vw;
    object-fit: cover;
    border-radius: .9375vw .9375vw 0 0;
    transition: all 600ms
}

.home .section8 .content a .text {
    border-radius: .9375vw;
    padding: 2.5vw 1.35417vw;
    margin-top: -1.5625vw;
    position: relative;
    z-index: 10;
    background: #fff
}

.home .section8 .content a .text .name {
    color: #12141D;
    font-weight: 700;
    line-height: 1.4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.125vw
}

.home .section8 .content a .text .time {
    margin: 1.25vw 0;
    color: #8A8A8A;
    line-height: 1.25
}

.home .section8 .content a .text .des {
    color: #8A8A8A;
    line-height: 1.375;
    /* text-align: justify; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 4.88542vw
}

.home .section8 .content a .text .more {
    color: #313059;
    line-height: 1.25;
    margin-top: 1.51042vw
}

.home .section8 .content a:hover .pic img {
    transform: scale(1.05)
}

.home .section8 .all_more {
    width: fit-content;
    display: block;
    margin: 3.33333vw auto 0;
    text-align: center;
    color: #313059;
    font-size: 16px;
    font-weight: bold;
}

.home .section9 {
    padding: 5.20833vw 21.19792vw
}

.home .section9 .title {
    text-align: center
}

.home .section9 .title .p1 {
    color: #313059;
    margin: 0 0 1.30208vw;
    font-weight: bold
}

.home .section9 .title .p2 {
    color: rgba(50, 48, 119, 0.3)
}

.home .section9 .content {
    margin: 2.08333vw 0 0 0;
    display: flex;
    justify-content: space-between
}

.home .section9 .content .item {
    width: 17.70833vw;
    height: 56.19792vw;
    padding: 2.1875vw 1.09375vw;
    gap: 2.08333vw 1.04167vw;
    border-radius: .625vw;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(0, 28, 85, 0.08)
}

.home .section9 .content .item .headline h2 {
    color: #313059;
    font-weight: bold;
    margin: 0 0 1.14583vw
}

.home .section9 .content .item .headline .p1 {
    color: #313059;
    margin: 0 0 1.14583vw
}

.home .section9 .content .item .headline .more {
    display: flex;
    width: 100%;
    height: 2.70833vw;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: .20833vw;
    background: #323077;
    box-shadow: 0px 1.07px 1.07px 0px rgba(255, 255, 255, 0.2) inset, 0px 6.418px 12.836px 0px rgba(255, 255, 255, 0.12) inset, 0px 1.07px 2.139px 0px rgba(8, 8, 8, 0.08), 0px 4.279px 4.279px 0px rgba(8, 8, 8, 0.08)
}

.home .section9 .content .item .flex {
    margin: 1.14583vw 0 0 0
}

.home .section9 .content .item .flex .list {
    padding: 0 0 .88542vw;
    border-bottom: 1px solid rgba(50, 48, 119, 0.1);
    margin: 0 0 1.09375vw
}

.home .section9 .content .item .flex .list:last-child {
    border-bottom: none
}

.home .section9 .content .item .flex .list .blue {
    width: fit-content;
    background: linear-gradient(90deg, #7767E6 0%, rgba(126, 106, 185, 0.4) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 1.25vw;
    font-size: .625vw
}

.home .section9 .content .item .flex .list .p1 {
    color: #313059;
    font-weight: bold;
    margin: 0 0 .9375vw
}

.home .section9 .content .item .flex .list .qian {
    margin: 0 0 20px;
    color: #313059
}

.home .section9 .content .item .flex .list .p2 {
    margin: 0 0 .83333vw
}

.home .section9 .content .item .flex .list .p2 p {
    color: rgba(50, 46, 74, 0.5);
    font-size: .625vw;
    line-height: .98958vw
}

.home .section9 .content .item .flex .list .p2 p:not(:last-child) {
    margin: 0 0 .41667vw
}


@media screen and (max-width: 1480px) {
    .home .section4 .content .top .position .item .text {
        /* font-size: 11px; */
        transform: scale(1.2);
    }
    .home .section4 .content .bottom .flex .item .text{
        font-size: 0.7291666667vw;
    }

    .home .section5 .r .item .text p {
        font-size: 16px;
    }

    .home .section6 .content .matter .right .right_matter {
        height: auto;
    }

    .home .section6 .content .matter .swiper-slide {
        height: auto;
    }

    .home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .dis p {
        display: -webkit-box;
        display: box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item {
        height: 100%;
    }

    .home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .text {
        line-height: 1.2;
        height: auto;
    }

    .home .section6 .content .matter .left .headline .p1 {
        font-size: 26px;
    }

    .home .section6 .content .matter .right .right_matter .top .p1 {
        font-size: 26px;
    }

    .home .section7 .content .matter .l .p2 {
        font-size: 14px;
        line-height: 1.4;
    }

    .home .section8 .all_more {
        font-size: 16px;
    }

    .home .section9 .content .item .flex .list .blue,
    .home .section9 .content .item .flex .list .p2 p {
        font-size: 12px;
    }

    .home .section9 .content .item .flex .list .p2 p {
        line-height: 19px;
    }

    .fixed_head .wrap a {
        font-size: 16px;
    }

    .home .section3 .content .item {
        height: auto;
    }

    .home .section8 .content a .text .name{
         height: calc(2 * 1.4em);
    }
    .home .section8 .content a .text .des{
         height: calc(4 * 1.4em);
    }
    .home .section9 .content .item{
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .home .dialog .close {
        top: 80px
    }

    .home .dialog .close img {
        width: 30px
    }

    .home .dialog .content video {
        width: 90%;
        height: auto
    }

    .home .section1 .content {
        padding: 0 5%
    }

    .home .section1 .content .p1 {
        margin: 0 0 20px
    }

    .home .section1 .content .p1 br {
        display: none
    }

    .home .section1 .content .p2 {
        margin: 0 0 20px
    }

    .home .section1 .content .more {
        height: auto;
        border-radius: 25px;
        padding: 15px 25px;
        gap: 10px
    }

    .home .section1 .content .more svg {
        width: 15px;
        height: 15px
    }

    .home .section2 {
        padding: 80px 5%
    }

    .home .section2 .i3 {
        display: none
    }

    .home .section2 .content {
        padding: 10px;
        gap: 20px;
        flex-direction: column;
        align-items: unset
    }

    .home .section2 .content .video {
        width: 100%;
        height: auto;
        border-radius: 20px
    }

    .home .section2 .content .video .play {
        width: 100px
    }

    .home .section2 .content .r {
        width: 100%
    }

    .home .section2 .content .r .p1 {
        margin: 0 0 15px
    }

    .home .section2 .content .r .p2 {
        line-height: 28px
    }

    .home .section3 {
        padding: 60px 5%
    }

    .home .section3 .title .p2 {
        margin: 15px 0 0 0
    }

    .home .section3 .content {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px
    }

    .home .section3 .content .item {
        height: auto;
        padding: 25px 5%
    }

    .home .section3 .content .item .circle {
        width: 50px;
        height: 50px;
        margin: 0 0 15px
    }

    .home .section3 .content .item .circle img {
        max-width: 70%
    }

    .home .section3 .content .item .p1 {
        margin: 0 0 15px
    }

    .home .section4 {
        height: 216.79389vw;
        position: relative;
        padding: 0
    }

    .home .section4 .title {
        display: none
    }

    .home .section4 .content {
        height: 100%
    }

    .home .section4 .content .bottom {
        position: absolute;
        bottom: 15.26718vw;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -9.16031vw
    }

    .home .section4 .content .bottom .svg1 {
        width: 37.65903vw;
        top: 12.72265vw;
        left: 5.59796vw
    }

    .home .section4 .content .bottom .svg2 {
        width: 24.93639vw;
        top: 12.21374vw;
        left: 18.57506vw
    }

    .home .section4 .content .bottom .svg3 {
        width: 45.29262vw;
        top: 11.70483vw;
        left: 36.64122vw
    }

    .home .section4 .content .bottom .svg4 {
        width: 37.65903vw;
        top: 12.21374vw;
        left: 45.03817vw
    }

    .home .section4 .content .bottom .all {
        width: 76.84478vw;
        height: auto;
        position: absolute;
        top: 12.46819vw;
        left: 50%;
        transform: translateX(-50%)
    }

    .home .section4 .content .bottom .big {
        width: 23.66412vw;
        height: 23.66412vw;
        margin: 0 auto 15.77608vw;
        position: relative;
        top: 2.54453vw
    }

    .home .section4 .content .bottom .flex {
        gap: 7.37913vw
    }

    .home .section4 .content .bottom .flex .item .icon {
        width: 10.68702vw;
        height: 10.68702vw;
        margin: 0 auto 2.79898vw
    }

    .home .section4 .content .bottom .flex .item .text {
        font-size: 2.54453vw;
        line-height: 4.07125vw
    }

    .home .section4 .content .bottom .flex .item:nth-child(1) {
        transform: translateX(-10px)
    }

    .home .section4 .content .bottom .flex .item:nth-child(3) {
        transform: translateX(10px)
    }

    .home .section4 .content .bottom .flex .item:nth-child(4) {
        transform: translateX(8px)
    }

    .home .section4 .content .top {
        width: 100%
    }

    .home .section4 .content .top .position {
        display: none
    }

    .home .section4 .content .top .position.sj_position {
        display: block !important
    }

    .home .section4 .content .top .position .item {
        animation: none
    }

    .home .section4 .content .top .position .item .icon {
        width: 8.90585vw;
        height: 8.90585vw;
        margin: 0 auto 1.78117vw
    }

    .home .section4 .content .top .position .item .text {
        font-size: 2.03562vw;
        padding: 1.78117vw 2.29008vw;
        border-radius: 1.43944vw;
        white-space: nowrap
    }

    .home .section4 .content .top .position .item1 {
        top: 51.9084vw;
        left: 7.63359vw;
        bottom: unset
    }

    .home .section4 .content .top .position .item2 {
        top: 52.67176vw;
        right: 6.87023vw;
        left: unset;
        bottom: unset
    }

    .home .section4 .content .top .position .item3 {
        top: 24.68193vw;
        left: 10.94148vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item4 {
        top: 41.73028vw;
        left: 27.98982vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item5 {
        top: 17.55725vw;
        left: 39.4402vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item6 {
        top: 76.08142vw;
        left: 14.75827vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item7 {
        top: 41.47583vw;
        left: 56.2341vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item8 {
        top: 24.68193vw;
        right: 11.19593vw;
        bottom: unset;
        left: unset
    }

    .home .section4 .content .top .position .item9 {
        top: 75.82697vw;
        right: 9.16031vw;
        bottom: unset;
        left: unset
    }

    .home .section4 .content .top .position .item10 {
        top: 91.60305vw;
        left: 34.86005vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item11 {
        top: 91.09415vw;
        left: 55.97964vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item12 {
        top: 64.8855vw;
        left: 37.15013vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item13 {
        top: 103.30789vw;
        left: 5.08906vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item14 {
        top: 103.30789vw;
        right: 6.36132vw;
        bottom: unset;
        left: unset
    }

    .home .section4 .content .top .position .item15 {
        top: 131.29771vw;
        left: 9.66921vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item16 {
        top: 119.84733vw;
        left: 36.13232vw;
        bottom: unset;
        right: unset
    }

    .home .section4 .content .top .position .item17 {
        top: 131.29771vw;
        right: 6.87023vw;
        bottom: unset;
        left: unset
    }

    .home .section5 {
        padding: 50px 5%;
        height: auto !important
    }

    .home .section5 .l {
        display: none
    }

    .home .section5 .r {
        width: 100%;
        position: relative;
        top: 0;
        height: auto
    }

    .home .section5 .r .item {
        width: 100%;
        position: static !important;
        opacity: 1;
        pointer-events: auto
    }

    .home .section5 .r .item:not(:last-child) {
        margin: 0 0 30px
    }

    .home .section5 .r .item .phone_pic {
        display: block
    }

    .home .section5 .r .item .dis {
        gap: 10px;
        margin: 0 0 8px
    }

    .home .section5 .r .item .dis img {
        width: auto;
        height: auto;
        object-fit: contain
    }

    .home .section5 .r .item .p1 {
        margin: 0 0 15px
    }

    .home .section5 .r .item .p2 {
        margin: 0 0 15px
    }

    .home .section5 .r .item .p2 p {
        line-height: 28px
    }

    .home .section5 .r .item .text p {
        line-height: inherit;
        font-size: 14px
    }

    .home .section5 .r .item .text p:not(:last-child) {
        margin: 0 0 10px
    }

    .home .section5 .r .item .more {
        gap: 10px;
        margin: 15px 0 0 0
    }

    .home .section5 .r .item .more svg {
        width: 15px;
        height: fit-content
    }

    .home .section6 .title {
        margin: 0 5%
    }

    .home .section6 .title .p2 {
        margin: 10px 0 0 0
    }

    .home .section6 .cut {
        gap: 20px;
        margin: 20px 0
    }

    .home .section6 .cut .list {
        width: fit-content;
        padding: 0 0 15px;
        font-size: 12px
    }

    .home .section6 .cut .list:after {
        height: 2px
    }

    .home .section6 .content {
        height: auto
    }

    .home .section6 .content .matter {
        flex-direction: column;
        align-items: unset;
        padding: 50px 5%
    }

    .matter_box {
        display: inline-block;

    }

    .home .section6 .content .matter .left {
        width: 100%
    }

    .home .section6 .content .matter .left .headline {
        margin: 0 0 20px
    }

    .home .section6 .content .matter .left .headline .p1 {
        font-size: 16px;
        margin: 0 0 14px
    }

    .home .section6 .content .matter .left .left_cut {
        display: flex;
        flex-wrap: wrap
    }

    .home .section6 .content .matter .left .left_cut .list {
        width: 50%;
        height: 40px;
        padding: 0 20px
    }

    .home .section6 .content .matter .right {
        width: 100%;
        margin: 20px 0 0 0
    }

    .home .section6 .content .matter .right .right_matter {
        border-radius: 10px;
        height: auto;
        padding: 20px
    }

    .home .section6 .content .matter .right .right_matter .top {
        padding: 0 0 15px
    }

    .home .section6 .content .matter .right .right_matter .top .p1 {
        font-size: 16px;
        margin: 0 0 12px
    }

    .home .section6 .content .matter .right .right_matter .bottom {
        margin: 15px 0 0 0
    }

    .home .section6 .content .matter .right .right_matter .bottom .label {
        margin: 0 0 15px
    }

    .home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item {
        height: auto;
        padding: 30px 5%;
        border-radius: 10px
    }

    .home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .dis {
        gap: 15px
    }

    .home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .dis img {
        width: 20px;
        height: 20px
    }

    .home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .text {
        height: auto;
        line-height: 28px;
        margin: 15px auto 0
    }

    .home .section6 .content .matter .right .right_matter .bottom .grid .gridSwiper .swiper-slide .item .more {
        margin: 20px auto 0
    }

    .home .section7 {
        padding: 50px 0
    }

    .home .section7 .title {
        margin: 0 0 20px
    }

    .home .section7 .cut {
        padding: 5px;
        border-radius: 25px
    }

    .home .section7 .cut .list {
        width: fit-content;
        height: 40px;
        border-radius: 25px;
        padding: 0 15px;
        font-size: 12px
    }

    .home .section7 .content {
        padding: 0 5%;
        margin: 30px 0 0 0
    }

    .home .section7 .content .matter {
        border: 10px;
        flex-direction: column;
        width: 100%;
        align-items: unset;
        padding: 20px 5%
    }

    .home .section7 .content .matter .l {
        width: 100%
    }

    .home .section7 .content .matter .l .p1 {
        margin: 0 0 10px
    }

    .home .section7 .content .matter .l .p2 {
        line-height: 28px;
        margin: 0 0 15px
    }

    .home .section7 .content .matter .img {
        width: 100%;
        height: auto;
        margin: 25px 0 0 0
    }

    .home .section7 .content2 {
        gap: 15px;
        margin: 50px 0 0 0
    }

    .home .section7 .content2 span {
        width: 23%
    }

    .home .section7 .content2 p {
        white-space: nowrap
    }

    .home .section7 .content3 {
        margin: 60px 0 20px 0
    }

    .home .section7 .content3 .flex .img {
        margin: 0 10px 0 0
    }

    .home .section8 {
        padding: 50px 5%
    }

    .home .section8 .title .p1 {
        margin: 0 0 15px
    }

    .home .section8 .content {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0
    }

    .home .section8 .content a {
        border-radius: 15px
    }

    .home .section8 .content a .pic {
        border-radius: 15px 15px 0 0
    }

    .home .section8 .content a .pic img {
        height: 150px;
        border-radius: 15px 15px 0 0
    }

    .home .section8 .content a .text {
        border-radius: 15px;
        padding: 24px 13px
    }

    .home .section8 .content a .text .name {
        height: 50px
    }

    .home .section8 .content a .text .time {
        margin: 12px 0
    }

    .home .section8 .content a .text .des {
        height: 80px
    }

    .home .section8 .content a .text .more {
        margin-top: 15px
    }

    .home .section8 .all_more {
        margin: 35px auto 0
    }

    .home .section9 {
        padding: 20px 5% 50px 5%
    }

    .home .section9 .title .p1 {
        margin: 0 0 15px;
        font-size: 22px
    }

    .home .section9 .title .p2 {
        font-size: 17px
    }

    .home .section9 .content {
        margin: 30px 0 0 0;
        flex-direction: column;
        gap: 30px
    }

    .home .section9 .content .item {
        width: 100%;
        height: auto;
        padding: 20px 5%
    }

    .home .section9 .content .item .headline h2 {
        margin: 0 0 15px
    }

    .home .section9 .content .item .headline .p1 {
        margin: 0 0 15px
    }

    .home .section9 .content .item .headline .more {
        width: 100%;
        height: 55px;
        border-radius: 15px
    }

    .home .section9 .content .item .flex {
        margin: 25px 0 0 0
    }

    .home .section9 .content .item .flex .list {
        padding: 0 0 20px;
        margin: 0 0 20px
    }

    .home .section9 .content .item .flex .list .blue {
        font-size: 14px;
        margin: 0 0 10px
    }

    .home .section9 .content .item .flex .list .p1 {
        margin: 0 0 10px
    }

    .home .section9 .content .item .flex .list .p2 {
        margin: 0 0 10px
    }

    .home .section9 .content .item .flex .list .p2 p {
        font-size: 13px;
        line-height: 28px
    }

    .home .section9 .content .item .flex .list .p2 p:not(:last-child) {
        margin: 0 0 5px
    }
}