Compare commits

...

2 Commits
yfy ... main

@ -0,0 +1,790 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Arial", sans-serif;
}
html,
body {
overflow: hidden;
height: 100%;
}
/* 字体包 */
@font-face {
font-family: "YouSheBiaoTiHei";
src: url("../fonts/优设标题黑.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/* 思源黑体 - 常规体 */
@font-face {
font-family: "normal Source Han Sans SC";
src: url("../fonts/SourceHanSansSC-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
/* 思源黑体 - 粗体 */
@font-face {
font-family: "bold Source Han Sans SC";
src: url("../fonts/SourceHanSansSC-Bold.otf") format("opentype");
font-weight: bold;
font-style: normal;
}
/* 仅手机 */
.only-phone {
display: none;
}
/* 仅pc */
.only-pc {
display: block;
width: 100%;
height: 100%;
}
/* 导航栏 */
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #ffffff;
z-index: 1000;
}
.nav-container {
margin: 0 auto;
padding: 0 3%;
display: flex;
justify-content: space-between;
align-items: center;
height: 54px;
}
.nav-logo {
color: white;
font-weight: bold;
font-size: 1.2rem;
text-decoration: none;
}
.nav-menu {
display: flex;
list-style: none;
transition: all 0.3s ease;
}
.nav-item {
margin: 0 10px;
}
.nav-link {
font-family: "normal Source Han Sans SC", sans-serif;
color: #333333;
text-decoration: none;
padding: 15px 10px;
display: block;
transition: color 0.3s;
font-size: 0.9rem;
}
.nav-link:hover,
.nav-link.active {
color: #2136ff;
border-bottom: 2px solid #2136ff;
}
/* 汉堡菜单 */
.menu-toggle {
display: none;
cursor: pointer;
padding: 10px;
}
.menu-toggle span {
display: block;
width: 25px;
height: 3px;
background-color: #333;
margin: 5px 0;
transition: all 0.3s ease;
}
/* 最外部模块样式 */
.section-container {
height: calc(100vh - 54px);
width: 100%;
overflow-y: scroll;
scroll-snap-type: y mandatory;
margin-top: 54px;
/* 隐藏滚动条 */
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE 和 Edge */
}
/* 隐藏Webkit浏览器滚动条 */
.section-container::-webkit-scrollbar {
display: none;
}
/* 各个模块的div */
.section {
height: 100vh;
scroll-snap-align: start;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.section:nth-child(odd) {
background-color: #f9f9f9;
}
.section:nth-child(even) {
background-color: #e9e9e9;
}
/* 背景图 */
#section1 {
background-image: url(../images/website/banner1.png);
background-size: cover;
background-position: center;
}
#section2 {
background-image: url(../images/website/BG@2x.png);
background-size: cover;
background-position: center;
}
#section3 {
background-image: url(../images/website/BG@2x.png);
background-size: cover;
background-position: center;
}
#section4 {
background-image: url(../images/website/BG@2x.png);
background-size: cover;
background-position: center;
}
#section5 {
background-image: url(../images/website/@2x.png);
background-size: cover;
background-position: center;
}
#section6 {
background-image: url(../images/website/BG@2x.png);
background-size: cover;
background-position: center;
}
/* 首页pc */
.sypc {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
/* 首页的内容 */
.bannerpc {
width: 90%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
gap: 1rem;
.banneronepc {
width: 40%;
height: 14%;
background-image: url(../images/website/banner.png);
background-size: 100% 100%;
}
.text-contentpc {
height: auto;
font-family: "bold Source Han Sans SC", sans-serif;
font-weight: bold;
font-style: italic;
font-size: 3.5vw;
text-wrap: nowrap;
color: #333333;
display: flex;
justify-content: space-between;
width: 34%;
color: #ffffff;
}
.text-buttonpc {
width: 20%;
height: 6%;
background: linear-gradient(90deg, #4c7fff, #1329ff);
border-radius: 0.63rem;
border: none;
color: #ffffff;
cursor: pointer;
font-size: 1rem;
}
}
/* ============== */
/* 公司介绍的内容 */
.jspc {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.introduce-title {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
font-family: Arial;
font-weight: bold;
font-size: 1.5rem;
color: #333333;
}
.introduce-title2 {
width: 100%;
height: auto;
display: flex;
justify-content: center;
font-family: "normal Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 2.88rem;
color: #333333;
margin-top: 1%;
}
.introduce-content {
width: 68%;
height: auto;
font-family: "normal Source Han Sans SC", sans-serif;
font-size: 1.13rem;
text-align: left;
margin-top: 2%;
}
.introduce-content span {
color: #2136ff;
}
.introduce-content2 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: auto;
font-family: "normal Source Han Sans SC", sans-serif;
font-size: 1.13rem;
margin-top: 2%;
text-align: left;
color: #666666;
.introduce-content2word {
width: 65%;
}
span {
color: #2136ff;
}
}
.introduce-grid {
margin-top: 2%;
width: 46%;
height: 6.3%;
display: flex;
align-items: center;
justify-content: center;
gap: 1.82%;
}
.introduce-grid2 {
margin-top: 1%;
width: 46%;
height: 6.3%;
display: flex;
align-items: center;
justify-content: center;
gap: 1.82%;
}
.introduce-grid-item {
width: 20%;
height: 3.5rem;
background-image: url(../images/website/BG@2x.png);
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
}
.itemword {
font-family: "normal Source Han Sans SC", sans-serif;
font-size: 1rem;
height: auto;
color: #ffffff;
margin-top: -8%;
text-align: center;
}
.introduce-content3 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: auto;
margin-top: 2%;
font-family: "normal Source Han Sans SC", sans-serif;
font-size: 1.13rem;
color: #666666;
.introduce-content3word {
width: 58%;
}
span {
color: #2136ff;
}
}
.introduce-content4 {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
margin-top: 2.5%;
.introduce-content4img {
width: 3.13rem;
height: 8rem;
background-image: url(../images/website/2@2x.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.introduce-contentword {
width: auto;
height: auto;
display: flex;
align-items: center;
}
.wordone {
width: 100%;
display: flex;
height: 100%;
align-items: center;
font-family: "bold Source Han Sans SC", sans-serif;
font-size: 2vw;
color: #333333;
word-wrap: nowrap;
}
.wordtwo {
width: 4.5rem;
height: 3.19rem;
font-family: Arial;
font-weight: bold;
font-size: 4vw;
color: #2136ff;
padding: 0 0.7rem;
margin-top: -1rem;
}
.introduce-content4img2 {
width: 3.13rem;
margin-left: 1rem;
height: 8rem;
background-image: url(../images/website/2@2x.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
}
}
/* ============ */
/* 公司资质模块 */
.zzpc {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-around; */
.aptitude-title {
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial;
font-weight: bold;
font-size: 1.5rem;
color: #ffffff;
margin-top: 1%;
}
.aptitude-title2 {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
font-family: "bold Source Han Sans SC", sans-serif;
font-size: 2.88rem;
color: #ffffff;
margin-top: 1%;
}
.aptitude-content {
font-family: "normal Source Han Sans SC", sans-serif;
color: #ffffff;
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.13rem;
margin-top: 1%;
}
.aptitude-contentword {
width: 70%;
height: auto;
text-align: center;
}
.aptitude-content span {
color: #fff000;
}
.aptitude-image {
width: 100%;
height: 70%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 2%;
}
.aptitude-image img {
width: 75%;
height: 100%;
}
}
/* ================ */
/* 服务内容模块 */
.fwpc {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
/* justify-content: center; */
padding-top: 1%;
align-items: center;
.section-center1 {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.sectionfirst-title {
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial;
font-weight: bold;
font-size: 1.5rem;
color: #333333;
}
.flexdiv {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
}
.sectionsecond-title {
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
font-family: "normal Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 2.88rem;
color: #333333;
text-wrap: nowrap;
}
.section-contentsgird {
width: 65%;
height: 70%;
margin-top: 2%;
display: grid;
grid-template-columns: repeat(4, 24%);
grid-template-rows: repeat(2, 60%);
}
.section-contentsgird .grid-item:first-child {
background-image: url(../images/website/BG@2x.png);
}
.section-contentsgird .grid-item.grid-item:nth-child(2) {
background-image: url(../images/website/BG@2x.png);
}
.section-contentsgird .grid-item.grid-item:nth-child(3) {
background-image: url(../images/website/BG@2x.png);
}
.section-contentsgird .grid-item.grid-item:nth-child(4) {
background-image: url(../images/website/BG@2x.png);
}
.section-contentsgird .grid-item.grid-item:nth-child(5) {
background-image: url(../images/website/BG@2x.png);
}
.section-contentsgird .grid-item.grid-item:nth-child(6) {
background-image: url(../images/website/BG@2x.png);
}
.section-contentsgird .grid-item.grid-item:nth-child(7) {
background-image: url(../images/website/BG@2x.png);
}
.section-contentsgird .grid-item.grid-item:nth-child(8) {
background-image: url(../images/website/BIMBG@2x.png);
}
.section-contentsgird .grid-item {
width: 103%;
height: 103%;
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 10%;
}
.girdtitle {
width: 100%;
height: 30%;
font-family: "bold Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 1.5rem;
color: #e1edfb;
text-wrap: nowrap;
display: flex;
align-items: center;
justify-content: left;
}
.girdcontent {
width: 100%;
height: 60%;
padding-top: 10%;
font-family: "nomal Source Han Sans SC", sans-serif;
font-weight: 400;
font-size: 0.88vw;
color: #666666;
text-align: left;
}
}
/* 联系我们模块 */
.lxpc {
width: 100%;
margin-top: -54px;
height: calc(100 - 54px);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
}
.lxtitleone {
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-size: 1.5rem;
}
.lxtitletwo {
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-size: 2.88rem;
}
.wechatimg1 {
width: 8rem;
height: 8rem;
background-image: url(../images/website/@2x.png);
background-size: 100% 100%;
}
.wechatimg2 {
width: 8rem;
height: 8rem;
background-image: url(../images/website/@2x.png);
background-size: 100% 100%;
}
.dituicon1 {
width: 1rem;
height: 1rem;
margin-right: 0.5rem;
}
.coleft-text {
width: 100%;
height: 4rem;
color: #ffffff;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
gap: 0.5rem;
.item {
width: auto;
margin-left: 18%;
font-size: 1vw;
}
a {
font-size: 1vw;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ccc;
display: inline-block;
padding-bottom: 2px;
}
}
.coright-text{
width: 100%;
display: flex;
flex-direction: column;
}
.sevtionword {
width: 100%;
height: auto;
font-family: "bold Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 1.4rem;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
text-wrap: nowrap;
margin-top: 20%;
}
.section-content4-image-text {
margin-top: 2%;
color: #ffffff;
font-size: 1.13rem;
width: 8rem;
text-align: center;
}
.section-content4-icon {
float: left;
width: 24px;
height: 24px;
background-size: 100% 100%;
margin-right: 19px;
}
.lxcontainer {
width: 90%;
height: 50%;
margin-top: 5%;
display: flex;
justify-content: center;
}
.coleft {
width: 35%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.coright {
width: 30%;
height: 99%;
margin-left: 1%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.coimage {
width: 100%;
height: 100%;
background-image: url(../images/website/.png);
box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.45);
border-radius: 0.63rem;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.rightimg {
margin-top: 12%;
width:100%;
display: flex;
gap: 5%;
justify-content: center;
}
.rightimg img {
width: 8rem;
height: 10rem;
}
.coright-textbottom{
width: 100%;
height: 4rem;
display: flex;
justify-content: center;
align-content: center;
gap: 5%;
}
.footer {
width: 100%;
height: 4rem;
background: #000728;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 0;
}
.footerone {
width: 29.5rem;
height: 1rem;
font-family: "nomal Source Han Sans SC", sans-serif;
font-weight: 400;
font-size: 0.88rem;
color: #FFFFFF;
text-wrap: nowrap;
}
.footer a {
color: #FFFFFF;
}

@ -0,0 +1,670 @@
/* 移动端适配 */
/* */
@media (max-width: 480px) {
.nav-container {
height: 54px;
}
.section-container {
padding-top: 54px;
}
.nav-menu {
top: 54px;
height: calc(100vh - 54px);
}
.nav-logo {
font-size: 1rem;
}
.section {
padding: 10px 20px;
}
.section h2 {
font-size: 1.8rem;
}
}
@media (max-width: 768px) {
/* 字体包 */
/* 优设标题黑 - 通常用于标题 */
@font-face {
font-family: "YouSheBiaoTiHei";
src: url("../fonts/优设标题黑.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/* 思源黑体 - 常规体 */
@font-face {
font-family: "normal Source Han Sans SC";
src: url("../fonts/SourceHanSansSC-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
/* 思源黑体 - 粗体 */
@font-face {
font-family: "bold Source Han Sans SC";
src: url("../fonts/SourceHanSansSC-Bold.otf") format("opentype");
font-weight: bold;
font-style: normal;
}
/* 仅手机端显示 */
.only-phone {
display: block;
width: 100%;
height: 100%;
}
/* 仅pc显示 */
.only-pc {
display: none;
}
/* 菜单栏(汉堡侧边栏) */
.nav-menu {
position: fixed;
top: 54px;
left: -100%;
width: 30%;
height: calc(100vh - 54px);
background-color: #ffffff;
flex-direction: column;
align-items: center;
padding-top: 20px;
}
.nav-menu.active {
left: 0;
}
.nav-item {
margin: 15px 0;
}
.menu-toggle {
display: block;
}
.menu-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(7px, -6px);
}
.section h2 {
font-size: 2rem;
}
/* -------------------- */
/* 在移动端隐藏文字 */
.grid-item h2,
.grid-item p {
display: none;
}
/* -------------------- */
/* 背景图操作 */
#section1 {
background-image: url(../images/website/banner@2x.png);
background-size: 100% 100%;
background-position: center;
}
#section2 {
background-image: url(../images/website/m.png);
background-size: 100% 100%;
background-position: center;
}
#section3 {
background-image: url(.././images/website/BG.png);
background-size: 100% 100%;
background-position: center;
}
#section4 {
background-image: url(../images/website/m.png);
background-size: 100% 100%;
background-position: center;
}
#section5 {
background-image: url(../images/website/m.png);
background-size: 100% 100%;
background-position: center;
}
#section6 {
background-image: url(../images/website/m.png);
background-size: 100% 100%;
background-position: center;
}
/* -------------------- */
/* 首页模块 */
/* phone */
.banner {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2rem;
.bannerone {
width: 15.85rem;
height: 3.56rem;
background-image: url(../images/website/banner.png);
background-size: 100% 100%;
}
.text-content {
width: 12.25rem;
height: 2.19rem;
font-family: "bold Source Han Sans SC";
font-weight: bold;
font-size: 1.45rem;
text-wrap: nowrap;
color: #ffffff;
display: flex;
justify-content: space-between;
}
}
/* 公司介绍模块 */
.jsmobile {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 3%;
}
.mobileintro-title {
font-family: Arial;
font-weight: bold;
color: #333333;
width: 100%;
height: auto;
display: flex;
justify-content: center;
font-weight: bold;
font-size: 3.5vw;
color: #333333;
}
.mobileintro-title2 {
width: 100%;
height: auto;
display: flex;
justify-content: center;
font-family: "bold Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 7vw;
color: #333333;
}
.mobileintro-content {
width: 100%;
height: auto;
font-family: "normal Source Han Sans SC", sans-serif;
font-weight: normal;
font-size: 4vw;
color: #333333;
text-align: left;
}
.mobileintro-content span {
color: #2136ff;
font-weight: bold;
}
.mobileintro-content2 {
width: 100%;
height: auto;
font-family: "normal Source Han Sans SC", sans-serif;
font-size: 4vw;
color: #333333;
text-align: left;
}
.mobileintro-content2 span {
color: #2136ff;
font-weight: bold;
}
.mobileintro-grid {
width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2.82%;
justify-items: center;
}
.mobileintro-grid-item {
width: 100%;
height: 120%;
background-image: url(../images/website/BG@2x.png);
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
justify-content: center;
/* align-items: center; */
}
.itemword {
font-family: "normal Source Han Sans SC", sans-serif;
font-size: 3vw;
color: #ffffff;
line-height: 30px;
}
.mobileintro-content3 {
width: 100%;
height: auto;
font-family: "normal Source Han Sans SC", sans-serif;
font-weight: normal;
font-size: 4vw;
color: #333333;
text-align: left;
}
.mobileintro-content3 span {
color: #2136ff;
}
.mobileintro-content4 {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.mobileintro-content4img {
width: 14vw;
height: 12vw;
background-image: url(../images/website/m.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.mobileintro-contentword {
width: 115%;
height: auto;
display: flex;
align-items: center;
}
.mobileintrowordone {
width: 100%;
/* margin-left: -50px; */
height: auto;
display: flex;
justify-content: center;
align-items: center;
font-family: "bold normal Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 1rem;
color: #333333;
}
.wordtwo {
width: auto;
height: auto;
font-family: Arial;
font-weight: bold;
font-size: 2rem;
color: #2136ff;
}
.introduce-content4img2 {
width: 14vw;
height: 12vw;
background-image: url(../images/website/m.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
/* =========== */
/* 公司资质 */
.zzphone {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10%;
.mobileaptitude-title {
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial;
font-weight: bold;
font-size: 3.5vw;
color: #ffffff;
margin-top: 1%;
}
.mobileaptitude-title2 {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
font-family: "bold Source Han Sans SC", sans-serif;
font-size: 7vw;
color: #ffffff;
margin-top: 1%;
}
.mobileaptitude-content {
font-family: "normal Source Han Sans SC", sans-serif;
color: #ffffff;
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
font-size: 4vw;
margin-top: 1%;
}
.mobileaptitude-contentword {
width: 100%;
height: auto;
}
.mobileaptitude-content span {
color: #fff000;
}
.mobileaptitude-image {
width: 100%;
height: 30%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 2%;
}
.mobileaptitude-image img {
width: 100%;
height: 100%;
}
}
/* ----服务内容模块---- */
.fwphone {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 4%;
}
.mobilesectionfirst-title {
width: 100%;
height: auto;
font-family: Arial;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
font-size: 3.5vw;
color: #333333;
}
.mobilesectionsecond-title {
width: 100%;
height: auto;
font-family: "bold Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 7vw;
color: #333333;
text-wrap: nowrap;
}
.mobilesection-contentsgird {
width: 100%;
height: 40%;
display: grid;
grid-template-columns: repeat(2, 49%);
grid-template-rows: repeat(4, 20%);
gap: 3%;
}
.mobilesection-contentsgird .grid-item:first-child {
background-image: url(../images/website/m.png);
}
.mobilesection-contentsgird .grid-item.grid-item:nth-child(2) {
background-image: url(../images/website/m.png);
}
.mobilesection-contentsgird .grid-item.grid-item:nth-child(3) {
background-image: url(../images/website/m.png);
}
.mobilesection-contentsgird .grid-item.grid-item:nth-child(4) {
background-image: url(../images/website/m.png);
}
.mobilesection-contentsgird .grid-item.grid-item:nth-child(5) {
background-image: url(../images/website/m.png);
}
.mobilesection-contentsgird .grid-item.grid-item:nth-child(6) {
background-image: url(../images/website/m.png);
}
.mobilesection-contentsgird .grid-item.grid-item:nth-child(7) {
background-image: url(../images/website/m.png);
}
.mobilesection-contentsgird .grid-item.grid-item:nth-child(8) {
background-image: url(../images/website/BIMm.png);
}
.mobilesection-contentsgird .grid-item {
width: 100%;
height: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
align-items: center;
padding-left: 9%;
font-family: "bold Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 1.26rem;
color: #e1edfb;
}
.section-center1 {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
/* =============== */
/* ==行业案例== */
.anli {
height: 70%;
width: 100%;
display: flex;
text-align: center;
flex-direction: column;
color: #ffffff;
gap: 16px;
.anlien {
font-family: Arial;
color: #ffffff;
font-weight: bold;
}
.anliword {
font-family: "bold Source Han Sans SC", sans-serif;
font-weight: bold;
font-size: 1.7rem;
}
}
/* ============ */
/* 联系我们 */
.m-phone {
display: flex;
flex-direction: column;
width: 100%;
height: calc(100vh - 54px);
}
.m-header {
margin-top: 1%;
color: #FFFFFF;
width: 100%;
height: 20%;
display: flex;
justify-content: center;
flex-direction: column;
.m-title-en{
width: 100%;
display: flex;
font-size: 3.5vw;
justify-content: center;
}
.m-title-cn{
width: 100%;
display: flex;
font-size: 7vw;
justify-content: center;
}
}
.m-content {
height: 80%;
width: 100%;
display: flex;
padding: 0% 10% 0 10%;
flex-direction: column;
}
.m-left,
.m-right {
height: 50%;
width: 100%;
}
.m-right{
margin-top: 15%;
}
.m-map {
width: 100%;
height: 80%;
background-image: url(../images/website/.png);
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.m-info {
display: flex;
align-items: center;
margin: 0.8rem 0;
font-size: 0.95rem;
color: #ffffff;
a{
color: #ffffff;
border: none;
}
}
.m-icon {
width: 1.2rem;
height: 1.2rem;
margin-right: 0.6rem;
background-size: contain;
background-repeat: no-repeat;
}
.m-icon-loc {
background-image: url(../images/website/.png);
}
.m-icon-phone {
background-image: url(../images/website/.png);
}
.m-scan-text {
font-size: 1rem;
margin-bottom: 1rem;
color: #333;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
}
.m-scan-group {
display: flex;
justify-content: space-around;
margin-top: 1rem;
}
.m-scan-item {
text-align: center;
flex: 1;
max-width: 45%;
}
.m-wechat,
.m-miniprogram {
width: 100%;
aspect-ratio: 1/1;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin: 0 auto;
}
.m-wechat {
background-image: url(../images/website/@2x.png);
}
.m-miniprogram {
background-image: url(../images/website/@2x.png);
}
.m-scan-label {
font-size: 0.85rem;
margin-top: 0.5rem;
color: #ffffff;
}
/* Footer */
.m-footer {
width: 100%;
text-align: center;
background-color: #000728;
color: white;
padding: 1%;
}
.m-copyright {
font-size: 0.75rem;
line-height: 1.4;
background-color: #000728;
}
.m-copyright a {
text-decoration: none;
color: #ffffff;
}
}

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="zh-CN">
<html>
<head>
<title>极创科技</title>
@ -11,662 +11,58 @@
<meta data-n-head="true" data-hid="keywords" name="keywords"
content="极创 澜海 极创科技 苏州极创科技 极创澜海 苏州极创 苏州澜海 苏州极创澜海 极创澜海官网 极创澜海官方网站 苏州极创澜海科技有限公司 智慧城市 政府软件 智慧园林 智慧农业 智慧工业 智慧园区 智慧城管 智慧安监 智慧公安 智慧地税 智慧环保 智慧市政 智慧医疗 智慧环卫 智慧社保" />
<meta data-n-head="true" data-hid="description" name="description"
content="极创澜海作为智慧城市行业应用与地理信息服务提供商,以科技创新为本,致力于地理信息、物联网、互联网和大数据技术应用的创新研究,主要从事智慧城市应用、跨部门信息共享和交换应用的研究、设计和建设工作,应用信息技术提升城市管理与服务水平,让城市运营管理更加高效。在城市综合管理、生态环境保护、工业企业、智慧城管、智慧环卫、农林水利、园林绿化等众多行业领域形成了成熟的细分产品与专业的行业解决方案。公司秉承"极致创造,智慧未来"的发展理念,致力于成为客户最信赖的合作伙伴,竭诚提供一流品质、一流技术的产品和优质服务。" />
content="极创澜海作为智慧城市行业应用与地理信息服务提供商,以科技创新为本,致力于地理信息、物联网、互联网和大数据技术应用的创新研究,主要从事智慧城市应用、跨部门信息共享和交换应用的研究、设计和建设工作,应用信息技术提升城市管理与服务水平,让城市运营管理更加高效。在城市综合管理、生态环境保护、工业企业、智慧城管、智慧环卫、农林水利、园林绿化等众多行业领域形成了成熟的细分产品与专业的行业解决方案。公司秉承“极致创造,智慧未来”的发展理念,致力于成为客户最信赖的合作伙伴,竭诚提供一流品质、一流技术的产品和优质服务。" />
<!--小图标 -->
<link rel="icon" href="../public/favicon.ico" type="image/x-icon" />
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="../css/swiper-bundle.min.css">
<!-- 主样式 -->
<!-- Demo styles -->
<link rel="stylesheet" href="../css/website.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
<!-- 检测用户设备 -->
<script type="text/javascript">
var ua = navigator.userAgent;
var ipad = ua.match(/(iPad).*OS\s([\d_]+)/),
isIphone = !ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),
isAndroid = ua.match(/(Android)\s+([\d.]+)/),
isMobile = isIphone || isAndroid;
// 判断
if (isMobile) {
window.location.href = "mobile.html";
}
html,
body {
overflow: hidden;
height: 100%;
width: 100%;
max-width: 100%;
}
/* 导航栏 */
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 1000;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nav-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
display: flex;
justify-content: space-between;
align-items: center;
height: 60px;
}
.nav-logo {
display: block;
width: 150px;
height: 40px;
}
.logo1 {
width: 100%;
height: 100%;
background-image: url(../images/website/logo@2x.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.nav-menu {
display: flex;
list-style: none;
transition: all 0.3s ease;
}
.nav-item {
margin: 0 10px;
}
.nav-link {
color: #333;
text-decoration: none;
padding: 15px 10px;
display: block;
transition: color 0.3s;
font-size: 0.9rem;
}
.nav-link:hover,
.nav-link.active {
color: #3498db;
}
/* 汉堡菜单 */
.menu-toggle {
display: none;
cursor: pointer;
padding: 10px;
}
.menu-toggle span {
display: block;
width: 25px;
height: 3px;
background-color: #333;
margin: 5px 0;
transition: all 0.3s ease;
}
/* 模块样式 */
.section-container {
height: 100vh;
width: 100%;
overflow-y: scroll;
scroll-snap-type: y mandatory;
padding-top: 60px;
scrollbar-width: none;
-ms-overflow-style: none;
overflow-x: hidden;
}
.section-container::-webkit-scrollbar {
display: none;
}
.section {
height: 100vh;
scroll-snap-align: start;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: hidden;
position: relative;
width: 100%;
box-sizing: border-box;
}
/* 首页区域 */
#section1 {
background-image: url(../images/website/banner1.png);
background-size: cover;
background-position: center;
color: white;
text-align: center;
position: relative;
padding: 0;
}
.banner-content {
position: absolute;
top: 40%;
left: 50%;
transform: translateX(-50%);
width: 80%;
max-width: 800px;
z-index: 2;
}
.banner-title {
font-size: 3rem;
margin-bottom: 40px;
font-weight: bold;
}
.banner-title span {
display: inline-block;
margin: 0 10px;
}
.banner-button {
background-color: #3498db;
color: white;
border: none;
padding: 12px 30px;
font-size: 1rem;
border-radius: 30px;
cursor: pointer;
transition: all 0.3s;
z-index: 10;
}
.banner-button:hover {
background-color: #2980b9;
}
/* 标题区域通用样式 */
.section-title-en {
font-size: 2.5rem;
color: #ddd;
margin-bottom: 10px;
font-weight: bold;
}
.section-title {
font-size: 2rem;
color: #333;
margin-bottom: 40px;
position: relative;
text-align: center;
}
.section-title:after {
content: '';
display: block;
width: 50px;
height: 3px;
background-color: #3498db;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
}
/* 公司介绍部分 */
.about-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.about-content {
margin-bottom: 30px;
text-align: left;
}
.about-content p {
margin-bottom: 20px;
line-height: 1.6;
font-size: 1rem;
}
.highlight {
color: #3498db;
font-weight: bold;
}
.about-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 30px;
}
.grid-item {
background-color: #f5f5f5;
border-radius: 5px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
cursor: pointer;
}
.grid-item:hover {
background-color: #3498db;
color: white;
transform: translateY(-5px);
}
.item-content {
font-size: 1.2rem;
font-weight: bold;
}
.about-motto {
margin: 30px 0;
text-align: center;
font-size: 1.2rem;
}
.about-stats {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.stats-icon, .stats-icon-2 {
width: 60px;
height: 60px;
background-image: url(../images/website/极创LOGO.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.stats-content {
margin: 0 20px;
text-align: center;
}
.stats-title {
font-size: 1rem;
margin-bottom: 10px;
}
.stats-number {
font-size: 2.5rem;
font-weight: bold;
color: #3498db;
}
.stats-unit {
font-size: 1rem;
}
/* 公司资质部分 */
.qualification-content {
max-width: 1000px;
margin: 0 auto 30px;
text-align: left;
line-height: 1.6;
}
.qualification-image {
max-width: 80%;
margin: 0 auto;
text-align: center;
}
.qualification-image img {
max-width: 100%;
height: auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
/* 服务内容部分 */
.services-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
width: 100%;
max-width: 1200px;
padding: 0 20px;
}
.service-item {
background-color: #f5f5f5;
border-radius: 5px;
padding: 20px;
transition: all 0.3s;
min-height: 200px;
}
.service-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-title {
font-size: 1.2rem;
margin-bottom: 15px;
color: #3498db;
}
.service-desc {
font-size: 0.9rem;
line-height: 1.6;
color: #666;
}
/* 行业案例部分 */
.cases-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
text-align: center;
background-image: url(../images/website/行业案例@2x.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 400px;
}
/* 联系我们部分 */
.contact-container {
display: flex;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
justify-content: space-between;
}
.contact-left, .contact-right {
width: 48%;
}
.contact-map {
width: 100%;
height: 250px;
background-color: #f5f5f5;
border-radius: 5px;
margin-bottom: 20px;
background-image: url(../images/website/点击查看地图@2x.png);
background-size: cover;
background-position: center;
}
.contact-info {
margin-top: 20px;
}
.contact-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.contact-icon {
width: 30px;
height: 30px;
margin-right: 10px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.contact-icon-address {
background-image: url(../images/website/地址.png);
}
.contact-icon-phone {
background-image: url(../images/website/电话.png);
}
.contact-item a {
color: #333;
text-decoration: none;
transition: color 0.3s;
}
.contact-item a:hover {
color: #3498db;
}
.contact-title {
font-size: 1.5rem;
margin-bottom: 30px;
text-align: center;
}
.qr-container {
display: flex;
justify-content: space-around;
}
.qr-item {
text-align: center;
}
.qr-code {
width: 150px;
height: 150px;
margin: 0 auto 10px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.qr-wechat {
background-image: url(../images/website/极创公众号二维码@2x.png);
}
.qr-miniapp {
background-image: url(../images/website/极创小程序@2x.png);
}
.qr-text {
font-size: 0.9rem;
color: #666;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
padding: 20px 0;
background-color: rgba(255, 255, 255, 0.8);
}
.footer-content {
font-size: 0.8rem;
color: #666;
}
.footer-content a {
color: #666;
text-decoration: none;
}
.footer-content a:hover {
color: #3498db;
}
/* 移动端适配 */
@media (max-width: 992px) {
.services-grid {
grid-template-columns: repeat(2, 1fr);
}
.about-grid {
grid-template-columns: repeat(2, 1fr);
}
.contact-container {
flex-direction: column;
}
.contact-left, .contact-right {
width: 100%;
margin-bottom: 30px;
}
}
@media (max-width: 768px) {
.nav-menu {
position: fixed;
top: 60px;
left: -100%;
width: 60%;
height: calc(100vh - 60px);
background-color: white;
flex-direction: column;
align-items: center;
padding-top: 20px;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
z-index: 999;
}
.nav-menu.active {
left: 0;
}
.nav-item {
margin: 15px 0;
}
.menu-toggle {
display: block;
}
.menu-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(7px, -6px);
}
.banner-title {
font-size: 2rem;
}
#section1 {
background-image: url(../images/website/深色banner@2x.png);
}
#section2 {
background-image: url(../images/website/服务内容BG@2x.png);
}
#section3 {
background-image: url(../images/website/公司资质BG@2x.png);
}
#section4 {
background-image: url(../images/website/服务内容BG@2x.png);
}
#section5 {
background-image: url(../images/website/行业案例m.png);
}
#section6 {
background-image: url(../images/website/联系我们m.png);
}
.services-grid {
grid-template-columns: 1fr;
}
.qr-container {
flex-direction: column;
}
.qr-item {
margin-bottom: 30px;
}
.about-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.nav-container {
height: 50px;
}
.section-container {
padding-top: 50px;
}
.nav-menu {
top: 50px;
height: calc(100vh - 50px);
width: 40%;
}
.section-title-en {
font-size: 2rem;
}
.section-title {
font-size: 1.5rem;
}
.stats-number {
font-size: 2rem;
}
}
</style>
</script>
</head>
<body>
<!-- 固定导航栏 -->
<nav class="navbar">
<div class="nav-container">
<a href="#" class="nav-logo">
<div class="logo1">
<img src="../images/website/极创科技logoV3-02.png" alt="">
</div>
<!-- 导航栏 -->
<div class="container-fluid">
<a class="navbar-brand" href="#">
<div class="logo1"></div>
</a>
<!-- 汉堡菜单按钮 -->
<div class="menu-toggle">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="#section1" class="nav-link active">首页</a></li>
<li class="nav-item"><a href="#section2" class="nav-link">公司介绍</a></li>
<li class="nav-item"><a href="#section3" class="nav-link">公司资质</a></li>
<li class="nav-item"><a href="#section4" class="nav-link">服务内容</a></li>
<li class="nav-item"><a href="#section5" class="nav-link">行业案例</a></li>
<li class="nav-item"><a href="#section6" class="nav-link">联系我们</a></li>
</ul>
</div>
</nav>
<!-- 页面模块容器 -->
<div class="section-container">
<!-- 首页 -->
<section id="section1" class="section">
<div class="banner-content">
<h1 class="banner-title"><span>极致创造</span> <span>智慧未来</span></h1>
<button class="banner-button">了解更多</button>
</div>
</section>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="menus1">
<div class="menu menu0 menu-active" onclick="jump(0,true)">首页</div>
<div class="menu menu1" onclick="jump(1,true)">公司介绍</div>
<div class="menu menu2" onclick="jump(2,true)">公司资质</div>
<div class="menu menu3" onclick="jump(3,true)">服务内容</div>
<div class="menu menu4" onclick="jump(4,true)">行业案例</div>
<div class="menu menu5" onclick="jump(5,true)">联系我们</div>
</div>
</div>
<!-- Swiper首页 -->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" data-hash="slide1">
<div class="banner">
<div class="bannerone"></div>
<div class="text-content"><span>极致创造</span><span>智慧未来</span></div>
<button class="text-button">了解更多</button>
</div>
</div>
<!-- 公司介绍 -->
<section id="section2" class="section">
<div class="swiper-slide">
<div class="section1">
<div class="introduce-title">ABOUT</div>
<div class="introduce-title2">公司介绍</div>
@ -705,7 +101,7 @@
</div>
</div>
<div class="introduce-content3">
公司秉承 "<span>极致创造,智慧未来</span>" 的发展理念,致力于成为客户最信赖的合作伙伴,竭诚提供一流品质、一流技术的产品和优质服务。
公司秉承 “<span>极致创造,智慧未来</span>的发展理念,致力于成为客户最信赖的合作伙伴,竭诚提供一流品质、一流技术的产品和优质服务。
</div>
<div class="introduce-content4">
<div class="introduce-content4img"></div>
@ -717,9 +113,9 @@
<div class="introduce-content4img2"></div>
</div>
</div>
</section>
</div>
<!-- 公司资质 -->
<section id="section3" class="section">
<div class="swiper-slide">
<div class="section4">
<div class="aptitude-title">QUALIFICATION</div>
<div class="aptitude-title2">公司资质</div>
@ -730,9 +126,9 @@
<img src="../images/website/企业资质.png" alt="">
</div>
</div>
</section>
</div>
<!-- 服务内容 -->
<section id="section4" class="section">
<div class="swiper-slide">
<div class="section2">
<div class="section-center1">
<div class="sectionfirst-title">CONTENT</div>
@ -775,15 +171,15 @@
</div>
</div>
</div>
</section>
</div>
<!-- 行业案例 -->
<section id="section5" class="section">
<div class="swiper-slide">
<div class="section3">
<div class="section-center2"></div>
</div>
</section>
</div>
<!-- 联系我们 -->
<section id="section6" class="section">
<div class="swiper-slide" style="flex-direction: column;">
<div class="section5">
<div class="section-centent4-topone"><span>CONTANT</span> <span>US</span></div>
<div class="section-centent4-title">联系我们</div>
@ -814,6 +210,7 @@
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footerone">
@ -824,147 +221,48 @@
苏州极创澜海科技有限公司 版权所有
</div>
</div>
</section>
</div>
</div>
<!-- Swiper按钮 -->
<!-- <div class="swiper-button-next swiper-button-white"></div> -->
</div>
<!-- Swiper JS -->
<script src="../js/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
document.addEventListener('DOMContentLoaded', function () {
const sections = document.querySelectorAll('.section');
const navLinks = document.querySelectorAll('.nav-link');
const menuToggle = document.querySelector('.menu-toggle');
const navMenu = document.querySelector('.nav-menu');
const sectionContainer = document.querySelector('.section-container');
const bannerButton = document.querySelector('.banner-button');
// 了解更多按钮点击跳转到公司介绍
if (bannerButton) {
bannerButton.addEventListener('click', function() {
const section2 = document.querySelector('#section2');
if (section2) {
section2.scrollIntoView({
behavior: 'smooth'
});
// 更新活动状态
navLinks.forEach(navLink => navLink.classList.remove('active'));
const section2Link = document.querySelector('a[href="#section2"]');
if (section2Link) {
section2Link.classList.add('active');
}
}
});
}
// 汉堡菜单点击事件
if (menuToggle) {
menuToggle.addEventListener('click', function () {
this.classList.toggle('active');
navMenu.classList.toggle('active');
});
}
// 导航链接点击事件
navLinks.forEach(link => {
link.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetSection = document.querySelector(targetId);
if (targetSection) {
// 更新活动状态
navLinks.forEach(navLink => navLink.classList.remove('active'));
this.classList.add('active');
// 关闭移动端菜单
menuToggle.classList.remove('active');
navMenu.classList.remove('active');
// 滚动到对应模块
targetSection.scrollIntoView({
behavior: 'smooth'
});
}
});
});
// 模块化滚动检测
sectionContainer.addEventListener('scroll', function () {
const currentScroll = this.scrollTop;
const windowHeight = window.innerHeight;
sections.forEach((section, index) => {
const sectionTop = section.offsetTop - 60; // 导航栏高度
const sectionHeight = section.offsetHeight;
if (currentScroll >= sectionTop && currentScroll < sectionTop + sectionHeight) {
const currentId = section.getAttribute('id');
navLinks.forEach(link => {
link.classList.remove('active');
if (link.getAttribute('href') === `#${currentId}`) {
link.classList.add('active');
}
});
}
});
function jump(id, state) {
// 移除所有菜单的 .menu-active 类
const menus = document.querySelectorAll('.menu');
menus.forEach(menu => {
menu.classList.remove('menu-active');
});
// 阻止默认滚动行为
window.addEventListener('wheel', function (e) {
if (e.cancelable) {
e.preventDefault();
// 设置当前菜单的 .menu-active 类
const currentMenu = document.querySelector('.menu' + id);
if (currentMenu) {
currentMenu.classList.add('menu-active');
}
const delta = Math.sign(e.deltaY);
const currentIndex = Math.round(sectionContainer.scrollTop / window.innerHeight);
const maxIndex = sections.length - 1;
let targetIndex = currentIndex + delta;
targetIndex = Math.max(0, Math.min(targetIndex, maxIndex));
sectionContainer.scrollTo({
top: sections[targetIndex].offsetTop - 60, // 导航栏高度
behavior: 'smooth'
});
}, { passive: false });
// 触摸设备支持
let startY;
sectionContainer.addEventListener('touchstart', function (e) {
startY = e.touches[0].clientY;
}, { passive: true });
sectionContainer.addEventListener('touchmove', function (e) {
if (e.cancelable) {
e.preventDefault();
if (state) mySwiper.slideTo(id);
}
const currentY = e.touches[0].clientY;
const deltaY = startY - currentY;
if (Math.abs(deltaY) > 50) { // 滑动阈值
const direction = deltaY > 0 ? 1 : -1;
const currentIndex = Math.round(sectionContainer.scrollTop / window.innerHeight);
const maxIndex = sections.length - 1;
let targetIndex = currentIndex + direction;
targetIndex = Math.max(0, Math.min(targetIndex, maxIndex));
sectionContainer.scrollTo({
top: sections[targetIndex].offsetTop - 60, // 导航栏高度
behavior: 'smooth'
var mySwiper = new Swiper(".swiper-container", {
direction: "vertical", // 垂直切换选项
mousewheel: true,
speed: 1000,
// 如果需要前进后退按钮
navigation: {
nextEl: ".swiper-button-next",
},
on: {
slideChangeTransitionStart: function () {
jump(this.activeIndex, false);
},
},
});
startY = currentY;
}
}, { passive: false });
// 初始化高亮
sectionContainer.dispatchEvent(new Event('scroll'));
});
</script>
</body>

@ -0,0 +1,415 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="baidu-site-verification" content="j9hBfxIB2o" />
<meta name="google-site-verification" content="pfnCitaoMtrGXTD8vN_yDukeSr5wnBpKVt6St8gIy7A" />
<meta name="shenma-site-verification" content="9d028d05a262eabc29e2e1568c29bc04_1584694031" />
<meta data-n-head="true" data-hid="keywords" name="keywords"
content="极创 澜海 极创科技 苏州极创科技 极创澜海 苏州极创 苏州澜海 苏州极创澜海 极创澜海官网 极创澜海官方网站 苏州极创澜海科技有限公司 智慧城市 政府软件 智慧园林 智慧农业 智慧工业 智慧园区 智慧城管 智慧安监 智慧公安 智慧地税 智慧环保 智慧市政 智慧医疗 智慧环卫 智慧社保" />
<meta data-n-head="true" data-hid="description" name="description"
content="极创澜海作为智慧城市行业应用与地理信息服务提供商,以科技创新为本,致力于地理信息、物联网、互联网和大数据技术应用的创新研究,主要从事智慧城市应用、跨部门信息共享和交换应用的研究、设计和建设工作,应用信息技术提升城市管理与服务水平,让城市运营管理更加高效。在城市综合管理、生态环境保护、工业企业、智慧城管、智慧环卫、农林水利、园林绿化等众多行业领域形成了成熟的细分产品与专业的行业解决方案。公司秉承“极致创造,智慧未来”的发展理念,致力于成为客户最信赖的合作伙伴,竭诚提供一流品质、一流技术的产品和优质服务。" />
<!--小图标 -->
<link rel="icon" href="../public/favicon.ico" type="image/x-icon" />
<title>极创科技</title>
<link rel="stylesheet" href="../css/pc.css">
</link>
<link rel="stylesheet" href="../css/phone.css">
</head>
<body>
<!-- 固定导航栏 -->
<nav class="navbar">
<div class="nav-container">
<a href="#" class="nav-logo">
<img src="../images/website/极创科技logoV3-02.png" alt="">
</a>
<!-- 汉堡菜单按钮 -->
<div class="menu-toggle">
<span></span>
<span></span>
<span></span>
</div>
<!-- 导航栏菜单 -->
<ul class="nav-menu">
<li class="nav-item"><a href="#section1" class="nav-link">首页</a></li>
<li class="nav-item"><a href="#section2" class="nav-link">公司介绍</a></li>
<li class="nav-item"><a href="#section3" class="nav-link">公司资质</a></li>
<li class="nav-item"><a href="#section4" class="nav-link">服务内容</a></li>
<li class="nav-item"><a href="#section5" class="nav-link">行业案例</a></li>
<li class="nav-item"><a href="#section6" class="nav-link">联系我们</a></li>
</ul>
</div>
</nav>
<!-- 页面模块容器 -->
<div class="section-container">
<!-- 首页模块 -->
<section id="section1" class="section">
<div class="only-phone syphone">
<div class="banner">
<div class="bannerone"></div>
<div class="text-content"><span>极致创造</span><span>智慧未来</span></div>
</div>
</div>
<div class="only-pc sypc">
<div class="bannerpc">
<div class="banneronepc"></div>
<div class="text-contentpc"><span>极致创造</span><span>智慧未来</span></div>
<button class="text-buttonpc">了解更多</button>
</div>
</div>
</section>
<!-- 公司介绍模块 -->
<section id="section2" class="section">
<!-- pc显示 -->
<div class="only-pc jspc">
<div class="introduce-title">ABOUT</div>
<div class="introduce-title2">公司介绍</div>
<div class="introduce-content">
<span
style="white-space: nowrap;">极创科技</span>已通过高新技术企业认定,作为智慧城市行业应用与地理信息服务提供商,致力于地理信息、物联网、人工智能和大数据技术应用的创新研究,主要从事智慧城市应用、地理信息服务、三维建模的研究、咨询与建设工作,贴近城市管理与服务的信息化需求,专注于智慧城市建设,致力于创造更安全、便捷、绿色的城市生活。
</div>
<div class="introduce-content2">
<div class="introduce-content2word">
<span
style="white-space: nowrap;">极创科技</span>专注于智慧城市中的智慧应急、智慧安监、智慧城管、智慧农业等领域,为政府部门及相关行业提供以软件为核心的智慧化整体解决方案。
</div>
</div>
<div class="introduce-grid">
<div class="introduce-grid-item">
<div class="itemword">智慧应急</div>
</div>
<div class="introduce-grid-item">
<div class="itemword">智慧安监</div>
</div>
<div class="introduce-grid-item">
<div class="itemword">智慧城管</div>
</div>
<div class="introduce-grid-item">
<div class="itemword">智慧农业</div>
</div>
</div>
<div class="introduce-grid2">
<div class="introduce-grid-item">
<div class="itemword">智慧社区</div>
</div>
<div class="introduce-grid-item">
<div class="itemword">智慧招商</div>
</div>
<div class="introduce-grid-item">
<div class="itemword">食药监管</div>
</div>
<div class="introduce-grid-item">
<div class="itemword">其他产品</div>
</div>
</div>
<div class="introduce-content3">
<div class="introduce-content3word">
公司秉承 “<span
style="white-space: nowrap;">极致创造,智慧未来</span>”的发展理念,致力于成为客户最信赖的合作伙伴,竭诚提供一流品质、一流技术的产品和优质服务。
</div>
</div>
<div class="introduce-content4">
<div class="introduce-content4img"></div>
<div class="introduce-contentword">
<div class="wordone">
<span>已获得相关知识产权证书<span class="wordtwo">50</span>余项</span>
</div>
</div>
<div class="introduce-content4img2"></div>
</div>
</div>
<!-- 移动端显示 -->
<div class="only-phone">
<div class="jsmobile">
<div style="margin-bottom: 2%;">
<div class="mobileintro-title">ABOUT</div>
<div class="mobileintro-title2">公司介绍</div>
</div>
<div class="mobileintro-content">
<span>极创科技</span>已通过高新技术企业认定,作为智慧城市行业应用与地理信息服务提供商,致力于地理信息、物联网、人工智能和大数据技术应用的创新研究,主要从事智慧城市应用、地理信息服务、三维建模的研究、咨询与建设工作,贴近城市管理与服务的信息化需求,专注于智慧城市建设,致力于创造更安全、便捷、绿色的城市生活。
</div>
<div class="mobileintro-content2">
<span>极创科技</span>专注于智慧城市中的智慧应急、智慧安监、智慧城管、智慧农业等领域,为政府部门及相关行业提供以软件为核心的智慧化整体解决方案。
</div>
<div class="mobileintro-grid">
<div class="mobileintro-grid-item">
<div class="itemword">智慧应急</div>
</div>
<div class="mobileintro-grid-item">
<div class="itemword">智慧安监</div>
</div>
<div class="mobileintro-grid-item">
<div class="itemword">智慧城管</div>
</div>
<div class="mobileintro-grid-item">
<div class="itemword">智慧农业</div>
</div>
<div class="mobileintro-grid-item">
<div class="itemword">智慧社区</div>
</div>
<div class="mobileintro-grid-item">
<div class="itemword">智慧招商</div>
</div>
<div class="mobileintro-grid-item">
<div class="itemword">食药监管</div>
</div>
<div class="mobileintro-grid-item">
<div class="itemword">其他产品</div>
</div>
</div>
<div class="mobileintro-content3">
公司秉承 “<span>极致创造,智慧未来</span>”的发展理念,致力于成为客户最信赖的合作伙伴,竭诚提供一流品质、一流技术的产品和优质服务。
</div>
<div class="mobileintro-content4">
<div class="mobileintro-content4img"></div>
<div class="mobileintro-contentword">
<div class="mobileintrowordone">
<span>已获得相关知识产权证书<span class="wordtwo">50</span>余项</span>
</div>
</div>
<div class="introduce-content4img2"></div>
</div>
</div>
</div>
</section>
<!-- 公司资质模块 -->
<section id="section3" class="section">
<!-- pc端显示 -->
<div class="only-pc">
<div class="zzpc">
<div class="aptitude-title">QUALIFICATION</div>
<div class="aptitude-title2">公司资质</div>
<div class="aptitude-content">
<div class="aptitude-contentword">
<span>极创科技</span>已获得相关知识产权证书50余项包括高新技术企业认定、江苏省民营科技企业、国家级科技型中小企业、江苏省星级上云企业、1S09001质量管理体系认证证书、S014001环境管理体系认证证书、IS027001信息安全管理体系认证证书、AAA企业信用等级证书7项、软件企业认证证书、软件产品认证证书、发明专利2项、软件著作权证书24项、注册商标2项等
</div>
</div>
<div class="aptitude-image">
<img src="../images/website/企业资质.png" alt="">
</div>
</div>
</div>
<!-- 手机端 -->
<div class="only-phone">
<div class="zzphone">
<div>
<div class="mobileaptitude-title">QUALIFICATION</div>
<div class="mobileaptitude-title2">公司资质</div>
</div>
<div class="mobileaptitude-content">
<div class="mobileaptitude-contentword">
<span>极创科技</span>已获得相关知识产权证书50余项包括高新技术企业认定、江苏省民营科技企业、国家级科技型中小企业、江苏省星级上云企业、1S09001质量管理体系认证证书、S014001环境管理体系认证证书、IS027001信息安全管理体系认证证书、AAA企业信用等级证书7项、软件企业认证证书、软件产品认证证书、发明专利2项、软件著作权证书24项、注册商标2项等
</div>
</div>
<div class="mobileaptitude-image">
<img src="../images/website/企业资质.png" alt="">
</div>
</div>
</div>
</section>
<!-- 服务内容模块 -->
<section id="section4" class="section">
<!-- pc端显示 -->
<div class="only-pc">
<div class="fwpc">
<div class="sectionfirst-title">CONTENT</div>
<div class="sectionsecond-title">服务内容</div>
<div class="flexdiv">
<div class="section-contentsgird">
<div class="grid-item">
<div class="girdtitle">人工智能</div>
<div class="girdcontent"> 利用AI小模型和大模型算法实现图像分析、视频分析、语音分析、语义分析、深度思考等能力与业务平台相结合</div>
</div>
<div class="grid-item">
<div class="girdtitle">数据建库</div>
<div class="girdcontent">关系型数据与空间数据库的数据库建设、数据梳理、数据加工、数据备份、数据整合、数据导出、数据共享
</div>
</div>
<div class="grid-item">
<div class="girdtitle">软件研发</div>
<div class="girdcontent">浏览器平台软件、桌面平台软件、IOS平台APP软件、安卓平台APP软件、手机H5页面、微信公众号、微信小程序软件的研发
</div>
</div>
<div class="grid-item">
<div class="girdtitle">方案咨询</div>
<div class="girdcontent">智慧城市、智慧教育、企业服务等领域的解决方案和项目建设方案的编写与咨询</div>
</div>
<div class="grid-item">
<div class="girdtitle">大数据分析</div>
<div class="girdcontent">对海量数据进行二次加工处理,通过大量算法模型,从既有数据中分析出统计数据、对比数据、趋势数据、预测数据</div>
</div>
<div class="grid-item">
<div class="girdtitle">地图服务</div>
<div class="girdcontent">将二维地图数据和三维地图数据,发布为地图服务,从而方便地图应用和数据共享</div>
</div>
<div class="grid-item">
<div class="girdtitle">物联感知</div>
<div class="girdcontent">建设传感器、摄像头、智能仪表等物联设备体系,通过物联网络,实现设备数据实时传输、存储、监测、预警、共享</div>
</div>
<div class="grid-item">
<div class="girdtitle">BIM应用</div>
<div class="girdcontent">使用无人机倾斜摄影、360全景采集等方式进行基础数据采集通过建立虚拟的建筑工程三维模型辅助于智慧城市信息化建设</div>
</div>
</div>
</div>
</div>
</div>
<!-- 手机端显示 -->
<div class="only-phone">
<div class="fwphone">
<div>
<div class="mobilesectionfirst-title">CONTENT</div>
<div class="mobilesectionsecond-title">服务内容</div>
</div>
<div class="mobilesection-contentsgird">
<div class="grid-item">
<div>人工智能</div>
</div>
<div class="grid-item">
<div>数据建库</div>
</div>
<div class="grid-item">
<div>软件研发</div>
</div>
<div class="grid-item">
<div>方案咨询</div>
</div>
<div class="grid-item">
<div>大数据分析</div>
</div>
<div class="grid-item">
<div>地图服务</div>
</div>
<div class="grid-item">
<div>物联感知</div>
</div>
<div class="grid-item">
<div>BIM应用</div>
</div>
</div>
</div>
</div>
</section>
<!-- 行业案例模块 -->
<section id="section5" class="section" style="height: 97vh;">
<!-- 只在手机端显示的文字 -->
<div class="only-phone anli">
<div class="anlien">INDUSTRY CASE</div>
<div class="anliword">行业案例</div>
</div>
</section>
<!-- 联系我们模块 -->
<section id="section6" class="section" style="padding: 0;">
<!-- pc端 -->
<div class="lxpc only-pc">
<div>
<div class="lxtitleone"><span>CONTANT</span> &nbsp;<span>US</span></div>
<div class="lxtitletwo">联系我们</div>
</div>
<div class="lxcontainer">
<div class="coleft">
<div class="coimage"></div>
<div class="coleft-text">
<div class="item">
<img class="dituicon1" src="../images/website/定位.png" alt="">
<a title="点击查看地图" href="https://www.gaode.com/place/B0H655PK3J"
target="_blank">苏州工业园区腾飞苏州创新园 B406</a>
</div>
<div class="item">
<img class="dituicon1" src="../images/website/电话.png" alt="">
<span>18013199985</span>
</div>
</div>
</div>
<div class="coright">
<div class="sevtionword">扫码关注我们</div>
<div class="coright-text">
<div class="rightimg">
<div class="wechatimg1"></div>
<div class="wechatimg2"></div>
</div>
<div class="coright-textbottom">
<div class="section-content4-image-text">微信公众号</div>
<div class="section-content4-image-text">微信小程序</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footerone">
Copyright©2022
&nbsp;
<a href="https://beian.miit.gov.cn/" target="_blank">苏ICP备20012657号</a>
&nbsp;
苏州极创澜海科技有限公司 版权所有
</div>
</div>
</div>
<!-- 手机端 -->
<div class="only-phone lxphone">
<div class="m-phone">
<div class="m-header">
<div class="m-title-en"><span>CONTACT</span> <span>US</span></div>
<div class="m-title-cn">联系我们</div>
</div>
<div class="m-content">
<div class="m-left">
<div class="m-map"></div>
<div class="m-info">
<div class="m-icon m-icon-loc"></div>
<a href="https://www.gaode.com/place/B0H655PK3J" target="_blank">苏州工业园区腾飞创新园B406</a>
</div>
<div class="m-info">
<div class="m-icon m-icon-phone"></div>
<div>18013199985</div>
</div>
</div>
<div class="m-right">
<div class="m-scan-text">扫码关注我们</div>
<div class="m-scan-group">
<div class="m-scan-item">
<div class="m-wechat"></div>
<div class="m-scan-label">微信公众号</div>
</div>
<div class="m-scan-item">
<div class="m-miniprogram"></div>
<div class="m-scan-label">微信小程序</div>
</div>
</div>
</div>
</div>
<div class="m-footer">
<div class="m-copyright">
Copyright©2022
&nbsp;
<a href="https://beian.miit.gov.cn/" target="_blank">苏ICP备20012657号</a>
<br>
苏州极创澜海科技有限公司 版权所有
</div>
</div>
</div>
</div>
</section>
</div>
<script src="../js/pc.js"></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 KiB

@ -0,0 +1,106 @@
document.addEventListener('DOMContentLoaded', function () {
const sections = document.querySelectorAll('.section');
const navLinks = document.querySelectorAll('.nav-link');
const menuToggle = document.querySelector('.menu-toggle');
const navMenu = document.querySelector('.nav-menu');
const sectionContainer = document.querySelector('.section-container');
// 汉堡菜单点击事件
menuToggle.addEventListener('click', function () {
this.classList.toggle('active');
navMenu.classList.toggle('active');
});
// 导航链接点击事件
navLinks.forEach(link => {
link.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetSection = document.querySelector(targetId);
// 关闭移动端菜单
menuToggle.classList.remove('active');
navMenu.classList.remove('active');
// 滚动到对应模块
targetSection.scrollIntoView({
behavior: 'smooth'
});
});
});
// 模块化滚动检测
sectionContainer.addEventListener('scroll', function () {
const currentScroll = this.scrollTop;
const windowHeight = window.innerHeight;
sections.forEach((section, index) => {
const sectionTop = index * windowHeight;
const sectionBottom = (index + 1) * windowHeight;
if (currentScroll >= sectionTop && currentScroll < sectionBottom) {
const currentId = section.getAttribute('id');
navLinks.forEach(link => {
link.classList.remove('active');
if (link.getAttribute('href') === `#${currentId}`) {
link.classList.add('active');
}
});
}
});
});
// 阻止默认滚动行为
window.addEventListener('wheel', function (e) {
if (e.cancelable) {
e.preventDefault();
}
const delta = Math.sign(e.deltaY);
const currentIndex = Math.round(sectionContainer.scrollTop / window.innerHeight);
const maxIndex = sections.length - 1;
let targetIndex = currentIndex + delta;
targetIndex = Math.max(0, Math.min(targetIndex, maxIndex));
sectionContainer.scrollTo({
top: targetIndex * window.innerHeight,
behavior: 'smooth'
});
}, { passive: false });
// 触摸设备支持
let startY;
sectionContainer.addEventListener('touchstart', function (e) {
startY = e.touches[0].clientY;
}, { passive: true });
sectionContainer.addEventListener('touchmove', function (e) {
if (e.cancelable) {
e.preventDefault();
}
const currentY = e.touches[0].clientY;
const deltaY = startY - currentY;
if (Math.abs(deltaY) > 50) { // 滑动阈值
const direction = deltaY > 0 ? 1 : -1;
const currentIndex = Math.round(sectionContainer.scrollTop / window.innerHeight);
const maxIndex = sections.length - 1;
let targetIndex = currentIndex + direction;
targetIndex = Math.max(0, Math.min(targetIndex, maxIndex));
sectionContainer.scrollTo({
top: targetIndex * window.innerHeight,
behavior: 'smooth'
});
startY = currentY;
}
}, { passive: false });
// 初始化高亮
sectionContainer.dispatchEvent(new Event('scroll'));
});
Loading…
Cancel
Save