/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

img {
  width: auto;
}

@-webkit-keyframes qh {
  0% {
    -webkit-transform: rotateZ(-360deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
  }
}

@-webkit-keyframes qw {
  0% {
    -webkit-transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(-360deg);
  }
}

.increase .title {
  padding-bottom: 50px;
}

.increase .title h1 {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #333;
  font-size: 32px;
}

.increase .title h1 i {
  padding-left: 20px;
  font-weight: bold;
  color: #21529d;
}

.increase .title.title2 {
  padding-bottom: 25px;
}

.increase .title.title2 h1 {
  justify-content: left;
  font-size: 24px;
}

.increase .title.title2 h1 i {
  padding-left: 14px;
}

.increase .textP {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}

.increase .textP p i,
.increase .textP p strong {
  display: inline;
  font-size: 24px;
  font-family: Arial;
  color: #21529d;
  font-weight: bold;
}

/*===== p3-2业务科技园区 =====*/
.gardenArea01 {
  padding-top: 70px;
}

.gardenArea01 .mode1 {
  position: relative;
  margin: 40px 0;
  width: 100%;
  height: 680px;
  background: url(../images/businessBox/gardenArea01_bac1s.png) bottom center no-repeat;
  background-size: 100% auto;
}

.gardenArea01 .mode1 .pos {
  transition: all 0.5s;
  position: absolute;
}

.gardenArea01 .mode1 .pos .t {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.gardenArea01 .mode1 .pos .t p {
  padding: 0 15px;
  line-height: 42px;
  font-size: 16px;
  color: #666;
  background: #f8feff;
  border-radius: 10px;
  border: #94b4e5 1px dashed;
}

.gardenArea01 .mode1 .pos .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 158px;
  height: 158px;
}

.gardenArea01 .mode1 .pos .img::before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: #88abe2 1px dashed;
  content: "";
}

.gardenArea01 .mode1 .pos .img img {
  width: 132px;
  height: 132px;
}

.gardenArea01 .mode1 .pos .lie {
  margin: 0 auto;
  width: 1px;
  height: 140px;
  background: url(../images/businessBox/i1.png) center repeat-y;
}

.gardenArea01 .mode1 .pos:hover {
  transition: all 0.5s;
  margin-top: -20px;
}

.gardenArea01 .mode1 .pos:hover .img::before {
  animation: qh 16s linear infinite;
}

.gardenArea01 .mode1 .pos1 {
  top: 45px;
  left: 1.8%;
}

.gardenArea01 .mode1 .pos2 {
  top: 130px;
  left: 15.35%;
}

.gardenArea01 .mode1 .pos3 {
  top: 0px;
  left: 29.64%;
}

.gardenArea01 .mode1 .pos4 {
  top: 60px;
  left: 44.28%;
}

.gardenArea01 .mode1 .pos4 .lie {
  height: 80px;
}

.gardenArea01 .mode1 .pos5 {
  top: 0px;
  left: 59.21%;
}

.gardenArea01 .mode1 .pos6 {
  top: 124px;
  left: 73.28%;
}

.gardenArea01 .mode1 .pos7 {
  top: 44px;
  left: 86.4%;
}

.gardenArea01 .mode2 {
  padding: 90px 0;
  background: url(../images/businessBox/gardenArea01_bac2.png) center no-repeat;
  background-size: 42.42%;
}

.gardenArea01 .mode2 dl {
  float: left;
  margin: 40px 44% 40px 0;
  width: 28%;
}

.gardenArea01 .mode2 dl:nth-child(2n) {
  margin-right: 0;
}

.gardenArea01 .mode2 dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.gardenArea01 .mode2 dl dt .icon img {
  max-width: 44px;
}

.gardenArea01 .mode2 dl dt span {
  margin: 0 10px 0 15px;
  font-size: 52px;
  color: #21529d;
  font-weight: bold;
}

.gardenArea01 .mode2 dl dt em {
  width: 10px;
  line-height: 53px;
  font-size: 16px;
  color: #333;
  background: url(../images/businessBox/i8.png) center no-repeat;
}

.gardenArea01 .mode2 dl dd {
  font-size: 16px;
  color: #666;
  text-align: center;
}

