﻿
.indexSwiper{
  width: 100%;
  height: 100vh;
}
.indexSwiper .swiper-slide{
  overflow: auto;
}
.scroll-wrap{
  overflow-y: auto;
  height: 100%;
}
/* .header{
  background: transparent;
}
.header .content .logo .img{
  display: block;
}
.header .content .logo .img2{
  display: none;
}
.header .content .navBox .item{
  color: #fff;
}
.header .content .navBox .active{
  color: #005CE6;
}
.headerSticky{
  background: #fff;
}
.headerSticky .content .logo .img{
  display: none;
}
.headerSticky .content .logo .img2{
  display: block;
}
.headerSticky .content .navBox .item{
  color: #000;
}
.headerSticky .content .navBox .active{
  color: #005CE6;
} */

.bannerBox{
  height: 100vh;
}
.bannerBox .swiperBox .swiper-slide{
  height: 100vh;

  position: relative;
}
.bannerBox .content{
  margin: auto;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bannerBox .content .main{
  position: absolute;
  bottom: 6.5vw;
  width: 100%;
  left: 10vw;
  z-index: 2;
}
.bannerBox .content .main .title{
  font-size: 3.3vw;
  color: #fff;
  line-height: 4vw;
  width: 50vw;
}
.bannerBox .content .main .en{
  font-size: 1.35vw;
  color: #fff;
  line-height: 1.8vw;
  margin-top: 1.9vw;
}
.bannerBox .content .main .line{
  display: inline-block;
  width: 8vw;
  height: 0.4vw;
  background-color: #fff;
  margin-top: 4vw;
  transform: skewX(-30deg);
}
.bannerBox .lineT{
  display: block;
    position: absolute;
    left: 50%;
    bottom: 6vw;
    width: .1vw;
    height: 3vw;
    opacity: 0.5;
    background-color: #fff;
    z-index: 9;
    transform: translate(-50%,0);
}
.bannerBox .scroll-wheel{
  display: block;
    position: absolute;
    transform: translate(-50%,0);
    left: 50%;
    bottom: 2vw;
    width: 1.5vw;
    height: 2.5vw;
    filter: alpha(opacity=50);
    border: .2vw solid #FFFFFF;
    border-radius: 1vw;
    z-index: 9;
    transition: all 0.75s;
    box-shadow: 0 0 5px rgba(0,0,0,0.1), inset 0 0 5px rgba(0,0,0,0.1);
}
.bannerBox .scroll-wheel::before{
  content: '';
  display: block;
  width: .2vw;
  height: .2vw;
  position: absolute;
  border-radius: .2vw;
  top: 10px;
  left: 50%;
  transform: translate(-50%,0);
  animation: scroll-wheel 1.75s ease-in-out infinite;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
@keyframes scroll-wheel {
  33.3% {
      top: 15px;
      height: 10px;
  }

  100% {
      top: 10px;
      height: 4px;
  }
}
/* spatial */
.spatial{
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.spatial .content{
  width: 80vw;
  display: flex;
  align-items: center;
  margin: auto;
  padding-top: 5.6vw;
}
.spatial .content .h5Title{
  display: none;
}
.spatial .content .left{
  flex: 0 0 27vw;
}
.spatial .content .left2{
  display: none;
}
.spatial .content .left .btnBox{
  display: flex;
  align-items: center;
}
.spatial .content .left .btnBox .prevSwiper{
  flex: 0 0 2.1vw;
  margin-right: 1.5vw;
  width: 2.1vw;
  height: 2.1vw;
  cursor: pointer;
  background-image: url('img/left.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.spatial .content .left .btnBox .prevSwiper:hover{
  background-image: url('img/right.png');
  transform: rotate(180deg);
  background-size: 100%;
}
.spatial .content .left .btnBox .nextSwiper{
  flex: 0 0 2.1vw;
  margin-right: 1.5vw;
  height: 2.1vw;
  width: 2.1vw;
  cursor: pointer;
  background-image: url('img/left.png');
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.spatial .content .left .btnBox .nextSwiper:hover{
  background-image: url('img/right.png');
  transform: rotate(0);
  background-size: 100%;
}

.spatial .content .left .title{
  font-size: 2.5vw;
  margin-top: 3.6vw;
}
.spatial .content .left .line{
  width: 3.8vw;
  height: 4px;
  background-color: #000;
  margin-top: 2.2vw;
  transform: skewX(-30deg);
}
.spatial .content .left .des{
  color: #444452;
  font-size: 1.1vw;
  margin-top: 1.3vw;
  line-height: 1.8vw;
  height: 4vw;
}
.spatial .content .left .details{
  color: #fff;
  font-size: .95vw;
  margin-top: 1.3vw;
  background-color: #005CE6;
  display: inline-block;
  padding: .6vw 2vw;
  cursor: pointer;
}
.spatial .content .left .details a{
  color: #fff;
}
.spatial .content .left  .navBox{
  display: flex;
  align-items: flex-end;
  margin-top: 13vw;
}
.spatial .content .left  .navBox .item{
  color: #444452;
  font-size: .85vw;
  margin-right: 2.7vw;
  cursor: pointer;
  position: relative;
}
.spatial .content .left  .navBox .active{
  color: #005CE6;
  font-size: 1vw;
}
.spatial .content .left  .navBox .active::after{
  content: '';
  background-image: url('img/line.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -.85vw;
  left: 0;
  width: 100%;
  height: 6px;
  transform: skewX(-30deg);
}
.spatial .content .right{
  flex: 1;
  overflow: hidden;
  position: absolute;
  width: 62vw;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.spatial .content .right .swiperBox{
  width: 100%;
}
.spatial .content .right .swiperBox .imgBox .img{
  width: 100%;
}
/* dataCenter */
.dataCenter{
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.dataCenter .h5Title{
  display: none;
}
.dataCenter .swiperBox{
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.dataCenter .swiperBox  .navBox2{
  display: none;
}
.dataCenter .swiperBox .swiper-dataCenter{
  padding-top: -5.6vw;
  position: relative;
}

.dataCenter .swiperBox .swiper-dataCenter .btnBox .prevSwiperData{
  position: absolute;
  left: 5vw;
  top: 50%;
  width: 2.1vw;
  height: 2.1vw;
  background-image: url('img/left1.png');
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translate(-50%,0);
  z-index: 9;
  cursor: pointer;
}
.dataCenter .swiperBox .swiper-dataCenter .btnBox .prevSwiperData:hover{
  background-image: url('img/right11.png');
  transform: translate(-50%,0) rotate(180deg);
  background-size: 100%;
}

.dataCenter .swiperBox .swiper-dataCenter .btnBox .nextSwiperData{
  position: absolute;
  right: 5vw;
  top: 50%;
  height: 2.1vw;
  width: 2.1vw;
  background-image: url('img/right1.png');
  transform: translate(-50%,0);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 9;
  cursor: pointer;
}
.dataCenter .swiperBox .swiper-dataCenter .btnBox .nextSwiperData:hover{
  background-image: url('img/right11.png');
  transform: translate(-50%,0) rotate(0);
  background-size: 100%;
}

.dataCenter .swiperBox .swiper-slide {
  width: 62vw;
  position: relative;
}
.dataCenter .swiperBox .imgBox .img{
  width: 100%;
  /* transform: scale(.9); */
  transition: all .2s;
}
.dataCenter .swiperBox .swiper-slide-active .imgBox .img{
  transform: scale(1);
}
.dataCenter .content{
  position: relative;
}
.dataCenter .content .main{
  position: absolute;
  bottom: 3vw;
  width: 100%;
  left: 0;
  z-index: 2;
}
.dataCenter .content .main .title{
  font-size: 2.5vw;
  color: #fff;
  padding: 0 4vw ;
}
.dataCenter .content .main .line{
  display: inline-block;
  width: 3vw;
  height: 0.2vw;
  background-color: #fff;
  margin-top: .85vw;
}
.dataCenter .content .main .dec{
  font-size: 1vw;
  color: rgb(255 255 255 / 90%);
  line-height: 1.4vw;
  margin-top: 1.4vw;
}

.dataCenter .content .main  .itemBox{
  margin-top: 3.2vw;
  display: flex;
  justify-content: space-between;
  padding: 0 4vw ;
}
.dataCenter .content .main  .itemBox .item{
  position: relative;
  margin-right: 3vw;
  margin-bottom: 1vw;
}
.dataCenter .content .main  .itemBox .item .iocn{
  width: 2.5vw;
}
.dataCenter .content .main  .itemBox .item .text{
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
  margin: 1vw 0;
  line-height: 1.6;
}
.dataCenter .content .main  .itemBox .item .lable{
  color: #fff;
  font-weight: 700;
  font-size: 2vw;
  display: flex;
  align-items: self-start;
}
.dataCenter .content .main  .itemBox .item .lable .jia{
  color: #fff;
  font-weight: 700;
  font-size: .8vw;
  margin-top: .4vw;
  margin-left: .4vw;
}
.dataCenter .content .main  .itemBox .item .lable .tag{
  color: #fff;
  font-weight: 700;
  font-size: .8vw;
  margin-top: auto;
  margin-left: 0.8vw;
  margin-bottom: 0.3vw;
}

.dataCenter  .navBox{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 2.8vw;;
}
.dataCenter .navBox .item{
  color: #444452;
  font-size: .85vw;
  margin-right: 2.7vw;
  cursor: pointer;
  position: relative;
}
.dataCenter .navBox .active{
  color: #005CE6;
  font-size: 1vw;
}
.dataCenter .navBox .active::after{
  content: '';
  background-image: url('img/line.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -.85vw;
  left: 0;
  width: 100%;
  height: 6px;
  transform: skewX(-30deg);
}
.dataCenter .navBox .active::before{
  content: '';
  background-image: url('img/bt.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -2.8vw;;
  left: 50%;
  transform: translate(-50%,0);
  width: 1.6vw;
  height: 0.6vw;
}
/* project */
.projectBox{
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.projectBox .content{
  width: 80vw;
  margin: auto;
  height: 100vh;
  position: relative;
}
.projectBox .content .main{
  position: absolute;
  bottom: 6.5vw;
  width: 100%;
  left: 0;
  z-index: 2;
}
.projectBox .content .main .title{
  font-size: 2.5vw;
  color: #fff;
}
.projectBox .content .main .line{
  display: inline-block;
  width: 3vw;
  height: 0.2vw;
  background-color: #fff;
  margin-top: .85vw;
}
.projectBox .content .main .dec{
  font-size: 1.15vw;
  color: rgb(255 255 255 / 90%);
  line-height: 1.4vw;
  margin-top: 1.4vw;
}
.projectBox .content .main  .allNum{
  font-size: 3.5vw;
  color: #fff;
  margin-top: 4vw;
  font-weight: 700;
}
.projectBox .content .main  .alltext{
  font-size: 1vw;
  color: #fff;
  margin-top: .4vw;
}
.projectBox .content .main  .itemBox{
  display: flex;
  align-items: center;
  margin-top: 3.2vw;
}
.projectBox .content .main  .itemBox .item{
  position: relative;
  margin-right: 7.5vw;
}
.projectBox .content .main  .itemBox .item .lable{
  color: #fff;
  font-weight: 700;
  font-size: 3vw;
  display: flex;
  align-items: self-start;
}
.projectBox .content .main  .itemBox .item .lable span{
  color: #fff;
  font-weight: 700;
  font-size: .85vw;
  margin-top: .4vw;
  margin-left: .4vw;
}
.projectBox .content .main  .itemBox .item .text{
  color: rgb(255 255 255 / 60%);
  font-size: .85vw;
  margin-top: .4vw;
}
/* caseBox */
.caseBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.caseBox .content{
  width: 80vw;
  margin: auto;
  position: relative;
}
.caseBox .content .topTitle{
  font-size: 2.5vw;
  text-align: center;
  padding-top: 3vw;
}
.caseBox .content .dec a{
  color: #8F8F98;
  font-size: .93vw;
  text-align: center;
  margin-top: .93vw;
}
.caseBox .content .dec a:hover{
  color: #005CE6;
}
.caseBox .content .navBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.2vw;
}
.caseBox .content .navBox .item{
  color: #94979C;
  font-size: .93vw;
  position: relative;
  flex: 0 0 30%;
  padding-bottom: 1.2vw;
  cursor: pointer;
}
.caseBox .content .navBox .item::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #979797;
}
.caseBox .content .navBox .active .t{
  color: #005CE6;
}
.caseBox .content .navBox .active .t::after{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #005CE6;
  transform: skewX(-30deg);
}
.caseBox .content .swiperBox{
  margin-top: 4.2vw;
}
.caseBox .content .swiperBox .listBox{
  display: flex;
}
.caseBox .content .swiperBox .listBox .right{
  flex: 0 0 42vw;
  height: 21vw;
  overflow: hidden;
}
.caseBox .content .swiperBox .listBox .right .img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in;
}
.caseBox .content .swiperBox .listBox .right .img:hover{
  transform: scale(1.1);
}
.caseBox .content .swiperBox .listBox .left{
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 3vw;
}
.caseBox .content .swiperBox .listBox .left .title{
  color: #15152F;
  font-weight: 700;
  font-size: 1.7vw;
}
.caseBox .content .swiperBox .listBox .left .msg{
  color: #444452;
  font-size: 1.14vw;
  line-height: 1.9vw;
  text-align: justify;
}

.caseBox .content .swiperBox .listBox .left .btn .bb{
  color: #fff;
  font-size: .93vw;
  margin-top: 1.56vw;
  background-color: #005CE6;
  padding: .7vw 2.3vw;
  display: inline-block;
  cursor: pointer;
}
.caseBox .content .swiperBox .listBox .left .line{
  width: 5vw;
  height: 0.2vw;
  background-color: #000;
  margin-top: auto;
  transform: skewX(-30deg);
}

.caseBox .content .swiperBox .btnBox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 3vw 10vw 0 0;
  display: none;
  }
  .caseBox .content .swiperBox .btnBox .prevSwiperdynamic{
	flex: 0 0 2.1vw;
	width: 2.1vw;
	height: 2.1vw;
	cursor: pointer;
	background-image: url('img/left.png');
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 1.5vw;
  }
  .caseBox .content .swiperBox .btnBox .prevSwiperdynamic:hover{
	background-image: url('img/right.png');
	transform: rotate(180deg);
	background-size: 100%;
  }
  .caseBox .content .swiperBox .btnBox .nextSwiperdynamic{
	flex: 0 0 2.1vw;
	margin-left: 1.5vw;
	height: 2.1vw;
	width: 2.1vw;
	cursor: pointer;
	background-image: url('img/left.png');
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size: 100%;
  }
  .caseBox .content .swiperBox .btnBox .nextSwiperdynamic:hover{
	background-image: url('img/right.png');
	transform: rotate(0);
	background-size: 100%;
  }


/* dynamicBox */
/* .dynamicBox{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
} */
.dynamicBox .content{
  margin: auto;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.dynamicBox .content .topTitle{
  font-size: 2.5vw;
  text-align: center;
  margin-top: 2.5vw;
}
.dynamicBox .content .dec{
  color: #8F8F98;
  font-size: .93vw;
  text-align: center;
  margin-top: .93vw;
}
.dynamicBox .content .swiperBox{
  margin-top: 3.15vw;
  position: relative;
}
.dynamicBox .content .swiperBox::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(0 0 0 / 10%);;
  top: .5vw;
  left: 0;
  z-index: 9;
}
.dynamicBox .content .swiperBox .swiper-slide{
  width: 80%;
  position: relative;
}
.dynamicBox .content .swiperBox .swiper-slide::after{
  content: '';
  position: absolute;
  width: 1vw;
  height: 1vw;
  background-image: url('img/time.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 9;
}
.dynamicBox .content .swiperBox .swiper-slide .listBox .time{
  font-size: 2vw;
  margin-top: 2vw;
  color: #15152F;
}
.dynamicBox .content .swiperBox .swiper-slide .listBox .year{
  font-size: 1.25vw;
  margin-top: 1vw;
  color: #444452;
}
.dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox{
  display: flex;
  margin-top: 2vw;
}
.dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .left{
  flex: 0 0 34vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 21vw;
}

.dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right{
  margin-left: 3.1vw;
  margin-right: 8.9vw;
  display: flex;
  flex-direction: column;
}
.dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .title{
  font-size: 1.6vw;
  line-height: 2.7vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .info{
  font-size: 1.14vw;
  line-height: 1.8vw;
  margin-top: 1.56vw;
}
.dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .btn{

}
.dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .btn .bb{
  color: #fff;
  font-size: .93vw;
  margin-top: 1.56vw;
  background-color: #005CE6;
  padding: .7vw 2.3vw;
  display: inline-block;
  cursor: pointer;
}
.dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .line{
  width: 5vw;
  height: 0.2vw;
  background-color: #000;
  margin-top: auto;
  transform: skewX(-30deg);
}

.dynamicBox .content .swiperBox .btnBox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 3vw 10vw 0 0;
  }
  .dynamicBox .content .swiperBox .btnBox .prevSwiperdynamic{
	flex: 0 0 2.1vw;
	width: 2.1vw;
	height: 2.1vw;
	cursor: pointer;
	background-image: url('img/left.png');
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 1.5vw;
  }
  .dynamicBox .content .swiperBox .btnBox .prevSwiperdynamic:hover{
	background-image: url('img/right.png');
	transform: rotate(180deg);
	background-size: 100%;
  }
  .dynamicBox .content .swiperBox .btnBox .nextSwiperdynamic{
	flex: 0 0 2.1vw;
	margin-left: 1.5vw;
	height: 2.1vw;
	width: 2.1vw;
	cursor: pointer;
	background-image: url('img/left.png');
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size: 100%;
  }
  .dynamicBox .content .swiperBox .btnBox .nextSwiperdynamic:hover{
	background-image: url('img/right.png');
	transform: rotate(0);
	background-size: 100%;
  }

/* consultation */

.footerHeight{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.consultation{
  background-image: url('img/10.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1
}
.consultation .content{
  margin: auto;
  position: relative;
  width: 43.5vw;
}
.consultation .content .topTitle{
  font-size: 2.5vw;
  text-align: center;
  padding-top: 5.6vw;
}
.consultation .content .line{
  background-color: #151531;
  margin-top: .93vw;
  width: 3vw;
  height: 4px;
  margin: 2vw auto;
  transform: skewX(-30deg);
}
.consultation .content .dec{
  color: #8F8F98;
  font-size: .93vw;
  text-align: center;
}
.consultation .content .foemBox{
  margin-top: 3.1vw;
}
.consultation .content .foemBox .list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.consultation .content .foemBox .list .item{
  flex: 0 0 32%;
  position: relative;
}
.consultation .content .foemBox .list .item .lable{
  font-size: .93vw;
  color: #15152F;
  margin-bottom: .62vw;
  font-weight: 500;
  text-align: left;
}
.consultation .content .foemBox .list .item .input{
  border: 1px solid #E0E5E5;
  width: 100%;
  line-height: 3vw;
  padding: 0 1vw;
  font-size: .93vw;
  box-sizing: border-box;
}
.consultation .content .foemBox .list .item .getCode{
  color: #005CE6;
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  font-size: .93vw;
  cursor: pointer;
}
.consultation .content .foemBox .list .item .codeImg{
  color: #005CE6;
  position: absolute;
  right: .5vw;
  bottom: .5vw;
  width: 6vw;
  cursor: pointer;
}

.consultation .content .foemBox input::input-placeholder{
	color:#94979C;
}
.consultation .content .foemBox .list .textarea{
  border: 1px solid #E0E5E5;
  width: 100%;
  height: 8vw;
  padding: 1vw;
  font-size: .93vw;
  margin-top: 1.56vw;
}
.consultation .content .foemBox textarea::input-placeholder{
	color:#94979C;
}
.consultation .content .foemBox .list .btn{
  color: #fff;
  font-size: .93vw;
  background-color: #005CE6;
  padding: .7vw 2.3vw;
  display: inline-block;
  margin: 2vw auto;
  cursor: pointer;
  border: none
}


.zixunBox{
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.zixunBox .contents{
  margin: auto auto auto auto;
  height: calc(100vh - 35.5vh);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zixunBox .contents .titleBox{
  text-align: center;
}
.zixunBox .contents .titleBox .t{
  font-size: 1.8vw;
  color: #040D14;
  font-weight: 700;
}
.zixunBox .contents .titleBox .e{
  font-size: 1vw;
  color: #444452;
  margin: .5vw 0;
}
.zixunBox .contents .titleBox .l{
  width: 2vw;
  height: 2px;
  background: #005CE6;
  margin: auto;
}
.zixunBox .contents .info{
  font-size: 1.2vw;
  color: #444452;
  margin: 1vw 0 1.5vw 0;
  text-align: center;
}
.zixunBox .contents .btn{
  width: 10vw;
  height: 3vw;
  background: #005CE6;
  box-shadow: 0px 0px 20px 0px rgba(51,122,191,0.3300);
  text-align: center;
  line-height: 3vw;
  margin: auto;
  font-size: 1.2vw;
  color: #fff;
  cursor: pointer;
}
/* wap */
@media screen and (max-width:1024px){
  .bannerBox{
    height: 7.8rem;
  }
  .bannerBox .swiperBox .swiper-slide{
    height: 7.8rem;
  }
  .bannerBox .content{
    height: 7.8rem;
  }
  .bannerBox .lineT{
    display: none;
  }
  .bannerBox .scroll-wheel{
    display: none;
  }
  .bannerBox .content .main .title{
    font-size: .42rem;
    width: 6rem;
    line-height: .6rem;
  }
  .bannerBox .content .main .line{
    width: 1.25rem;
    height: .06rem;
  }
  .bannerBox .content .main{
    bottom: 1.78rem;
  }
  .spatial{
    height: auto;
    width: auto;
  }
  .spatial .content{
    width: 100%;
  }
  .spatial .content .left{
    display: none;
  }
  .spatial .content .left2{
    display: block;
    text-align: center;
  }
  .spatial .content .right{
    position: unset;
    transform: unset;
    height: auto;
    width: 100%;
    margin-top: .6rem;
  }
  .spatial .content{
    display: block;
    padding-top: .8rem;
  }
  .spatial .content .h5Title{
    display: block;
    text-align: center;
    font-size: .36rem;
    font-weight: 700;
    margin-bottom: .6rem;
  }

  .spatial .content .left  .navBox{
    margin-top: 0;
    justify-content: center;
    border-bottom: solid 1px #D8D8D8;
    padding-bottom: .23rem;
  }
  .spatial .content .left .navBox .item{
    font-size: .12rem;
    flex: 1;
    margin: 0 .1rem;
    text-align: center;
  }
  .spatial .content .left .navBox .active::after{
    bottom: -.23rem;
    height: .06rem;
  }
  .spatial .content .left .title{
    text-align: center;
    font-size: .36rem;
    margin-top: .5rem;
    font-weight: 700;
  }
  .spatial .content .left .line{
    width: .53rem;
    height: .04rem;
    margin: .2rem auto auto auto;
  }
  .spatial .content .left .des{
    font-size: .26rem;
    line-height: .52rem;
    height: 1rem;
    text-align: center;
    width: 60%;
    margin: .6rem auto auto auto;
  }
  .spatial .content .left .details{
    font-size: .28rem;
    padding: .2rem .4rem;
    margin: .6rem auto auto auto;
    display: inline-block;
  }
  .dataCenter{
    height: auto;
    display: block;
    padding: .8rem 0;
  }
  .dataCenter .h5Title{
    display: block;
    text-align: center;
    font-size: .36rem;
    font-weight: 700;
  }
  .dataCenter .swiperBox{
    height: auto;
    display: block;
  }
  .dataCenter .swiperBox .navBox{
    display: none;
  }
  .dataCenter .swiperBox  .navBox2{
    margin-top: 0;
    justify-content: center;
    border-bottom: solid 1px #D8D8D8;
    padding-bottom: 0.23rem;
    display: flex;
    align-items: flex-end;
    padding-top: .6rem;
  }
  .dataCenter .swiperBox .navBox2 .item{
    color: #444452;
    font-size: .32rem;
    flex: 1;
    margin: 0 0.4rem;
    text-align: center;
    position: relative;
  }
  .dataCenter .swiperBox .navBox2 .active{
    color: #005CE6;
  }
  .dataCenter  .navBox2 .active::after{
    content: '';
    background-image: url('img/line.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    transform: skewX(-30deg);
    bottom: -0.23rem;
    height: 0.06rem
  }
  .dataCenter .swiperBox .navBox2 .active::after{
    bottom: -.23rem;
    height: .06rem;
  }
  .dataCenter .swiperBox .swiper-dataCenter{
    padding-top: .5rem;
  }
  .dataCenter .swiperBox .swiper-slide{
    width: calc(100%);
  }
  .dataCenter .content .main .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
    padding: 0 .32rem;
  }
  .dataCenter .content .main .title{
    font-size: .36rem;
  }
  .dataCenter .content .main .itemBox .item{
    margin-right: 0;
    margin-top: .6rem;
    flex: 0 0 50%;
  }
  .dataCenter .content .main .itemBox .item .iocn{
    width: .62rem;
  }
  .dataCenter .content .main .itemBox .item .text{
    font-size: .26rem;
    margin: .2rem 0;
  }
  .caseBox{
    height: auto;
  }
  .caseBox .content{
    width: 100%;
  }
  .caseBox .content .topTitle{
    font-size: .36rem;
    padding-top: 0;
    font-weight: 700;
  }
  .caseBox .content .dec a{
    font-size: .26rem;
    margin-top: .2rem;
  }
  .caseBox .content .navBox{
    margin-top: 0;
    border-bottom: solid 1px #D8D8D8;
    padding-bottom: 0.23rem;
    display: flex;
    align-items: flex-end;
    padding-top: .6rem;
  }
  .caseBox .content .navBox .item::after{
    display: none;
  }
  .caseBox .content .swiperBox .listBox{
    display: block;
    padding: 0 .32rem;
  }
  .caseBox .content .swiperBox .listBox .left{
    margin: 0;
    text-align: center;
  }
  .caseBox .content .swiperBox .listBox .left .title{
    font-size: .28rem;
  }
  .caseBox .content .swiperBox .listBox .left .msg{
    font-size: .26rem;
    line-height: .52rem;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  }
  .caseBox .content .swiperBox .listBox .left .btn .bb{
    font-size: .28rem;
    padding: .2rem .4rem;
    margin: .6rem auto auto auto;
    display: inline-block;
  }
  .caseBox .content .swiperBox .listBox .right{
    height: 6rem;
    margin-top: .4rem;
  }
  .caseBox .content .swiperBox .listBox .left .line{
    display: none;
  }
  .caseBox .content .swiperBox{
    margin-top: .5rem;
  }
  .caseBox .content .navBox .item .t{
    font-size: .32rem;
    flex: 1;
    margin: 0 0.4rem;
    text-align: center;
    position: relative;
  }
  .caseBox .content .navBox .active .t::after{
    bottom: -.23rem;
    height: .06rem;
  }
  .caseBox .content .navBox .item{
    flex: 1;
    font-size: .32rem;
    padding: 0;
  }
  .dynamicBox .content{
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox{
    flex-direction: column-reverse;
  }
  .dynamicBox .content .topTitle{
    font-size: .36rem;
    margin-top: .7rem;
    font-weight: 700;
  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .time{
    font-size: .28rem;
    margin-top: .3rem;
  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .year{
    font-size: .24rem;
    margin-top: .1rem;
  }
  .dynamicBox .content .swiperBox .swiper-slide::after{
    width: .18rem;
    height: .18rem;
    z-index: 9;
  }
  .dynamicBox .content .swiperBox::after{
    top: .075rem;
  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .title{
    font-size:.26rem;
    line-height: .52rem;
    height: 1rem;

  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right{
    margin: 0;
  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .info{
    font-size: .28rem;
    line-height: 1.6;
    margin-top: .2rem;
    font-weight: 700;
  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .btn .bb{
    font-size: .28rem;
    padding: .2rem .4rem;
    margin: .6rem auto auto auto;
    display: inline-block;
  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .left{
    flex: 0 0 4rem;
    width: 100%;
    height: auto;
    margin-top: .4rem;
  }
  .dynamicBox .content .swiperBox .swiper-slide .listBox .itemBox .right .line{
    display: none;
  }
  .dynamicBox .content .swiperBox .btnBox{
    margin: .8rem auto;
    justify-content: center;
  }
  .dynamicBox .content .swiperBox .btnBox .prevSwiperdynamic{
    width: .56rem;
    height: .56rem;
    flex: 0 0 .56rem;
  }
  .dynamicBox .content .swiperBox .btnBox .nextSwiperdynamic{
    width: .56rem;
    height: .56rem;
    margin-left: 1rem;
    flex: 0 0 .56rem;
  }

  .caseBox .content .swiperBox .btnBox{
    margin: .8rem auto;
    justify-content: center;
    display: flex;
  }
  .caseBox .content .swiperBox .btnBox .prevSwiperdynamic{
    width: .56rem;
    height: .56rem;
    flex: 0 0 .56rem;
  }
  .caseBox .content .swiperBox .btnBox .nextSwiperdynamic{
    width: .56rem;
    height: .56rem;
    margin-left: 1rem;
    flex: 0 0 .56rem;
  }
  .footerHeight{
    height: auto;
  }
  .consultation .content .topTitle{
    font-size: .36rem;
    padding: .3rem 0 0 0;
    font-weight: 700;
  }
  .consultation .content .line{
    height: .04rem;
    width: .53rem;
    margin: .2rem auto;
  }
  .consultation .content{
    width: auto;
    margin: 0;
    padding: .32rem;
  }
  .consultation .content .dec{
    font-size: .24rem;
  }
  .consultation .content .foemBox .list{
    flex-direction: column;
    align-items: unset;
  }
  .consultation .content .foemBox .list .item .lable{
    font-size: .28rem;
    margin-bottom: .2rem;
  }
  .consultation .content .foemBox .list .item .input{
    margin: 0;
    line-height: .7rem;
    font-size: .26rem;
    padding: 0 .2rem;
  }
  .consultation .content .foemBox .list .item{
    flex: 1;
    width: 100%;
    margin-bottom: .3rem;
  }
  .consultation .content .foemBox .list .item .codeImg{
    right: .15rem;
    bottom: 1.73rem;
    width: 1.5rem;
  }
  .consultation .content .foemBox .list .textarea{
    height: 2.8rem;
    padding: .2rem;
    width: auto;
    font-size: .26rem;
  }
  .consultation .content .foemBox .list .btn{
    font-size: .28rem;
    padding: .2rem 1rem;
    margin: .6rem auto auto auto;
    display: inline-block;
  }
  .consultation .content .foemBox{
    margin-top: .32rem;
    padding-bottom: 1rem;
  }
  .dataCenter .swiperBox .swiper-dataCenter .btnBox{
    display: none;
  }
  .dataCenter .content .main .itemBox .item .lable{
    font-size: .5rem;
  }
  .dataCenter .content .main .itemBox .item .lable .tag{
    font-size: .26rem;
  }
  .dataCenter .content .main .itemBox .item .lable .jia{
    font-size: .28rem;
  }
  .dataCenter .content .main{
    bottom: .6rem;
  }
}