* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow: hidden;
  height: 100%;
}
/* 字体包 */
/* 思源黑体 - 常规体 */
@font-face {
  font-family: "normal Source Han Sans SC";
  src: url("../fonts/SourceHanSansSC-Normal.otf") format("opentype");
}

/* 思源黑体 - 粗体 */
@font-face {
  font-family: "bold Source Han Sans SC";
  src: url("../fonts/SourceHanSansSC-Bold.otf") format("opentype");
}

/* 仅手机 */
.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 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
}

.nav-logo {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  height:80px;
  width:auto;
}

.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";
  color: #333333;
  text-decoration: none;
  padding: 10px 10px;
  display: block;
  transition: color 0.3s;
  font-size: 1rem;
}

.nav-link:hover,
.nav-link.active {
  color: #0066b3;
  border-bottom:3px solid #0066b3;
}

/* 汉堡菜单 */
.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 - 84px);
  width: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  margin-top: 84px;
  /* 隐藏滚动条 */
  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/s1.jpg);
  background-size: cover;
  background-position: center;
}
#section2 {
    background-image: url(../images/b_p.jpg);
    background-size: cover;
    background-position: center;
}
#section3 {
    background-image: url(../images/c_p.jpg);
    background-size: cover;
    background-position: center;
}
#section4 {
  background-image: url(../images/p_p.jpg);
  background-size: cover;
  background-position: center;
}
#section5 {
  background-image: url(../images/d_p.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:200px;
    height:80px;
    background-image: url(../images/logo_b.png);
    background-size: 200px auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -18%;
}
.text-contentpc {
    height: auto;
    font-family: "bold Source Han Sans SC";
    font-style: italic;
    font-size: 3vw;
    text-wrap: nowrap;
    color: #333333;
    color: #ffffff;
 
}
  .text-contentpc b{
      color:#0066b3;
      padding:0px 10px;
  }


  .text-buttonpc {
    width: 18%;
    height: 6%;
    background: linear-gradient(90deg, #303eeb, #0f71ba);
    border-radius: 0.63rem;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2rem;
    margin-top:20px;
  }
}
/* ============== */

/* 公司介绍的内容 */
.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: "bold Source Han Sans SC";
    font-size: 1.5rem;
    color: #333333;
  }

  .introduce-title2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    font-family: "bold Source Han Sans SC";
    font-size: 2.88rem;
    color: #333333;
    margin-top: 1%;
  }

.introduce-content {
    width:70%;
    height: auto;
    font-family: "normal Source Han Sans SC";
    font-size: 1.13rem;
    text-align: left;
    margin-top: 2%;
    span
{
    color: #0066b3;
    white-space: nowrap;
    font-family: "bold Source Han Sans SC" !important;
}
}

.introduce-content2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    font-family: "normal Source Han Sans SC";
    font-size: 1.13rem;
    margin-top: 2%;
    text-align: left;
    color: #666666;

    .introduce-content2word {
      width: 65%;
    }
    span {
      color: #0066b3;
      white-space: nowrap;
      font-family: "bold Source Han Sans SC" !important;
    }
  }

  .introduce-grid {
    margin-top: 2%;
    width:70%;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .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: 30%;
    float: left;
    height: 350px;
    margin-right: 5%;
    background-color: #fff;
    position: relative;
    box-shadow:5px 5px 6px rgba(0, 0, 0, 0.3);
}
.introduce-grid .introduce-grid-item:last-child {
    margin-right:0;
}



.introduce-grid-item .itemimg {
    width: 100%;
    float: left;
    height: 150px;
    overflow: hidden;
}
.introduce-grid-item .itemimg img {
    width: 100%;
    float: left;
    height: auto;
    }
.itemword {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    padding:10px 10px;
    position: absolute;
    left: 3%;
    bottom:15px;
    width: 94%;
    height:230px;
    box-sizing: border-box;
}

