main .banner { position: relative; } main .banner .swiper-container { width: 100%; } main .banner .swiper-container .swiper-wrapper .swiper-slide { position: relative; } main .banner .swiper-container .swiper-wrapper .swiper-slide::after { background: no-repeat; background-size: cover; background-position: center bottom; position: absolute; left: 0; bottom: 0; width: 100%; height: 80vh; z-index: 10; display: block; content: ""; } main .banner .swiper-container .swiper-wrapper .swiper-slide .pic img { width: 100%; display: block; height: 100vh; object-fit: cover; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text { position: absolute; left: 0; top: 50%; transform: translatey(-50%); width: 100%; z-index: 100; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .title { color: #fff; font-family: roboto; font-size: 2.2vw; font-style: normal; font-weight: 600; padding-left: 0; padding-right: 0; opacity: 0; transform: translatey(20px); transition: all 600ms; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .title p { margin: 0; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .txt { padding-left: 0; padding-right: 0; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .txt .des { color: #fff; font-family: roboto; font-size: 1.2vw; font-style: normal; font-weight: 400; margin: 1.5vw 0; line-height: 2.5vw; opacity: 0; transform: translatey(20px); transition: all 600ms; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .more { width: 120px; display: flex; align-items: center; justify-content: center; padding: 5px 0; border-radius: 4px; border: 1px solid #dbdbdb; color: #fff; text-align: center; font-family: roboto; font-size: 0.9vw; font-style: normal; font-weight: 400; transition: all 600ms; cursor: pointer; opacity: 0; transform: translatey(20px); text-decoration: none; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .more:hover { background: #0063b4; border-color: #0063b4; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .more .img-box { margin-left: 5px; } main .banner .swiper-container .swiper-wrapper .swiper-slide-active .text .title { opacity: 1; transform: translatey(0); } main .banner .swiper-container .swiper-wrapper .swiper-slide-active .text .txt .des { opacity: 1; transform: translatey(0); } main .banner .swiper-container .swiper-wrapper .swiper-slide-active .text .more { opacity: 1; transform: translatey(0); } main .section2 { overflow: hidden; background: no-repeat center center; background-size: cover; position: relative; } main .section2 .title { color: rgba(244, 244, 244, 0.08); font-size: 173px; white-space: nowrap; font-weight: 600; text-transform: uppercase; font-family: "montserrat-regular"; margin-top: -80px; } main .section2 .title .scroll_text { transition: all 600ms; } main .section2 .content { color: #fff; } main .section2 .content .row { align-items: center; height: 100vh; } main .section2 .content .left { padding: 0; } main .section2 .content .left h1 { color: #fff; font-family: pingfang sc; font-size: 40px; font-style: normal; font-weight: 600; line-height: 52px; /* 130% */ } main .section2 .content .left p { width: 94%; margin-top: 30px; margin-bottom: 57px; color: #fff; font-family: pingfang sc; font-size: 16px; font-style: normal; font-weight: 400; line-height: 28px; /* 175% */ } main .section2 .content .left .more { display: flex; padding: 13px 31px; align-items: center; width: 215px; border: 1px solid #fff; cursor: pointer; justify-content: space-around; color: #fff; font-family: pingfang sc; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; /* 150% */ transition: all 600ms; text-decoration: none; } main .section2 .content .left .more .img-box { transition: all 600ms; } main .section2 .content .left .more:hover { background: #0063b4; border-color: #0063b4; } main .section2 .content .left .more:hover .img-box { transform: translatex(10px); } main .section2 .content .right { padding: 0; } main .section2 .content .right > div { padding: 44px 100.84px 43px 0; } main .section2 .content .right > div .number-box { padding-left: 20px; } main .section2 .content .right > div .number-box h2 { color: #fff; font-family: poppins; font-size: 48px; font-style: normal; font-weight: 700; line-height: 62.4px; /* 130% */ } main .section2 .content .right > div:first-child { padding-top: 0; } main .section2 .content .right > div:nth-of-type(2n) { border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; } main iframe { width: 100%; height: 853px; overflow: hidden; margin: 0; } main .section4 { height: 197px; background: no-repeat center center; background-size: 100% 100%; margin-top: -10px; } main .section4 .container { color: #fff; } main .section4 .container li span { white-space: nowrap; color: #fff; font-family: pingfang sc; font-size: 20px; font-style: normal; font-weight: 600; line-height: 30px; /* 150% */ } main .section4 .container .left { flex: 4.1; } main .section4 .container .center { flex: 0.01; height: 60px; width: 1px; background: #fff; } main .section4 .container .right { flex: 8; padding-left: 189px; } main .section4 .container .right > div { width: 469px; } main .section4 .container .right > div h6 { color: var(--cn-fs-com-1920-x-1080-default-nero, #fff); font-family: pingfang sc; font-size: 14px; font-style: normal; font-weight: 600; line-height: 22px; /* 157.143% */ margin: 0; } main .section4 .container .right > div span { color: var(--cn-fs-com-1920-x-1080-default-nero, #fff); font-family: pingfang sc; font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px; /* 150% */ } @media screen and (max-width: 1680px) { main iframe { height: 650px; } } @media screen and (max-width: 1440px) { main iframe { height: 600px; } } @media screen and (max-width: 1000px) { main .banner .swiper-container .swiper-wrapper .swiper-slide .pic img { height: 500px; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .title { width: 76%; font-size: 20px; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .txt { width: 76%; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .txt .des { font-size: 16px; line-height: 30px; margin: 20px 0; } main .banner .swiper-container .swiper-wrapper .swiper-slide .text .txt .more { font-size: 14px; } main .section2 .title { font-size: 50px; margin-top: 0; } main .section2 .content .left h1 { font-size: 24px; line-height: inherit; } main .section2 .content .left p { font-size: 14px; line-height: 28px; margin: 20px 0; } main .section2 .content .right { margin-top: 30px; } main .section2 .content .right div { padding: 20px 0; } main .section2 .content .right div > .number-box { margin-left: 20px; } main .section2 .content .right div > .number-box h2 { font-size: 30px; } main iframe { width: 100%; height: 1400px; overflow: hidden; margin: 0; } main .section4 .container .right { margin-top: 20px; } main .section4 .container .right div > h6 { margin-left: 10px; font-size: 16px; } main .section4 .container .right div > span { margin-top: 15px; font-size: 14px; } } /*# sourcemappingurl=index.css.map */