@media (max-width: 1645px) {
  .gardenArea01 .mode1 {
    height: 630px;
  }
}

.gardenArea02 {
  padding: 70px 0 70px;
}

.gardenArea02 .swiper-slide {
  margin: 0 3.5% 46px;
  width: 41%;
  height: 23.5vw;
  overflow: hidden;
}

.gardenArea02 .swiper-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gardenArea02 .swiper-slide .pic i {
  transition: all 0.5s 0.3s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.gardenArea02 .swiper-slide .bac {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/businessBox/gardenArea02_bac1.png) left bottom no-repeat;
  background-size: 100% auto;
}

.gardenArea02 .swiper-slide .tit {
  transition: all 0.5s 0.4s;
  position: absolute;
  left: 4%;
  bottom: -30px;
  z-index: 2;
  width: 92%;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gardenArea02 .swiper-slide .pos {
  transition: all 0.5s 0.4s;
  opacity: 0;
  position: absolute;
  left: -320px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  min-height: 200px;
  background: #21529d;
}

.gardenArea02 .swiper-slide .pos .bor {
  padding: 30px 20px 0 40px;
}

.gardenArea02 .swiper-slide .pos .t {
  margin-bottom: 20px;
}

.gardenArea02 .swiper-slide .pos .t em {
  float: left;
  padding: 0 15px 12px 0;
  min-width: 172px;
  font-size: 18px;
  color: #fff;
  border-bottom: #fff 1px solid;
  background: url(../images/businessBox/i9.png) left top no-repeat;
}

.gardenArea02 .swiper-slide .pos p {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

.gardenArea02 .swiper-slide .pos p i {
  line-height: 40px;
  font-size: 42px;
  font-weight: bold;
}

.gardenArea02 .swiper-slide.swiper-slide-active .pic i {
  transition: all 0.5s 0.3s;
  transform: scale(1.08);
}

.gardenArea02 .swiper-slide.swiper-slide-active .bac {
  transition: all 0.5s;
  opacity: 1;
}

.gardenArea02 .swiper-slide.swiper-slide-active .tit {
  transition: all 0.5s 0.4s;
  bottom: 30px;
}

.gardenArea02 .swiper-slide.swiper-slide-active .pos {
  transition: all 0.5s 0.4s;
  opacity: 1;
  left: 0;
}

.gardenArea02 .swiper-button-next,
.gardenArea02 .swiper-button-prev {
  top: calc(50% - 23px);
  margin-top: -25px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: #21529d 1px solid;
}

.gardenArea02 .swiper-button-prev {
  left: calc(26% - 25px);
  background: url(../images/businessBox/i2.png) center no-repeat;
}

.gardenArea02 .swiper-button-prev:hover {
  background-color: #21529d;
  background-image: url(../images/businessBox/i2s.png);
}

.gardenArea02 .swiper-button-next {
  right: calc(26% - 25px);
  background: url(../images/businessBox/i3.png) center no-repeat;
}

.gardenArea02 .swiper-button-next:hover {
  background-color: #21529d;
  background-image: url(../images/businessBox/i3s.png);
}

.gardenArea02 .swiper-pagination-bullet-active {
  background: #0b4da2;
}

/*===== p3-3业务科技产业 =====*/
.gardenArea03 {
  padding: 100px 0 0;
  background: #fafafa url(../images/businessBox/gardenArea03_bac.png) bottom center no-repeat;
}

.gardenArea03 .mode {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 670px;
}

.gardenArea03 .mode .bactext {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 52px;
}

.gardenArea03 .mode .bactext img {
  margin: 0 auto;
  height: 100%;
}

.gardenArea03 .mode .pos {
  position: absolute;
  width: 25%;
}

.gardenArea03 .mode .pos .t {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  width: 157px;
  min-height: 42px;
  border-radius: 10px;
  border: #94b4e5 1px dashed;
}

.gardenArea03 .mode .pos .t p {
  padding: 8px 15px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.gardenArea03 .mode .pos .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}

.gardenArea03 .mode .pos .img::before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: #88abe2 1px dashed;
  content: "";
}

.gardenArea03 .mode .pos .img img {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -90px;
  width: 180px;
  height: 202px;
}

.gardenArea03 .mode .pos .lie {
  transition: all 0.5s;
  margin: 40px auto 0;
  width: 21px;
  height: 21px;
  background: url(../images/businessBox/i10.png) center no-repeat;
}

.gardenArea03 .mode .pos:hover .img::before {
  animation: qh 16s linear infinite;
}

.gardenArea03 .mode .pos:hover .lie {
  transition: all 0.5s;
  margin-top: 60px;
}

.gardenArea03 .mode .pos1 {
  left: 0;
  bottom: 220px;
}

.gardenArea03 .mode .pos2 {
  left: 25%;
  bottom: 193px;
}

.gardenArea03 .mode .pos3 {
  left: 50%;
  bottom: 292px;
}

.gardenArea03 .mode .pos4 {
  left: 75%;
  bottom: 196px;
}

.gardenArea04 {
  padding: 100px 0;
}

.gardenArea04 .swiper {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.gardenArea04 .swiper-slide {
  transition: all 0.5s;
  margin: 50px 10px 46px;
  width: calc((100% - 100px) / 5);
  overflow: hidden;
}

.gardenArea04 .swiper-slide .pic {
  transition: all 0.5s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 148px;
  overflow: hidden;
  border: #b7cae3 1px solid;
}

.gardenArea04 .swiper-slide .pic img {
  /* transition: all 0.5s;
                transform: rotateY(0deg); */
  max-width: 80%;
  max-height: 88%;
}

.gardenArea04 .swiper-slide:hover {
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  /* .pic img{
                transition: all 0.5s;
                transform: rotateY(360deg); 
            } */
}

.gardenArea04 .swiper-slide:hover .pic {
  transition: all 0.5s;
  border: #0b4da2 1px solid;
}

.gardenArea04 .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.gardenArea04 .swiper-pagination-bullet-active {
  background: #0b4da2;
}

/*===== p3-4业务科技新城 =====*/
.gardenArea05 {
  margin-top: 70px;
  padding: 70px 0 100px;
  position: relative;
  background: #f4f6fa;
}

.gardenArea05::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f9fbfc;
  content: "";
}

.gardenArea05 .text {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  width: 31.5%;
  line-height: 36px;
  font-size: 16px;
  color: #333;
}

.gardenArea05 .mode {
  position: relative;
}

.gardenArea05 .mode::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 57.3%;
  height: 100%;
  background: url(../images/businessBox/gardenArea05_bac4.png) center no-repeat;
  background-size: 100% auto;
  content: "";
}

