#bloc { will-change: transform; backface-visibility: hidden; } #cooperate { background-color: #f6f9fb; } #cooperate .fc { color: #d7dee4; } #cooperate .gray { color: #56575a; } #cooperate .un_row .fxb { display: flex; justify-content: space-between; align-items: center; } #cooperate .un_row .fxs { display: flex; align-items: flex-end; justify-content: flex-start; } #cooperate .un_row .maxSize { width: 81.25%; display: block; margin: 0 auto; position: relative; } #cooperate .un_row .layer-photo { position: relative; } #cooperate .un_row .layer-photo .pic { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-repeat: no-repeat; background-position: center; } #cooperate .un_row .layer-photo.classGo { overflow: hidden; opacity: 0; transition: opacity 1s ease-in-out; } #cooperate .un_row .layer-photo.classGo .pic { transform: scale(1.1); transition: transform 2s ease-in-out; } #cooperate .un_row .layer-photo.go { opacity: 1; } #cooperate .un_row .layer-photo.go .pic { transform: none; } #cooperate .un_row .layer-icon { display: flex; align-items: center; justify-content: center; } #cooperate .un_row .layer-box { border-radius: 0.1rem; background-color: #fff; display: block; box-shadow: 0px 23px 90px 0px rgba(29, 56, 75, 0.17); padding: 0.2rem 0.2rem 0.5rem 0.2rem; } #cooperate .un_row .layer-box small { display: block; margin-bottom: 0.36rem; text-transform: uppercase; } #cooperate .un_row .layer-box .layer-photo { width: 90%; padding-bottom: 84%; margin: 0 auto; } #cooperate .un_row .layer-box .layer-photo > img { object-fit: contain; position: absolute; width: 100%; height: 100%; top: 0; left: 0; } #cooperate .un_row .layer-box .msg { display: flex; flex-direction: column; align-items: center; justify-content: center; } #cooperate .un_row .layer-box .msg h4 { margin-bottom: 0.2rem; } #cooperate .un_row .layer-box .msg a { color: rgba(0, 0, 0, 0.8); transition: opacity 0.3s ease-in-out; } #cooperate .un_row .layer-box .layer-icon { position: absolute; bottom: -0.3rem; height: 0.6rem; border-radius: 0.5rem; overflow: hidden; width: 0.6rem; left: 0; right: 0; margin: 0 auto; background-color: #c2c7cb; transition: width 0.5s ease-in-out; } #cooperate .un_row .layer-box .layer-icon > span { position: absolute; right: 0; top: 0; height: 100%; opacity: 0; width: 100%; text-align: center; background: linear-gradient(90deg, #73b829 0%, #086a3a 100%); font-weight: 600; color: #fff; display: flex; align-items: center; justify-content: center; z-index: 2; transition: opacity 0.3s ease-in-out; padding-right: 0.4rem; white-space: nowrap; } #cooperate .un_row .layer-box .layer-icon > i { position: relative; z-index: 10; width: 0.6rem; height: 100%; text-align: center; line-height: 0.6rem; color: #fff; transition: transform 0.3s ease-in-out; } @media screen and (min-width: 1024px) { #cooperate .un_row .layer-box:hover .msg a { opacity: 0; } #cooperate .un_row .layer-box:hover .layer-icon { width: 2rem; } #cooperate .un_row .layer-box:hover .layer-icon > span { opacity: 1; } #cooperate .un_row .layer-box:hover .layer-icon > i { transform: translateX(64%); } } #cooperate .un_row .layer-topic { margin-bottom: 0.3rem; } #cooperate .un_row .layer-topic .mr { margin-right: 0.1rem; } #cooperate .un_row .layer-topic h2 { line-height: 1; margin-bottom: 0.15rem; font-weight: 600; } #cooperate .un_row .layer-topic h3 { line-height: 1; font-weight: 600; } #cooperate .un_row .layer-topic small { display: block; line-height: 1; margin-bottom: 0.2rem; font-style: italic; } #cooperate .un_row .layer-topic span { display: block; line-height: 1; } #cooperate .un_row .layer-cir { display: flex; align-items: center; justify-content: center; border-radius: 50%; position: relative; width: 1.1rem; height: 0.4rem; transition: height 0.5s ease-in-out; } #cooperate .un_row .layer-cir .img { position: relative; z-index: 10; width: 100%; } #cooperate .un_row .layer-cir .img .before { display: block; height: 0.4rem; margin: 0 auto; transition: opacity 0.3s ease-in-out; max-width: 0.56rem; object-fit: contain; } #cooperate .un_row .layer-cir .img .after { position: absolute; height: 100%; left: 0; top: 0; opacity: 0; transition: opacity 0.3s ease-in-out; max-width: 0.56rem; right: 0; margin: 0 auto; z-index: 10; object-fit: contain; } #cooperate .un_row .layer-cir i { display: block; position: relative; z-index: 10; transition: color 0.3s ease-in-out; } #cooperate .un_row .layer-cir:after { content: ""; border-radius: 50%; background-color: #fff; position: absolute; width: 100%; height: 1.1rem; left: 0; top: -0.35rem; background: linear-gradient(90deg, #79bd28, #00653b); transform: scale(0.85); opacity: 0; transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; } #cooperate .un_row .layer-cir:before { content: attr(data-node); position: absolute; width: calc(100% + 1rem); left: -0.5rem; top: calc(100% + 0.2rem); text-align: center; font-family: word; font-size: 0.15rem; transition: transform 0.3s ease-in-out; } #cooperate .un_row .layer-cir:hover .img .before { opacity: 0; } #cooperate .un_row .layer-cir:hover .img .after { opacity: 1; } #cooperate .un_row .layer-cir:hover:after { opacity: 1; transform: none; } #cooperate .un_row .layer-cir:hover:before { transform: translateY(0.3rem); } #cooperate .un_row .layer-cir.on .img .before { opacity: 0; } #cooperate .un_row .layer-cir.on .img .after { opacity: 1; } #cooperate .un_row .layer-cir.on:after { opacity: 1; transform: none; } #cooperate .un_row .layer-cir.on:before { transform: translateY(0.3rem); } #cooperate .un_row .layer-tab { position: relative; } #cooperate .un_row .layer-tab .lists { cursor: pointer; position: relative; z-index: 10; background-color: #f6f9fb; } #cooperate .un_row .layer-tab:after { content: ""; position: absolute; width: calc(100% - 2.2rem); left: 1.1rem; background-color: #b3bfc3; height: 1px; top: 0.2rem; } #cooperate .un_row .layer-li { padding-left: 16px; position: relative; margin: 0.4rem 0; } #cooperate .un_row .layer-li .dot { width: 7px; height: 7px; background: #07933D; border-radius: 50%; position: absolute; top: 14px; left: 0; } #cooperate .un_row .layer-li p { line-height: 0.35rem; font-weight: 600; font-family: word; } #cooperate .un_row .layer-li p b { font-family: word; font-size: inherit; color: #07933D; font-weight: 600; } #cooperate .un_row .layer-arrow { width: 0.8rem; height: 0.8rem; border-radius: 50%; position: relative; margin: auto 0; z-index: 50; cursor: pointer; box-shadow: 6px -3px 0.9rem 0px rgba(29, 56, 75, 0.28); overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #fff; transition: all 0.3s ease-in-out; } #cooperate .un_row .layer-arrow i { display: block; position: relative; z-index: 10; transition: color 0.3s ease-in-out; } #cooperate .un_row .layer-arrow:after { content: ""; border-radius: 50%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(90deg, #79bd28, #00653b); opacity: 0; transition: opacity 0.3s ease-in-out; } #cooperate .un_row .layer-arrow:hover { box-shadow: 0px 20px 40px 0px rgba(0, 101, 59, 0.32); } #cooperate .un_row .layer-arrow:hover i { color: #fff; } #cooperate .un_row .layer-arrow:hover:after { opacity: 1; } #cooperate .un_r0 { height: 0; width: 100%; position: relative; z-index: 50; } #cooperate .un_r0 .inner { width: 13rem; background: #FFFFFF; margin: 0 auto; box-shadow: 0px 22px 68px 0px rgba(29, 56, 75, 0.24); border-radius: 10px; overflow: hidden; position: relative; margin-top: -0.2rem; } #cooperate .un_r0 .inner h4 { width: 2.9rem; text-align: center; height: 0.86rem; line-height: 0.86rem; background: linear-gradient(90deg, #79bd28, #00653b); border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; font-weight: 600; color: #fff; } #cooperate .un_r0 .inner .items { width: calc(100% - 3.2rem); height: 100%; padding: 0 1rem; display: flex; position: absolute; justify-content: space-between; top: 0; right: 0; align-items: center; } #cooperate .un_r0 .inner .items .tree { color: rgba(0, 0, 0, 0.4); cursor: pointer; } #cooperate .un_r0 .inner .items .tree.on { color: rgba(32, 124, 54, 0.75); } #cooperate .un_r0 .inner .items .tree:hover { color: rgba(32, 124, 54, 0.75); } #cooperate .un_r1 { padding-top: 2.8rem; } #cooperate .un_r1 .part1 { display: flex; justify-content: space-between; align-items: center; position: relative; margin-bottom: 1.5rem; } #cooperate .un_r1 .part1 .col { position: relative; z-index: 10; } #cooperate .un_r1 .part1 .col:nth-of-type(1) { width: 52%; border-radius: 0.20rem 0.10rem 0.10rem 0.20rem; } #cooperate .un_r1 .part1 .col:nth-of-type(1) .layer-photo { width: 100%; padding-bottom: 78%; -webkit-mask: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 88%); -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; } #cooperate .un_r1 .part1 .col:nth-of-type(2) { width: 48%; padding: 0 0.8rem; } #cooperate .un_r1 .part1 .col:nth-of-type(2) .msg p { margin-bottom: 0.2rem; } #cooperate .un_r1 .part1 .col:nth-of-type(2) .msg .mc { font-weight: 600; } #cooperate .un_r1 .part1 .note { font-size: 2.3rem; color: rgba(237, 241, 244, 0.6); line-height: 1; position: absolute; bottom: -1.1rem; left: 40%; white-space: nowrap; text-transform: uppercase; } #cooperate .un_r1 .part2 .layer-topic { max-width: 6rem; } #cooperate .un_r1 .part2 .group { width: 57%; display: block; position: relative; margin: -0.5rem auto 0 auto; padding-bottom: 44%; } #cooperate .un_r1 .part2 .group .img { width: 100%; position: absolute; top: 0; left: 0; } #cooperate .un_r1 .part2 .group .dot { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 3px solid #F5FEFA; z-index: 20; border-radius: 50%; width: 25%; height: 32.3%; display: flex; align-items: center; justify-content: center; } #cooperate .un_r1 .part2 .group .dot .imgLogo { width: 76%; } #cooperate .un_r1 .part2 .group .dot .info { position: absolute; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 0.3rem 0.25rem 0.5rem 0.25rem; } #cooperate .un_r1 .part2 .group .dot .info .pic { background-size: 100% 100%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; } #cooperate .un_r1 .part2 .group .dot .info small { color: rgba(0, 101, 59, 0.5); display: block; position: relative; z-index: 10; margin-bottom: 0.1rem; white-space: nowrap; } #cooperate .un_r1 .part2 .group .dot .info h5 { display: block; position: relative; z-index: 10; white-space: nowrap; font-weight: 600; } #cooperate .un_r1 .part2 .group .dot .info:nth-of-type(1) { right: 100%; bottom: 86%; } #cooperate .un_r1 .part2 .group .dot .info:nth-of-type(2) { padding: 0.3rem 0.3rem 0.3rem 0.55rem; left: 110%; bottom: 65%; } #cooperate .un_r1 .part2 .group .dot .info:nth-of-type(3) { padding: 0.4rem 0.4rem 0.4rem 0.4rem; right: 68%; top: 115%; } #cooperate .un_r1 .part2 .group .dot .info:nth-of-type(4) { padding: 0.35rem 0.65rem 0.35rem 0.5rem; left: 100%; top: 90%; } #cooperate .un_r1 .part2 .other { overflow: visible; width: 100%; margin-top: -0.6rem; } #cooperate .un_r1 .part2 .other .swiper-slide { width: 70vw; } #cooperate .un_r1 .part2 .other .swiper-slide .info { position: relative; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 0 0.3rem; height: 32vw; } #cooperate .un_r1 .part2 .other .swiper-slide .info .pic { background-size: 100% 100%; position: absolute; width: 130%; height: 200%; left: -15%; top: -50%; pointer-events: none; } #cooperate .un_r1 .part2 .other .swiper-slide .info small { color: rgba(0, 101, 59, 0.5); display: block; position: relative; z-index: 10; margin-bottom: 0.1rem; white-space: nowrap; width: 100%; } #cooperate .un_r1 .part2 .other .swiper-slide .info h5 { display: block; position: relative; z-index: 10; white-space: nowrap; font-weight: 600; width: 100%; } #cooperate .un_r2 { padding-top: 1.2rem; padding-bottom: 1.3rem; } #cooperate .un_r2 .inner .layer-topic { padding-bottom: 0.4rem; } #cooperate .un_r2 .inner .group { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; } #cooperate .un_r2 .inner .group .col { width: 50%; position: relative; } #cooperate .un_r2 .inner .group .col:nth-of-type(1) { z-index: 10; overflow: hidden; border-bottom-left-radius: 0.3rem; border-top-left-radius: 0.3rem; } #cooperate .un_r2 .inner .group .col:nth-of-type(1) .layer-photo { width: 100%; padding-bottom: 70%; } #cooperate .un_r2 .inner .group .col:nth-of-type(2) { border-bottom-right-radius: 0.3rem; border-top-right-radius: 0.3rem; overflow: hidden; position: absolute; height: 100%; right: 0; top: 0; box-shadow: 0px 0.23rem 0.9rem 0px rgba(29, 56, 75, 0.17); background-size: cover; padding: 0.3rem 0.4rem 0.3rem 0.6rem; display: flex; align-items: center; justify-content: center; } #cooperate .un_r2 .inner .group .col:nth-of-type(2) .items { width: 100%; } #cooperate .un_r2 .inner .chunk { position: relative; margin-top: 2.4rem; } #cooperate .un_r2 .inner .chunk > .childBg { position: absolute; bottom: 50%; left: 0; pointer-events: none; width: 100%; overflow: hidden; padding-bottom: 50%; } #cooperate .un_r2 .inner .chunk > .childBg > img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0.5rem; } #cooperate .un_r2 .inner .chunk h3 { position: absolute; width: 81.25%; left: 0; z-index: 10; right: 0; margin: 0 auto; bottom: calc(100% + 0.6rem); } #cooperate .un_r2 .inner .chunk .sw_2 { overflow: visible; z-index: 10; width: 81.25%; margin: 0 auto; } #cooperate .un_r2 .inner .chunk .sw_2 .swiper-slide { transition: opacity 0.5s ease-in-out; opacity: 0; } #cooperate .un_r2 .inner .chunk .sw_2 .swiper-slide .layer-box { width: 100%; } #cooperate .un_r2 .inner .chunk .sw_2 .swiper-slide.on { opacity: 1; } #cooperate .un_r2 .inner .chunk .sw_2 .prev-2 { position: absolute; width: 0.8rem; height: 0.8rem; border-radius: 50%; top: 0; bottom: 0; margin: auto 0; left: -0.4rem; z-index: 50; cursor: pointer; box-shadow: 6px -3px 0.9rem 0px rgba(29, 56, 75, 0.28); overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #fff; transition: all 0.3s ease-in-out; } #cooperate .un_r2 .inner .chunk .sw_2 .prev-2 i { display: block; position: relative; z-index: 10; transition: color 0.3s ease-in-out; } #cooperate .un_r2 .inner .chunk .sw_2 .prev-2:after { content: ""; border-radius: 50%; background-color: #fff; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(90deg, #79bd28, #00653b); opacity: 0; transition: opacity 0.3s ease-in-out; } #cooperate .un_r2 .inner .chunk .sw_2 .prev-2.swiper-button-disabled { opacity: 0; } #cooperate .un_r2 .inner .chunk .sw_2 .prev-2:hover { box-shadow: 0px 20px 40px 0px rgba(0, 101, 59, 0.32); } #cooperate .un_r2 .inner .chunk .sw_2 .prev-2:hover i { color: #fff; } #cooperate .un_r2 .inner .chunk .sw_2 .prev-2:hover:after { opacity: 1; } #cooperate .un_r2 .inner .chunk .sw_2 .next-2 { position: absolute; width: 0.8rem; height: 0.8rem; border-radius: 50%; top: 0; bottom: 0; margin: auto 0; right: -0.4rem; z-index: 50; cursor: pointer; box-shadow: 6px -3px 0.9rem 0px rgba(29, 56, 75, 0.28); overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #fff; transition: all 0.3s ease-in-out; } #cooperate .un_r2 .inner .chunk .sw_2 .next-2 i { display: block; position: relative; z-index: 10; transition: color 0.3s ease-in-out; } #cooperate .un_r2 .inner .chunk .sw_2 .next-2:after { content: ""; border-radius: 50%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(90deg, #79bd28, #00653b); opacity: 0; transition: opacity 0.3s ease-in-out; } #cooperate .un_r2 .inner .chunk .sw_2 .next-2.swiper-button-disabled { opacity: 0; } #cooperate .un_r2 .inner .chunk .sw_2 .next-2:hover { box-shadow: 0px 20px 40px 0px rgba(0, 101, 59, 0.32); } #cooperate .un_r2 .inner .chunk .sw_2 .next-2:hover i { color: #fff; } #cooperate .un_r2 .inner .chunk .sw_2 .next-2:hover:after { opacity: 1; } #cooperate .un_r2 .inner .clear { display: block; margin: 1.2rem auto 0.5rem auto; height: 1px; background: #CBD3D9; } #cooperate .un_r2 .inner .part .child { width: 100%; overflow: visible; } #cooperate .un_r2 .inner .part .child .layer-tab { margin-bottom: 1.2rem; display: grid; grid-template-columns: repeat(5, auto); } #cooperate .un_r2 .inner .part .child .boxParent { border-radius: 15px; background-color: #f6f9fb; box-shadow: -2px -12px 0.46rem 0px rgba(29, 56, 75, 0.2); padding: 0.7rem 0.3rem; overflow: hidden; } #cooperate .un_r2 .inner .part .child .boxParent .un_box { display: none; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .layer-topic { margin-bottom: 0.1rem; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList { overflow: visible; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide { transition: opacity 0.5s ease-in-out; opacity: 0; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide .mods { padding: 0.9rem 0.3rem 0.3rem 0.3rem; background-color: #fff; min-height: 3.8rem; box-shadow: 0px 0.23rem 0.9rem 0px rgba(29, 56, 75, 0.17); border-radius: 0.3rem; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide .mods img { width: 100%; height: 2.2rem; object-fit: contain; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide .mods h4 { text-align: center; margin-top: 0.4rem; font-weight: 600; min-height: 0.8rem; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide .mods h5 { color: #07693B; margin-bottom: 0.6rem; font-weight: 600; background: linear-gradient(0deg, #6fb52a 0%, #096b3a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide.on { opacity: 1; } #cooperate .un_r2 .inner .part .child .boxParent .un_box.on { display: block; } #cooperate .un_r3 { padding-bottom: 1.6rem; } #cooperate .un_r3 .inner .layer-topic { margin-bottom: 0.7rem; } #cooperate .un_r3 .inner .group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.9rem; } #cooperate .un_r3 .inner .group .col { position: relative; } #cooperate .un_r3 .inner .group .col:nth-of-type(1) { width: 34%; padding-left: 8%; } #cooperate .un_r3 .inner .group .col:nth-of-type(1) h3 { position: absolute; transform-origin: 0 100%; transform: rotate(90deg) translateX(-100%); left: 15%; bottom: 0; } #cooperate .un_r3 .inner .group .col:nth-of-type(1) .layer-photo { width: 100%; padding-bottom: 124.88%; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) { width: 63%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .til { margin-bottom: 0.6rem; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .til .line { width: 100%; height: 1px; margin: 0.2rem 0; background: #0D6D39; clear: both; display: block; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .box { background-color: #fff; border-radius: 0.1rem; box-shadow: 0px 0.23rem 0.9rem 0px rgba(29, 56, 75, 0.17); height: 2rem; padding: 0 0.3rem; width: 100%; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .box > li span { line-height: 1; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .box > li small { line-height: 1; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .box > li p { margin-top: 0.1rem; line-height: 1; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .box > li.line { width: 1px; height: 50%; background: #E0E6EA; } #cooperate .un_r3 .inner .part { position: relative; width: 100%; } #cooperate .un_r3 .inner .part .mask { position: absolute; z-index: 4; right: 63%; width: 50%; background-color: #f6f9fb; height: calc(100% + 2rem); top: -1rem; -webkit-mask: linear-gradient(90deg, #000000 95%, rgba(0, 0, 0, 0) 100%); mask-size: 100% 100%; } #cooperate .un_r3 .inner .part .msg { position: absolute; left: 0; top: 0; z-index: 5; height: 78%; display: flex; align-items: center; justify-content: flex-start; } #cooperate .un_r3 .inner .part .msg > li { padding-left: 1.48rem; position: relative; display: none; } #cooperate .un_r3 .inner .part .msg > li h4 { position: relative; font-weight: 600; text-transform: uppercase; font-size: 1rem; color: #eaf2f7; line-height: 1; margin-bottom: 0.1rem; } #cooperate .un_r3 .inner .part .msg > li h4:after { content: ""; position: absolute; left: -0.32rem; width: 2px; height: 0.7rem; top: 0; bottom: 0; margin: auto 0; background: #4A4B4C; } #cooperate .un_r3 .inner .part .msg > li p { font-weight: 600; } #cooperate .un_r3 .inner .part .msg > li:after { content: attr(data-node); position: absolute; top: 0.15rem; left: 0; font-size: 0.18rem; font-family: word; line-height: 1; } #cooperate .un_r3 .inner .part .msg > li.on { display: block; } #cooperate .un_r3 .inner .part .sw_r3 { width: 63%; margin-left: 37%; overflow: visible; z-index: 8; } #cooperate .un_r3 .inner .part .sw_r3 .swiper-slide { opacity: 0; transition: opacity 0.6s ease-in-out; } #cooperate .un_r3 .inner .part .sw_r3 .swiper-slide .layer-photo { width: 100%; padding-bottom: 57.6%; border-radius: 0.1rem; overflow: hidden; opacity: 0.3; transition: all 0.5s ease-in-out; } #cooperate .un_r3 .inner .part .sw_r3 .swiper-slide.active .layer-photo { box-shadow: 0px 0.2rem 0.6rem -0.1rem rgba(40, 81, 104, 0.55); opacity: 1; } #cooperate .un_r3 .inner .part .sw_r3 .swiper-slide.on { opacity: 1; } #cooperate .un_r3 .inner .part .set { position: absolute; left: 1.1rem; bottom: 0; width: 1.9rem; height: 28%; z-index: 50; } #cooperate .un_r3 .inner .part .set .prev-3 { position: relative; } #cooperate .un_r4 { position: relative; padding-bottom: 1.6rem; z-index: 8; } #cooperate .un_r4 .shadow { position: absolute; right: 0; z-index: 2; top: 30%; width: 4.5rem; } #cooperate .un_r4 .inner { position: relative; z-index: 5; } #cooperate .un_r4 .inner .layer-topic { margin-bottom: 0.5rem; } #cooperate .un_r4 .inner .group { position: relative; padding: 0.8rem 0 1rem 0; } #cooperate .un_r4 .inner .group > .mask { position: absolute; width: 100vw; right: 0; top: 0; height: 100%; background-color: #fff; box-shadow: 0px 0.2rem 0.9rem -0.1rem rgba(29, 56, 75, 0.17); border-radius: 0px 12px 12px 0px; } #cooperate .un_r4 .inner .group > .mask > img { position: absolute; right: 0; bottom: 97%; width: 1.4rem; } #cooperate .un_r4 .inner .group .imgBox { position: relative; z-index: 10; width: 80%; margin: 0 12% 0 8%; } #cooperate .un_r4 .inner .group .imgBox .map { display: block; width: 100%; } #cooperate .un_r4 .inner .group .imgBox .mapItem { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } #cooperate .un_r4 .inner .group .imgBox .mapItem > li { width: 1px; height: 1px; position: absolute; transition: transform 0.3s ease-in-out; cursor: pointer; } #cooperate .un_r4 .inner .group .imgBox .mapItem > li > img { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); } #cooperate .un_r4 .inner .group .imgBox .mapItem > li:nth-of-type(1) { left: 77.7%; top: 37.2%; } #cooperate .un_r4 .inner .group .imgBox .mapItem > li:nth-of-type(2) { left: 84.5%; top: 32.8%; } #cooperate .un_r4 .inner .group .imgBox .mapItem > li:nth-of-type(3) { left: 81.8%; top: 32.3%; } #cooperate .un_r4 .inner .group .imgBox .mapItem > li:nth-of-type(4) { left: 49%; top: 24.2%; } #cooperate .un_r4 .inner .group .imgBox .mapItem > li:nth-of-type(5) { left: 20.5%; top: 31.2%; } #cooperate .un_r4 .inner .group .imgBox .mapItem > li:hover { transform: translateY(-5px); } #cooperate .un_r4 .inner .group .msg { position: relative; } #cooperate .un_r4 .inner .group .msg h3 { margin-bottom: 0.4rem; } #cooperate .un_r4 .inner .group .msg p { margin-bottom: 0.4rem; color: #72787f; } #cooperate .un_r4 .inner .group .msg .line { display: block; width: 7.8rem; height: 1px; background: #CCCCCC; } #cooperate .un_r4 .inner .group .set { bottom: 1rem; left: 75%; position: absolute; } #cooperate .un_r4 .inner .group .set > li { display: flex; justify-content: flex-start; align-items: center; padding: 2px 0; } #cooperate .un_r4 .inner .group .set > li .dot { width: 6px; height: 6px; margin-right: 0.15rem; background: #6ABE38; border-radius: 50%; } #cooperate .un_r4 .inner .group .set > li .dot.deep { background-color: #05663e; } #cooperate .un_r4 .inner .group .txt { position: absolute; color: rgba(213, 218, 224, 0.5); text-transform: uppercase; top: 16%; letter-spacing: 1px; left: 95%; transform-origin: 0 100%; transform: rotate(90deg); } #cooperate .un_r5 { position: relative; } #cooperate .un_r5 .mask { position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; background: linear-gradient(180deg, #f6f9fb 0%, #ffffff 70%); } #cooperate .un_r5 .inner { position: relative; z-index: 10; } #cooperate .un_r5 .inner h2 { text-align: center; margin-bottom: 0.5rem; font-weight: 600; } #cooperate .un_r5 .inner .group .sw_r5 { overflow: visible; padding-bottom: 1.2rem; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr); height: 9rem; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo { border-top: 1px solid rgba(192, 203, 208, 0.4); border-right: 1px solid rgba(192, 203, 208, 0.4); } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo .pic { background-size: contain; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:after { content: ""; right: -4px; top: -4px; position: absolute; border-radius: 50%; background-color: #3c9132; width: 7px; height: 7px; } @media screen and (min-width: 1024px) { #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(1) { border-top: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(1):after { display: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(2) { border-top: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(2):after { display: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(3) { border-top: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(3):after { display: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(4) { border-top: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(4):after { display: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(4n) { border-right: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(4n):after { display: none; } } @media screen and (max-width: 1024px) { #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(1) { border-top: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(1):after { display: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(2) { border-top: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(2):after { display: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(3) { border-top: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(3):after { display: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(3n) { border-right: none; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:nth-of-type(3n):after { display: none; } } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide:nth-of-type(3) .box .layer-photo .pic { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height: 30%; max-width: 50%; } #cooperate .un_r5 .inner .group .sw_r5 .set { display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; left: 0; bottom: 0; } #cooperate .un_r5 .inner .group .sw_r5 .set .prev-5 i { color: #9da6b1; } #cooperate .un_r5 .inner .group .sw_r5 .set .prev-5 span { color: #9da6b1; margin: 0 4px; } #cooperate .un_r5 .inner .group .sw_r5 .set .prev-5.swiper-button-disabled { opacity: 0.4; } #cooperate .un_r5 .inner .group .sw_r5 .set .next-5 i { color: #9da6b1; } #cooperate .un_r5 .inner .group .sw_r5 .set .next-5 span { color: #9da6b1; margin: 0 4px; } #cooperate .un_r5 .inner .group .sw_r5 .set .next-5.swiper-button-disabled { opacity: 0.4; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-pagination { display: flex; align-items: center; justify-content: center; margin: 0 0.7rem; position: relative; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-pagination .swiper-pagination-bullet { width: 0.6rem; height: 0.6rem; margin: 0 0.1rem; background-color: transparent; box-shadow: 6px -3px 0.9rem 0px rgba(29, 56, 75, 0); opacity: 1; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #fff; box-shadow: 6px -3px 0.9rem 0px rgba(29, 56, 75, 0.28); } #cooperate .un_r5 .inner .group .sw_r5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after { opacity: 1; } #cooperate .un_r6 { position: relative; background-color: #fff; padding-top: 0.5rem; } #cooperate .un_r6 .mask { width: 100%; padding-bottom: 52%; position: relative; } #cooperate .un_r6 .mask > img { width: 100%; position: absolute; bottom: 0; left: 0; } #cooperate .un_r6 .inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; } #cooperate .un_r6 .inner .box { width: 2.4rem; height: 2.4rem; position: relative; background: linear-gradient(0deg, #79bd28, #00653b); border-radius: 50%; margin-bottom: 0.8rem; } #cooperate .un_r6 .inner .box .layer-icon { position: absolute; width: 72%; height: 72%; border-radius: 50%; background-color: #fff; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } #cooperate .un_r6 .inner .box .layer-icon img { width: 35%; } #cooperate .un_r6 .inner .til { text-align: center; } #cooperate .un_r6 .inner .til h4 { margin-bottom: 0.2rem; line-height: 1; } .un_pop { position: fixed; z-index: 9999; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out; } .un_pop .mask { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.7); } .un_pop .inner { width: 52%; background-color: #fff; border-radius: 0.3rem; box-shadow: 0px 0.1rem 0.4rem -4px rgba(29, 56, 75, 0.17); position: relative; z-index: 100; overflow: hidden; transition: opacity 0.7s ease-in-out, transform 0.5s ease-in-out; transform: translateY(20%); } .un_pop .inner .un_top { padding: 0.4rem 0.7rem; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 0.6rem; transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; } .un_pop .inner .un_top > img { display: block; margin: 0 auto; width: 0.7rem; } .un_pop .inner .un_top #country { color: #414141; position: relative; text-align: center; padding-top: 0.15rem; padding-bottom: 0.1rem; font-weight: 600; } .un_pop .inner .un_top #country:after { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background-color: #ff0000; left: 0; right: 0; margin: 0 auto; top: 0; } .un_pop .inner .un_top .line { width: 100%; height: 3px; background: #00653B; } .un_pop .inner .un_btm { padding-bottom: 4.2rem; position: relative; transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; } .un_pop .inner .un_btm .un_main { width: 100%; position: relative; } .un_pop .inner .un_btm .un_main .popSw { width: 84%; height: 1.3rem; margin-left: 12%; overflow: visible; } .un_pop .inner .un_btm .un_main .popSw > .timeLine { position: absolute; width: 140%; left: -29%; top: -17%; } .un_pop .inner .un_btm .un_main .popSw > .timeLine path { fill: none; stroke: #539621; stroke-width: 1px; } .un_pop .inner .un_btm .un_main .popSw .timeItem { position: relative; align-items: center; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li { width: calc(100%/4); height: 0px; position: relative; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .dot { width: 0.3rem; height: 0.3rem; position: absolute; left: -0.15rem; top: -0.15rem; display: flex; align-items: center; justify-content: center; background-color: rgba(14, 111, 57, 0.15); border-radius: 50%; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .dot:after { content: ""; position: absolute; border-radius: 50%; width: 55%; height: 55%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #589806; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .dot:before { content: attr(data-node); position: absolute; width: calc(100% + 0.8rem); left: -0.4rem; text-align: center; font-size: 0.14rem; color: #979ba0; font-weight: 600; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .dot.deep:after { background-color: #0e6f39; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .dot i { position: relative; z-index: 10; font-size: 12px; transform: scale(0.6); transform-origin: 50% 64%; line-height: 1; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg { width: 3rem; left: -1.5rem; position: absolute; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg h4 { font-weight: 600; white-space: nowrap; text-align: center; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg h4 b { color: #589806; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg h4 b.deep { color: #0e6f39; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg p { line-height: 1.3; white-space: nowrap; text-align: center; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg p.f-center { text-align: center; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg:after { content: ""; width: 5px; height: 5px; background: #0E6F39; left: 0; right: 1px; margin: 0 auto; border-radius: 50%; position: absolute; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg:before { content: ""; width: 0px; left: 0; right: 0; margin: 0 auto; height: 0.7rem; position: absolute; border: 1px dashed #0e6f39; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li.tp .dot:before { top: calc(100% + 0.05rem); } .un_pop .inner .un_btm .un_main .popSw .timeItem > li.tp .msg { bottom: 1rem; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li.tp .msg:after { top: calc(100% + 5px); } .un_pop .inner .un_btm .un_main .popSw .timeItem > li.tp .msg:before { top: calc(100% + 8px); } .un_pop .inner .un_btm .un_main .popSw .timeItem > li.bm .dot:before { bottom: calc(100% + 0.05rem); } .un_pop .inner .un_btm .un_main .popSw .timeItem > li.bm .msg { top: 1rem; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li.bm .msg:after { bottom: calc(100% + 5px); } .un_pop .inner .un_btm .un_main .popSw .timeItem > li.bm .msg:before { bottom: calc(100% + 8px); } .un_pop .inner .un_btm .un_main .popSw .timeItem > li:nth-of-type(1) { margin-top: 10%; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li:nth-of-type(2) { margin-top: 1.6%; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li:nth-of-type(3) { margin-top: 13.5%; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li:nth-of-type(4) { margin-top: 2%; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li:nth-of-type(5) { margin-top: 9%; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li:nth-of-type(6) { margin-top: 8%; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li:nth-of-type(7) { margin-top: 3%; } .un_pop .inner .un_btm .un_main .popSw .timeItem .timeLine { width: 122%; position: absolute; left: -10%; bottom: 0; } .un_pop .inner .un_btm .un_main .popSw .timeItem .timeLine.l0 { left: -132%; bottom: 0; } .un_pop .inner .un_btm .un_main .popSw .timeItem .timeLine.l2 { left: 112%; bottom: 0; } .un_pop .inner .un_btm .un_main .popSw .timeItem .timeLine path { fill: none; stroke: #539621; stroke-width: .3px; } .un_pop .inner .un_btm .un_main .popSw .timeItem .timeLine .d2 { stroke-width: 1px; } .un_pop .inner .un_btm .set { padding: 0.3rem 0.15rem; background-color: #fff; box-shadow: 0px 23px 90px 0px rgba(29, 56, 75, 0.28); border-radius: 0.1rem; z-index: 10; position: absolute; right: 1.2rem; bottom: 0.8rem; } .un_pop .inner .un_btm .set > li { display: flex; justify-content: flex-start; align-items: center; padding: 2px 0; } .un_pop .inner .un_btm .set > li .dot { width: 0.18rem; height: 0.18rem; background-color: rgba(14, 111, 57, 0.15); box-shadow: 0px 0.1rem 0.16rem -5px rgba(14, 111, 57, 0.36); border-radius: 50%; margin-right: 0.1rem; position: relative; } .un_pop .inner .un_btm .set > li .dot:after { content: ""; position: absolute; border-radius: 50%; width: 50%; height: 50%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #589806; } .un_pop .inner .un_btm .set > li .dot.deep:after { background-color: #0e6f39; } .un_pop .inner .un_btm .note { font-size: 0.6rem; color: rgba(204, 221, 214, 0.3); position: absolute; left: 0.7rem; bottom: 0.6rem; font-weight: 600; } .un_pop .inner .un_close { position: absolute; top: 0.4rem; right: 0.4rem; transition: transform 0.3s ease-in-out; } .un_pop .inner .un_close i { color: #b0b0b0; display: block; } .un_pop .inner .un_close:hover { transform: rotate(90deg); } .un_pop.on { opacity: 1; pointer-events: auto; } .un_pop.on .inner { transform: none; } @keyframes un_fn { from { opacity: 0; transform: translate3d(0%, 50px, 0); } to { opacity: 1; transform: none; } } .un_fn { animation-name: un_fn; } @keyframes un_fn_left { from { opacity: 0; transform: translate3d(-50px, 0, 0); } to { opacity: 1; transform: none; } } .un_fn_left { animation-name: un_fn_left; } @media screen and (max-width: 1600px) { html { font-size: 90px; } } @media screen and (max-width: 1440px) { html { font-size: 80px; } } @media screen and (max-width: 1360px) { html { font-size: 70px; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg h4 { font-size: 13px; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg p { font-size: 12px; } } @media screen and (max-width: 1024px) { html { font-size: 50px; } .sen_link_box { padding-bottom: .5rem; } #cooperate { width: 100%; overflow: hidden; } #cooperate.f-36 { font-size: 20px; } #cooperate.f-32 { font-size: 18px; } #cooperate .f-14 { font-size: 14px; } #cooperate .f-20 { font-size: 15px; } .un_pop .inner { width: 90%; } .un_pop .inner .un_btm { padding-bottom: 4.8rem; } .un_pop .inner .un_top { margin-bottom: 1.6rem; padding: 0.4rem; } .un_pop .inner .un_btm .un_main .popSw { left: 14%; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .dot { width: 0.5rem; height: 0.5rem; left: -0.25rem; top: -0.25rem; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li { width: 40vw; margin-top: 0!important; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .msg p { width: 28vw; } .un_pop .inner .un_btm .un_main .popSw .timeItem > li .dot:before { font-size: 12px; } .un_pop .inner .un_btm .set { right: 0.6rem; } #cooperate .un_r0 { display: none; } #cooperate .un_row .maxSize { width: 90%; } #cooperate .un_r1 { padding-top: 0.8rem; } #cooperate .un_row .layer-arrow i { font-size: 13px; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-pagination .swiper-pagination-bullet { padding-top: 0.5em; } #cooperate .un_row .layer-li p { line-height: 0.38rem; } #cooperate .un_row .layer-cir { height: 0.8rem; width: 1.5rem; margin: 0 auto; } #cooperate .un_row .layer-tab:after { top: 0.4rem; } #cooperate .un_row .layer-cir .img .before { max-width: 0.7rem; } #cooperate .un_row .layer-cir:after { top: -0.4rem; height: 1.5rem; } #cooperate .un_row .layer-cir:before { font-size: 0.26rem; } #cooperate .un_r1 .part1 { flex-direction: column; margin-bottom: 2rem; } #cooperate .un_r1 .part1 .col:nth-of-type(1) { width: 100%; } #cooperate .un_r1 .part1 .col:nth-of-type(2) { width: 100%; padding: 0.6rem 0 0 0; } #cooperate .un_r1 .part1 .note { left: 10%; } #cooperate .un_r1 .part2 .group { margin: 0 auto; margin-left: -20%; width: 140%; padding-bottom: 107.68%; } #cooperate .un_r1 .part2 .group .dot { border-width: 2px; } #cooperate .un_r2 { padding-top: 1.6rem; } #cooperate .un_r2 .inner .group { flex-direction: column; } #cooperate .un_r2 .inner .group .col { width: 100%; } #cooperate .un_r2 .inner .group .col:nth-of-type(1) { border-top-right-radius: 0.3rem; border-bottom-left-radius: 0; } #cooperate .un_r2 .inner .group .col:nth-of-type(1) .layer-photo { padding-bottom: 58%; } #cooperate .un_r2 .inner .group .col:nth-of-type(2) { position: relative; top: auto; right: auto; width: 100%; height: auto; border-bottom-left-radius: 0.3rem; border-bottom-right-radius: 0.3rem; border-top-right-radius: 0; border-top-left-radius: 0; padding: 0.4rem; } #cooperate .un_row .layer-li { margin: 0.5rem 0; } #cooperate .un_row .layer-li .dot { width: 5px; height: 5px; top: 0.14rem; } #cooperate .un_r2 .inner .chunk > .childBg { padding-bottom: 120%; } #cooperate .un_r2 .inner .chunk h3 { width: 90%; } #cooperate .un_r2 .inner .chunk .sw_2 .swiper-slide { width: 60vw; } #cooperate .un_r2 .inner .clear { margin-bottom: 1.2rem; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide { width: 60vw; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide .mods h5 { font-size: 0.4rem; } #cooperate .un_row .layer-tab .lists { width: 24vw; } #cooperate .un_row .layer-tab:after { width: calc(100% + 4rem); left: -2rem; } #cooperate .un_row .layer-cir .img .before { height: 0.8rem; } #cooperate .un_r2 .inner .part .child .layer-tab { margin-bottom: 1.6rem; } #cooperate .un_r2 .inner .part .child .boxParent .un_box .swList .swiper-slide .mods h4 { height: 0.8rem; } #cooperate .un_r3 .inner .group { flex-direction: column-reverse; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) { width: 100%; } #cooperate .un_r3 .inner .group .col:nth-of-type(1) { width: 100%; padding: 0.6rem 0 0rem 8%; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .box { padding: 0.4rem; display: grid; grid-template-columns: repeat(2, 1fr); height: auto; gap: 0.5rem 0.3rem; } #cooperate .un_r3 .inner .group .col:nth-of-type(2) .box > li.line { display: none; } #cooperate .un_r3 .inner .group .col:nth-of-type(1) h3 { left: 0; } #cooperate .un_r3 .inner .part .mask { display: none; } #cooperate .un_r3 .inner .part .sw_r3 { width: 100%; margin-left: 0; } #cooperate .un_r3 .inner .part { padding-bottom: 50vw; } #cooperate .un_r3 .inner .part .msg > li:after { font-size: 0.26rem; } #cooperate .un_r3 .inner .part .msg { height: 40vw; top: auto; bottom: 12vw; width: 100%; } #cooperate .un_r3 .inner .part .set { height: 12vw; } #cooperate .un_r4 .inner .group .imgBox { width: 100%; margin: 0; margin-bottom: 24vw; } #cooperate .un_r4 .inner .group .set { left: 0; top: 55vw; bottom: auto; } #cooperate .un_r4 .inner .group { padding-bottom: 0.6rem; } #cooperate .un_r4 .inner .group .msg { position: relative; bottom: auto; left: auto; width: 90%; } #cooperate .un_r4 .inner .group .msg .line { width: 100%; } #cooperate .un_r4 .inner .group .txt { left: 92%; top: 55vw; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 1fr); height: 6.4rem; } #cooperate .un_r6 .mask { padding-bottom: 130%; } #cooperate .un_r1 .part2 .other .swiper-slide .info small { width: 100%; } #cooperate .un_r5 .inner .group .sw_r5 .swiper-slide .box .layer-photo:after { width: 5px; height: 5px; right: -3px; top: -3px; } .un_pop .inner .un_btm .un_main .popSw .timeItem .timeLine { left: -30%; } .un_pop .inner .un_btm .un_main .popSw .timeItem .timeLine.l2 { left: 90%; } }