@font-face {
  font-family: "fontMain";
  src: url(./fonts/DS-DIGIB_0.TTF);
}

.home {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  user-select: none;
}

.pageContent {
  /* background-color: rgba(0,0,0,0.5); */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* z-index: 10; */
}

.pageShadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/pageShadow.png') no-repeat center center / 100% 100%;
  z-index: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  /* background-color: red; */
}

.page {
  width: 100%;
  position: absolute;
  top: 0px;
  /* z-index: 5; */
}

.pageHome {
  padding: 88px 33px 0px 16px;
}

.header {
  /* width: 100%;
  height: 9.5%; */
  min-width: 1920px;
  width: 100%;
  height: 88px;
  background: url("../img/head.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  z-index: 9;
}

.header p {
  /* width: 16.9%; */
  /* width: 325px;
  height: 29px; */
  font-size: 30px;
  font-family: hzgb;
  font-weight: 600;
  color: #FFFFFF;
  /* margin: 0 auto; */
  /* position: absolute;
  left: 50%; */
  /* bottom: 35%; */
  /* transform: translateX(-50%);
  bottom: 26px; */
  text-align: center;
  line-height: 100px;
}

.headerLeft {
  position: absolute;
  bottom: 47%;
  left: 35px;
  bottom: 133px;
  bottom: 11px;
}

.headerRight {
  position: absolute;
  /* width: 4%; */
  width: 78px;
  right: 100px;
  bottom: 35%;
  bottom: 12px;
}

.headerLeft text,
.headerRight text {
  width: 197px;
  height: 15px;
  font-size: 18px;
  font-family: ShiShangZhongHeiJianTi;
  font-weight: 400;
  color: #29B6FB;
}

.headerRight text {
  padding-left: 33%;
  padding-left: 22px;
}

.headerLeft text:nth-child(1) {
  margin-right: 25px;
}

.headerRight i {
  width: 22.5%;
  height: 30px;
  background: url(../img/icon/photoIcon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: 0px;
}

.routeView {
  position: absolute;
  bottom: 5px;
  width: 45%;
  height: 9.6%;
  background: url(../img/menuBg.png) no-repeat;
  background-size: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 188px;
  z-index: 99999;
}

.menuCheck {
  color: white !important;
  font-size: 20px !important;
}

.routeView span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #29B6FB;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.routeView a,
.routeView div {
  position: relative;
  width: 121px;
  height: 73px;
  display: inline-block;
  box-sizing: border-box;
}

.routeView a:nth-of-type(1),
.routeView a:nth-of-type(7),
.routeView div:nth-of-type(1),
.routeView div:nth-of-type(7) {
  padding-top: 61px;
}

.routeView a:nth-of-type(2),
.routeView a:nth-of-type(6),
.routeView div:nth-of-type(2),
.routeView div:nth-of-type(6) {
  padding-top: 43px;
}

.routeView a:nth-of-type(3),
.routeView a:nth-of-type(5),
.routeView div:nth-of-type(3),
.routeView div:nth-of-type(5) {
  padding-top: 36px;
  cursor: pointer;
}

.routeView a:nth-of-type(4),
.routeView div:nth-of-type(4) {
  padding-top: 40px;
  cursor: pointer;
}

.routeView a i {
  width: 37px;
  height: 36px;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon/menuLo.png) no-repeat;
  background-size: 100%;
}

.routeView a:nth-of-type(1) i {
  width: 37px;
  height: 36px;
  position: absolute;

  transform: translateX(-50%);
  background: url(../img/icon/menuLo.png) no-repeat;
  background-size: 100%;
}

.routeView a:nth-of-type(1) i {
  background: url(../img/icon/menuDot.png) no-repeat;
  width: 11px;
  height: 11px;
  background-size: 100%;
}

.routeView a:nth-of-type(2) i {
  background: url(../img/icon/menuDot.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  top: 0px;
}

.routeView a:nth-of-type(3) i {
  background: url(../img/icon/menuRed.png) no-repeat;
  top: -22px;
  width: 50px;
  height: 50px;
}

.routeView a:nth-of-type(3) i::after {
  content: "";
  background: url(../img/icon/shuiDao.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

.routeView a:nth-of-type(4) i {
  background: url(../img/menuHome.png) no-repeat;
  top: -34px;
  width: 60px;
  height: 60px;
}

.routeView a:nth-of-type(5) i {
  background: url(../img/icon/menuGreen.png) no-repeat;
  top: -22px;
  width: 50px;
  height: 50px;
}

.routeView a:nth-of-type(5) i::after {
  content: "";
  background: url(../img/icon/gongsheng.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

.routeView a:nth-of-type(6) i {
  background: url(../img/icon/menuDot2.png) no-repeat;
  top: 0px;
  width: 20px;
  height: 20px;
  background-size: 100%;
}

.routeView a:nth-of-type(7) i {
  background: url(../img/icon/menuDot2.png) no-repeat;
  width: 11px;
  height: 11px;
  background-size: 100%;
  top: 21px;
}

.routeView a em {
  /* background: url(../img/menuCm.png) no-repeat; */
  background-size: 100%;
  width: 102px;
  height: 101px;
  position: absolute;
  top: -17px;
  left: 52%;
  transform: translateX(-50%);
}

.routeView a:nth-of-type(2) em {
  top: -31px;
}

.routeView a:nth-of-type(6) em {
  top: -31px;
}

/* .routeView a:nth-of-type(3) em,
.routeView a:nth-of-type(4) em,
.routeView a:nth-of-type(5) em {
  top: -60px;
  width: 116px;
  height: 115px;
} */
.routeView a:nth-of-type(4) em {
  background: url(../img/menuCb.png) no-repeat;
  background-size: 100%;

  top: -69px;
  width: 134px;
  height: 117px;
}

.routeView div text {
  background: url(../img/menuCm.png) no-repeat;
  background-size: 100%;


  width: 126px;
  height: 111px;
  position: absolute;
  top: -58px;
  left: 52%;
  transform: translateX(-50%);
}

.routeView div:nth-of-type(4) text {
  width: 142px;
  height: 111px;
  position: absolute;
  top: -73px;
  left: 51%;
}

.routeView div:nth-of-type(1) text {
  top: -32px;
}

.routeView div:nth-of-type(6) text,
.routeView div:nth-of-type(2) text {
  top: -50px;
  left: 51%;
}

.routeView div:nth-of-type(2) em {
  top: -15px;
}

.routeView div:nth-of-type(3) em,
.routeView div:nth-of-type(5) em {
  top: -23px;
}

.routeView div:nth-of-type(6) em {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.routeView div:nth-of-type(4) em {
  width: 60px;
  height: 61px;
  background-size: 100%;
  top: -35px;
  left: 13px;
  left: 50%;
  transform: translateX(-50%);
}

.routeView div {
  cursor: pointer;
}

.routeView div i {
  width: 20px;
  height: 22px;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  z-index: 999;
}

.routeView div em {
  width: 51px;
  height: 52px;
  position: absolute;
  top: 4px;
  left: 18px;
  background-size: 100%;
  background: url(../img/icon/menuRed.png) no-repeat;
  left: 50%;
  transform: translateX(-50%);
}

.routeView div:nth-of-type(1) i {
  background: url(../img/icon/nong.png) no-repeat;
  width: 20px;
  height: 22px;
  background-size: 100%;
}

.routeView div:nth-of-type(2) i {
  background: url(../img/icon/shipin.png) no-repeat;
  width: 20px;
  height: 22px;
  background-size: 100%;
  top: 0px;
}

.routeView div:nth-of-type(3) i {
  background: url(../img/icon/shebei.png) no-repeat;
  top: -9px;
  width: 21px;
  height: 22px;
}

.routeView div:nth-of-type(4) i {
  background: url(../img/icon/shuiDao.png) no-repeat;
  top: -22px;
  width: 30px;
  height: 60px;
}

.routeView div:nth-of-type(5) i {
  background: url(../img/icon/dikuai.png) no-repeat;
  top: -9px;
  left: 50%;
  transform: translateX(-50%) rotateZ(-2deg);
}

.routeView div:nth-of-type(6) i {
  background: url(../img/icon/dikuai2.png) no-repeat;
  top: 0px;
  background-size: 100%;
  left: 45px;
  top: -1px;
  left: 53%;
  transform: translateX(-50%);
}

.routeView div:nth-of-type(7) i {
  background: url(../img/icon/return.png) no-repeat;
  background-size: 100%;
  top: 16px;
}

.overviewTitle {
  width: 449px;
  height: 31px;
  background: url(../img/titleBg.png) no-repeat;
  background-size: 100%;
}

.overviewTitle h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 26px;
  letter-spacing: 5px;
  line-height: 17px;
}

.modelTitle {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 28px;
  background: url(../img/titleIcon.png) no-repeat left center / 18px 18px;
}

.modelTitle span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  float: right;
  margin-right: 20px;
}


.dygsSwiBox {
  position: absolute;
  width: 150px;
  height: 40px;
  /* background-color: bisque; */
  left: -33px;
  bottom: 113px;
}

.dygsSwiBox p {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #29B6FB;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #00D2FF;
}

.dygsSwiBox p:nth-of-type(1) {
  left: 0;
  bottom: -20px;
  background: rgba(0, 71, 157, 0.65) url(../img/sqWIcon.png) no-repeat center center / 20px 22px;
}

.dygsSwiBox p:nth-of-type(2) {
  left: 55px;
  bottom: 10px;
  background: rgba(0, 71, 157, 0.65) url(../img/sxtWIcon.png) no-repeat center center / 20px 21px;
}

.dygsSwiBox p:nth-of-type(3) {
  left: 110px;
  bottom: -20px;
  background: rgba(0, 71, 157, 0.65) url(../img/tyWIcon.png) no-repeat center center / 21px 22px;
}


.dygsColor-1 {
  background: #29B6FB url(../img/sqWIcon.png) no-repeat center center / 20px 22px !important;
  border: 1px solid #00D2FF;
}

.dygsColor-2 {
  background: #29B6FB url(../img/sxtWIcon.png) no-repeat center center / 20px 21px !important;
  border: 1px solid #00D2FF;
}

.dygsColor-3 {
  background: #29B6FB url(../img/tyWIcon.png) no-repeat center center / 21px 22px !important;
  border: 1px solid #00D2FF;
}



.vrModelBtn {
  width: 105px;
  height: 34px;
  border: 2px solid #FFFFFF;
  /* opacity: 0.5; */
  border-radius: 18px;
  position: absolute;
  top: 114px;
  left: 815px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  z-index: 99;
}

.vrModelBtn a {
  width: 100%;
  height: 100%;
  color: #fff;
}

.vrModelBtn:hover {
  background: #0093DF;
  border: 0px solid #FFFFFF;
}

.vrBtn {
  color: white;
  display: inline-block;
  /* box-sizing: border-box; */
}


.mapBtnBox {
  position: absolute;
  width: 108px;
  top: 114px;
  left: 544px;
  z-index: 998;
}

.mapBtn {
  width: 105px;
  height: 34px;
  /* width: 108px;
  height: 36px; */
  border: 2px solid #FFFFFF;
  /* opacity: 0.5; */
  border-radius: 18px;
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  display: inline-block;
  /* box-sizing: border-box; */
}

.mapBtnAc {
  background: #0093DF;
  border: 0px solid #FFFFFF;
}

.mapBtnAc i {
  display: block !important;
}

.mapBtn:hover {
  background: #0093DF;
  border: 0px solid #FFFFFF;

}

/* .mapBtn::after{
  content: '';
  display: inline-block;
  width: 116px;
  height: 44px;
  border: 1px solid #0093DF;
  border-radius: 23px;
  position: absolute;
  top: -6px;
  left: -7px;
} */
.mapBtn i {
  display: none;
  width: 116px;
  height: 44px;
  border: 1px solid #0093DF;
  border-radius: 23px;
  position: absolute;
  top: -6px;
  left: -7px;
}

.mapBtnBox img {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 6px;
  top: 0px;
  margin: 4px 0;
}

.mapBtnBox ul {
  position: absolute;
  top: 41px;
}

.mapBtnBox ul li {
  width: 106px;
  height: 26px;
  border-radius: 2px;
  position: relative;
  line-height: 26px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 18px;
  margin-bottom: 5px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}

.mapBtnBox ul li:hover {
  background: #0093DF;
}

.mapBtnBox ul li.Ac {
  background: #0093DF;
}

.mapBtnBoxM {
  left: 680px;
}



.bottomNav {
  width: 830px;
  height: 130px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  /* background-color: #0093DF; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 99999;
}

.bottomNav .primaryNav {
  width: 154px;
  height: 48px;
  cursor: pointer;
}

.bottomNav .primaryNav p {
  width: 140px;
  height: 36px;
  /* background-color: aqua; */
  color: #FEFEFE;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin: 6px auto;
}

.navColor-1 {
  background: linear-gradient(7deg, rgba(28, 234, 245, .9), rgba(71, 184, 252, .9));
}

.navColor-2 {
  background: linear-gradient(7deg, rgba(142, 233, 121, .9), rgba(40, 225, 160, .9));
}

.navColor-3 {
  background: linear-gradient(7deg, rgba(255, 213, 96, .9), rgba(250, 131, 142, .9));
}

.navColor-4 {
  background: linear-gradient(7deg, rgba(254, 144, 230, .9), rgba(255, 125, 175, .9));
}

.bottomNav .secondaryNav {
  width: 154px;
  height: 48px;
  cursor: pointer;
  position: relative;
}

.calenBox {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  line-height: 30px;
}

.bottomNav .secondaryNav p {
  width: 140px;
  height: 36px;
  color: #FEFEFE;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin: 6px auto;
  position: relative;
}

.bottomNav .secondaryNav p i {
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.bottomNav .secondaryNavCenter {
  width: 84px;
  height: 84px;
}

.bottomNav .secondaryNavCenter p {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  margin: 13px auto;
}

.bottomNav .secondaryNavBack {
  width: 36px;
  height: 36px;
}


.bottomNav .secondaryNavBack p {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
}

.navAc {
  background: url('../img/navBgSq.png') no-repeat center center / 100% 100%;
}

.navCirAc {
  background: url('../img/navBgCir.png') no-repeat center center / 100% 100%;
}

.nav2-icon {
  background-image: url('../img/daoyuNavIcon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.nav3-icon {
  background-image: url('../img/daoyouNavIcon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.nav4-icon {
  background-image: url('../img/daoxiangNavIcon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}


.pageShadowNJ {
  background: url('../img/pageShadowNJ.png') no-repeat center center / 100% 100%;
}