.gardenArea05 .mode .bac {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 41.4%;
}

.gardenArea05 .mode .bac img {
  width: 100%;
}

.gardenArea05 .mode .bac i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/businessBox/gardenArea05_bac1.png) center no-repeat;
  background-size: contain;
  animation: qh 15s linear infinite;
}

.gardenArea05 .mode .list {
  width: 100%;
}

.gardenArea05 .mode .list a {
  position: relative;
  margin: 0.5% 0;
  float: left;
  width: 50%;
}

.gardenArea05 .mode .list a .bor {
  position: relative;
  z-index: 2;
  width: 45.7%;
}

.gardenArea05 .mode .list a .bor::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/businessBox/gardenArea05_bac3.png) left bottom no-repeat;
  background-size: 100% auto;
  content: "";
}

.gardenArea05 .mode .list a:nth-child(2n) .bor {
  margin-left: 54.3%;
}

.gardenArea05 .mode .list a .pic {
  width: 100%;
  height: 10.41vw;
  max-height: 200px;
  overflow: hidden;
}

.gardenArea05 .mode .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.gardenArea05 .mode .list a span {
  transition: all 0.5s;
  transform: scale(0);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(../images/businessBox/i11.png) center no-repeat;
  background-size: 100% auto;
}

.gardenArea05 .mode .list a p {
  position: absolute;
  left: 4%;
  bottom: 7%;
  z-index: 3;
  width: 92%;
  font-size: 16px;
  color: #fafafa;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gardenArea05 .mode .list a:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}

.gardenArea05 .mode .list a:hover span {
  transition: all 0.5s;
  transform: scale(1);
}