.itemword h4 {
    font-size: 22px;
    line-height: 24px;
    color: #0066b3;
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'oppoB';
    text-align:center;
}
.itemword p{
    padding:5px 0px;
}


    .introduce-content3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-top: 2%;
        font-family: "normal Source Han Sans SC";
        font-size: 1.13rem;
        color: #666666;
    .introduce-content3word {
      width: 58%;
    }
    span {
      color: #0066b3;
      white-space: nowrap;
      font-family: "bold Source Han Sans SC" !important;
    }
  }

  .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";
      font-size: 2vw;
      color: #333333;
      word-wrap: nowrap;
    }
    .wordtwo {
      width: 4.5rem;
      height: 3.19rem;
      font-family: "bold Source Han Sans SC";
      font-weight: bold;
      font-size: 4vw;
      color: #0066b3;
      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: "bold Source Han Sans SC";
    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";
    font-size: 2.88rem;
    color: #ffffff;
    margin-top: 1%;
  }

  .aptitude-content {
    font-family: "normal Source Han Sans SC";
    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;
    span {
      color: #fff000;
      font-family: "bold Source Han Sans SC";
    }
  }

  .aptitude-image {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
  }

  .aptitude-image img {
    width: 75%;
    height: 100%;
  }


.business-grid {
    width: 70%;
    height: 70%;
    margin-top:1%;
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
    grid-template-rows: repeat(2, 50%);
}
    .business-grid .business-grid-item {
        width: 80%;
        height: 90%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 2%;
        margin: 10%;
        background-color: #fff;
        position: relative;
        border-top: 6px solid #0066b3;
        background-image: url(../images/logo-icon.png);
        background-position: 90% 90%;
        background-repeat: no-repeat;
        background-size: contain;
        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    }


        .business-grid .business-grid-item  .itemimg{
            width:100%;
            text-align:center;
            overflow:hidden;
            height:50%;
        }
        .business-grid .business-grid-item .itemimg img{
            margin:0px auto;
            height:100%;
            width:auto;
            min-height:100%;
            min-width:100%;
        }
        .business-grid .business-grid-item .itemno {
            position: absolute;
            top: -30px;
            left: -2px;
            display: block;
            width: 66px;
            height: 66px;
            background-image: url(../images/iconbg.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            line-height: 60px;
            text-align: center;
            font-size: 36px;
            color: #0066b3;
            font-family: "bold Source Han Sans SC";
        }
        .business-grid .business-grid-item .itemtxt{
            width:100%;
            padding:10px;

        }

}

/* ================ */

/* 服务内容模块 */
.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: "bold Source Han Sans SC";
    font-size: 1.5rem;
    color: #333333;
    margin-top:50px;
  }
  .sectionsecond-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "bold Source Han Sans SC";
    font-size: 2.88rem;
    color: #333333;
    text-wrap: nowrap;
  }
  .flexdiv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }

.product-contentword {
    width: 70%;
    height: auto;
    text-align: center;
    margin-top:30px;
}

.product-img {
    width: 70%;
    height: auto;
    text-align: center;
    margin-top: 30px;
}

.product-img img {
    width: auto;
    height:250px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);

}

.product-grid {
    margin-top: 2%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid-item {
    width: 50%;
    float: left;

    margin-right: 5%;
    background-color: #fff;
    position: relative;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}

.product-grid-item .itemimg {
    width: 100%;
    float: left;
    height:280px;
    overflow: hidden;
    display:flex;
}
.product-grid-item .itemimg img {
    width: 100%;
    float: left;
    height: auto;
}

    .product-grid-item .itemword {
        transition: all 0.3s ease;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        float: left;
    }

    .product-grid-item .item-title {
        font-size: 22px;
        line-height: 40px;
        background-color: #0066b3;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        font-family: 'oppoB';
        width: 100%;
        height: 40px;
        float:left;
    }

        .product-grid-item .itemword p {
            padding: 5px 0px;
        }

.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/BIM应用BG@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";
    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: "normal Source Han Sans SC";
    font-weight: 400;
    font-size: 0.88vw;
    color: #666666;
    text-align: left;
  }
}

/* 联系我们模块 */
.lxpc {
  width: 100%;
  margin-top: -84px;
  height: calc(100% - 84px);
  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;
  font-family: "bold Source Han Sans SC";
  color: #ffffff;
  font-size: 1.5rem;
}
.lxtitletwo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "bold Source Han Sans SC";
  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;
  font-family: "normal Source Han Sans SC";
  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;
    font-family: "normal Source Han Sans SC";
    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";
  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;
  font-family: "normal Source Han Sans SC";
  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:40px;
  background: #000728;
  font-family: "bold Source Han Sans SC";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.footerone {
  width: 29.5rem;
  height: 1rem;
  font-family: "normal Source Han Sans SC";
  font-weight: 400;
  font-size: 0.88rem;
  color: #ffffff;
  text-wrap: nowrap;
}

.footer a {
  color: #ffffff;
}
