@charset "UTF-8";
.accelerator {
  overflow-x: hidden;
}

.accelerator .banner {
  height: 10.27rem;
  background: url(../images_accelerator/up_210802/banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.accelerator .banner .title-container {
  position: absolute;
  left: 3.07rem;
  bottom: 3.55rem;
}

.accelerator .banner .title-container .title {
  font-size: 0.64rem;
  font-weight: 300;
  color: #1E4BD4;
  line-height: 0.9rem;
}

.accelerator .introduction {
  height: 3.88rem;
  background: #f3fbff;
  background: linear-gradient(180deg, #fefefe, #f3f4ff);
  position: relative;
}

.accelerator .introduction .introduction-container {
  display: table;
  width: 15.94rem;
  height: 2.97rem;
  background: url(../images_accelerator/intro-bg.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  box-shadow: 0px 0.9rem 1.2rem -10px rgba(185, 212, 236, 0.28);
  position: relative;
  z-index: 3;
  border-radius: 25px;
  position: relative;
  top: -0.26rem;
  left: 0;
}

.accelerator .introduction .introduction-container .info {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2rem 0 1.44rem;
  font-size: 0;
}

.accelerator .introduction .introduction-container .info .left {
  display: inline-block;
  vertical-align: middle;
  width: 7.16rem;
}

.accelerator .introduction .introduction-container .info .left .title {
  font-size: 0.36rem;
  font-weight: 400;
  color: #323339;
  line-height: 0.56rem;
  letter-spacing: 2px;
}

.accelerator .introduction .introduction-container .info .left .word {
  font-size: 0.16rem;
  font-weight: 400;
  color: #323339;
  line-height: 0.34rem;
  letter-spacing: 2px;
  margin-top: 0.18rem;
  text-align: justify;
}

.accelerator .introduction .introduction-container .info .right {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 2rem;
}

.accelerator .introduction .introduction-container .info .right .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.35rem;
}

.accelerator .introduction .introduction-container .info .right .item .title {
  font-size: 14px;
  font-weight: 300;
  color: #040404;
  line-height: 26px;
  letter-spacing: 1px;
}

.accelerator .introduction .introduction-container .info .right .item .word {
  margin-top: 0.08rem;
}

.accelerator .introduction .introduction-container .info .right .item .word span {
  font-size: 14px;
  font-weight: 400;
  color: #474955;
  line-height: 26px;
  letter-spacing: 1px;
}

.accelerator .introduction .introduction-container .info .right .item .word span:nth-child(2) {
  padding-left: 4px;
  color: #040404;
}

.accelerator .introduction .introduction-container .info .right .item .word .number {
  font-size: 0.6rem;
  font-family: DINCondensed-Bold;
  font-weight: bold;
  color: #074CEE;
  line-height: 0.72rem;
  letter-spacing: 0;
}

.accelerator .introduction .introduction-container .info .right .item:first-child {
  margin-left: 0;
}

.accelerator .introduction .intro-left {
  width: 2.72rem;
  height: 3.9rem;
  background: url(../images_accelerator/intro-left.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -2.1rem;
  z-index: 3;
}

.accelerator .introduction .intro-right {
  width: 4.22rem;
  height: 6.26rem;
  background: url(../images_accelerator/intro-right.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -3.84rem;
  right: 0;
}

.accelerator .ecosphere {
  width: 100%;
  height: 12.25rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: relative;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /*IE*/
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.accelerator .ecosphere .ecosphere-swiper {
  width: 100%;
}

.accelerator .ecosphere .ecosphere-swiper .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}

.accelerator .ecosphere .ecosphere-swiper .ecosphere-swiper-prev {
  background: url(../images_innovative/banner-prev2x.png) no-repeat center;
  background-size: cover;
  width: 0.6rem;
  height: 0.6rem;
  transition: background-image 0.3s;
  -ms-transition: background-image 0.3s;
  /*IE*/
  -moz-transition: background-image 0.3s;
  /* Firefox 4 */
  -webkit-transition: background-image 0.3s;
  /* Safari 和 Chrome */
  -o-transition: background-image 0.3s;
  /* Opera */
  left: 1rem;
  transition: all 0.8s;
  -ms-transition: all 0.8s;
  /*IE*/
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
  opacity: 0;
}

.accelerator .ecosphere .ecosphere-swiper .ecosphere-swiper-next {
  background: url(../images_innovative/banner-next2x.png) no-repeat center;
  background-size: cover;
  width: 0.6rem;
  height: 0.6rem;
  transition: background-image 0.3s;
  -ms-transition: background-image 0.3s;
  /*IE*/
  -moz-transition: background-image 0.3s;
  /* Firefox 4 */
  -webkit-transition: background-image 0.3s;
  /* Safari 和 Chrome */
  -o-transition: background-image 0.3s;
  /* Opera */
  right: 1rem;
  opacity: 0;
}

.accelerator .ecosphere .ecosphere-swiper:hover .ecosphere-swiper-prev,
.accelerator .ecosphere .ecosphere-swiper:hover .ecosphere-swiper-next {
  opacity: 1;
}

.accelerator .ecosphere .ecosphere-container {
  padding-top: 1.34rem;
  padding-left: 2.98rem;
}

.accelerator .ecosphere .ecosphere-container .headline {
  font-size: 0;
  position: relative;
}

.accelerator .ecosphere .ecosphere-container .headline .left {
  display: inline-block;
  vertical-align: top;
  width: 7.07rem;
}

.accelerator .ecosphere .ecosphere-container .headline .left .title {
  font-size: 0.36rem;
  font-weight: 400;
  color: #323339;
  line-height: 0.56rem;
  letter-spacing: 2px;
}

.accelerator .ecosphere .ecosphere-container .headline .left .info {
  font-size: 0.16rem;
  font-weight: 400;
  color: #323339;
  line-height: 0.34rem;
  letter-spacing: 2px;
  margin-top: 0.3rem;
}

.accelerator .ecosphere .ecosphere-container .headline .right {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0.46rem;
  right: 3.26rem;
}

.accelerator .ecosphere .ecosphere-container .headline .right .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

.accelerator .ecosphere .ecosphere-container .headline .right .item .icon {
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images_accelerator/up_210802/icon1.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /*IE*/
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.accelerator .ecosphere .ecosphere-container .headline .right .item .word {
  font-size: 0.16rem;
  font-weight: 400;
  color: #040404;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 0.17rem;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /*IE*/
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.accelerator .ecosphere .ecosphere-container .headline .right .item:hover .icon,
.accelerator .ecosphere .ecosphere-container .headline .right .item.active .icon {
  background: url(../images_accelerator/up_210802/icon1_hover.png) no-repeat center;
  background-size: contain;
}

.accelerator .ecosphere .ecosphere-container .headline .right .item:hover .word,
.accelerator .ecosphere .ecosphere-container .headline .right .item.active .word {
  color: #474955;
}

.accelerator .ecosphere .ecosphere-container .headline .right .item:not(:first-child) {
  margin-left: 0.66rem;
}

.accelerator .ecosphere .ecosphere-container .headline .right .item:nth-child(2) .icon {
  background: url(../images_accelerator/up_210802/icon2.png) no-repeat center;
  background-size: contain;
}

.accelerator .ecosphere .ecosphere-container .headline .right .item:nth-child(2):hover .icon,
.accelerator .ecosphere .ecosphere-container .headline .right .item:nth-child(2).active .icon {
  background: url(../images_accelerator/up_210802/icon2_hover.png) no-repeat center;
  background-size: contain;
}

.accelerator .ecosphere .ecosphere-container .headline .right .item:nth-child(3) .icon {
  background: url(../images_accelerator/up_210802/icon3.png) no-repeat center;
  background-size: contain;
}

.accelerator .ecosphere .ecosphere-container .headline .right .item:nth-child(3):hover .icon,
.accelerator .ecosphere .ecosphere-container .headline .right .item:nth-child(3).active .icon {
  background: url(../images_accelerator/up_210802/icon3_hover.png) no-repeat center;
  background-size: contain;
}

.accelerator .ecosphere .assist {
  width: 1.73rem;
  height: 2.73rem;
  background: url(../images_accelerator/assist.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -1.2rem;
  right: 0;
}

.accelerator .platform {
  background: #ffffff;
  position: relative;
}

.accelerator .platform .platform-container {
  padding-top: 1.85rem;
  padding-left: 2.98rem;
  padding-bottom: 1.23rem;
}

.accelerator .platform .platform-container .headline {
  font-size: 0;
  position: relative;
}

.accelerator .platform .platform-container .headline .left {
  display: inline-block;
  vertical-align: top;
  width: 7.09rem;
}

.accelerator .platform .platform-container .headline .left .title {
  font-size: 0.4rem;
  font-weight: 400;
  color: #323339;
  line-height: 0.56rem;
  letter-spacing: 2px;
}

.accelerator .platform .platform-container .headline .left .info {
  font-size: 0.18rem;
  font-weight: 400;
  color: #323339;
  line-height: 0.34rem;
  letter-spacing: 2px;
  margin-top: 0.3rem;
}

.accelerator .platform .platform-container .headline .right {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 3.26rem;
}

.accelerator .platform .platform-container .headline .right .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

.accelerator .platform .platform-container .headline .right .item .icon {
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images_accelerator/up_210802/icon4.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /*IE*/
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.accelerator .platform .platform-container .headline .right .item .word {
  font-size: 0.16rem;
  font-weight: 400;
  color: #323339;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 0.17rem;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /*IE*/
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.accelerator .platform .platform-container .headline .right .item:hover .icon,
.accelerator .platform .platform-container .headline .right .item.active .icon {
  background: url(../images_accelerator/up_210802/icon4_hover.png) no-repeat center;
  background-size: contain;
}

.accelerator .platform .platform-container .headline .right .item:hover .word,
.accelerator .platform .platform-container .headline .right .item.active .word {
  color: #474955;
}

.accelerator .platform .platform-container .headline .right .item:not(:first-child) {
  margin-left: 0.66rem;
}

.accelerator .platform .platform-container .headline .right .item:nth-child(2) .icon {
  background: url(../images_accelerator/up_210802/icon5.png) no-repeat center;
  background-size: contain;
}

.accelerator .platform .platform-container .headline .right .item:nth-child(2):hover .icon,
.accelerator .platform .platform-container .headline .right .item:nth-child(2).active .icon {
  background: url(../images_accelerator/up_210802/icon5_hover.png) no-repeat center;
  background-size: contain;
}

.accelerator .platform .platform-container .headline .right .item:nth-child(3) .icon {
  background: url(../images_accelerator/up_210802/icon6.png) no-repeat center;
  background-size: contain;
}

.accelerator .platform .platform-container .headline .right .item:nth-child(3):hover .icon,
.accelerator .platform .platform-container .headline .right .item:nth-child(3).active .icon {
  background: url(../images_accelerator/up_210802/icon6_hover.png) no-repeat center;
  background-size: contain;
}

.accelerator .platform .platform-container .content-container {
  position: relative;
  height: 4.34rem;
  width: 100%;
  margin-top: 0.49rem;
}

.accelerator .platform .platform-container .item-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /*IE*/
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.accelerator .platform .platform-container .item-content.active {
  opacity: 1;
}

.accelerator .platform .platform-container .item-content .swiper-container {
  padding-bottom: 0.71rem;
}

.accelerator .platform .platform-container .item-content .swiper-slide {
  width: 3.89rem;
  height: 3.62rem;
  border-radius: 4px;
  margin-right: 0.4rem;
  overflow: hidden;
  cursor: pointer;
}

.accelerator .platform .platform-container .item-content .swiper-slide .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  border-radius: 4px;
}

.accelerator .platform .platform-container .item-content .swiper-slide .word {
  width: 100%;
  height: 2.35rem;
  background: linear-gradient(180deg, rgba(233, 240, 248, 0) 0%, #e3ecf5 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /*IE*/
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.accelerator .platform .platform-container .item-content .swiper-slide .word span {
  font-size: 0.24rem;
  font-weight: 300;
  color: #323339;
  line-height: 0.4rem;
  position: absolute;
  left: 0.42rem;
  bottom: 0.32rem;
}

.accelerator .platform .platform-container .item-content .swiper-slide .shade {
  width: 100%;
  height: 100%;
  background-color: rgba(16, 82, 243, 0.86);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /*IE*/
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.accelerator .platform .platform-container .item-content .swiper-slide .shade span {
  font-size: 0.24rem;
  font-weight: 300;
  color: white;
  line-height: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.accelerator .platform .platform-container .item-content .swiper-slide .swiper-scrollbar {
  width: 100%;
  opacity: 1 !important;
  background: none;
  height: 6px;
  border-radius: 4px;
}

.accelerator .platform .platform-container .item-content .swiper-slide .swiper-scrollbar-drag {
  left: 0;
  top: 0;
  width: 4.63rem !important;
  height: 6px;
  background-color: rgba(16, 82, 243, 0.5);
  border-radius: 4px;
}

.accelerator .platform .platform-container .item-content .swiper-slide:hover .shade {
  opacity: 1;
}

.accelerator .platform .platform-container .item-content .swiper-slide:hover .word {
  opacity: 0;
}

.accelerator .platform .platform-left {
  width: 1.03rem;
  height: 2.25rem;
  background: url(../images_accelerator/platform-left.png);
  background-size: cover;
  position: absolute;
  top: 0.58rem;
  left: 0;
}

.accelerator .coordinate {
  padding: 1.16rem 0;
  background-color: #F4F4F4;
}

.accelerator .coordinate .coordinate-container {
  width: 16rem;
  height: 7.28rem;
  background: url(../images_accelerator/up_210802/map.jpg) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

.accelerator .coordinate .coordinate-container .headline {
  position: absolute;
  top: 0.89rem;
  left: 1.37rem;
}

.accelerator .coordinate .coordinate-container .headline .title {
  font-size: 0.4rem;
  font-weight: 400;
  color: #323339;
  line-height: 0.56rem;
  letter-spacing: 2px;
  margin-bottom: 0.13rem;
}

.accelerator .coordinate .coordinate-container .headline .info {
  font-size: 16px;
  font-weight: 400;
  color: #323339;
  line-height: 30px;
  letter-spacing: 2px;
}

.accelerator .coordinate .coordinate-container .map-icon {
  width: 0.35rem;
  height: 0.49rem;
  background: url(../images_contactUs/map-icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 5.5rem;
  bottom: 3.16rem;
  z-index: 2;
}

.accelerator .coordinate .coordinate-container .ripple {
  position: absolute;
  width: 0.68rem;
  height: 0.68rem;
  bottom: 2.86rem;
  right: 5.33rem;
}

.accelerator .coordinate .coordinate-container .ripple::before {
  animation: scalepulse 1.3s infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  content: "";
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  position: absolute;
  left: -2%;
  top: -2%;
  z-index: 0;
  background: rgba(16, 82, 243, 0.148);
  border: 2px solid rgba(142, 211, 255, 0.1);
}

.accelerator .coordinate .coordinate-container .ripple::after {
  animation: scalepulse 1.3s infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  content: "";
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 50%;
  position: absolute;
  left: 12%;
  top: 12%;
  z-index: 0;
  background: rgba(16, 82, 243, 0.148);
  border: 2px solid rgba(142, 211, 255, 0.1);
}

.accelerator .coordinate .coordinate-container .ripple .circle {
  animation: scalepulse 1.3s infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 0.15s;
  width: 0.29rem;
  height: 0.29rem;
  border-radius: 50%;
  position: absolute;
  left: 29%;
  top: 29%;
  z-index: 0;
  background: rgba(16, 82, 243, 0.188);
  border: 2px solid rgba(142, 211, 255, 0.1);
}

.accelerator .coordinate .coordinate-container .link {
  font-size: 14px;
  font-weight: bold;
  color: #1E4BD4;
  line-height: 26px;
  letter-spacing: 1px;
  position: absolute;
  right: 0.56rem;
  bottom: 0.36rem;
  cursor: pointer;
}

.accelerator .model {
  position: fixed;
  z-index: -2;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  /*IE*/
  -moz-transition: opacity 0.5s;
  /* Firefox 4 */
  -webkit-transition: opacity 0.5s;
  /* Safari 和 Chrome */
  -o-transition: opacity 0.5s;
  /* Opera */
}

.accelerator .model .model-container .model-img {
  text-align: center;
  margin: 0 auto 0.32rem auto;
}

.accelerator .model .model-container .model-prev {
  left: 0.52rem;
  background: url(../images_about/prev.png) no-repeat center;
  background-size: cover;
  width: 0.42rem;
  height: 0.42rem;
}

.accelerator .model .model-container .model-next {
  right: 0.52rem;
  background: url(../images_about/next.png) no-repeat center;
  background-size: cover;
  width: 0.42rem;
  height: 0.42rem;
}

.accelerator .model .model-container .title {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  text-align: center;
}

.accelerator .model .close {
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  position: absolute;
  top: 15px;
  padding: 15px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  z-index: 999999;
}

.accelerator .model .model-swiper .info-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.accelerator .model .model-swiper .info-container .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.accelerator .model.active {
  opacity: 1;
  z-index: 999999;
}

.swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  opacity: 1 !important;
  background: none;
  height: 6px;
  border-radius: 4px;
  left: 0;
  bottom: 0;
}

.swiper-scrollbar-drag {
  left: 0;
  top: 0;
  width: 4.63rem !important;
  height: 6px;
  background-color: rgba(16, 82, 243, 0.5);
  border-radius: 4px;
}

@keyframes scalepulse {
  20% {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    animation-timing-function: ease;
  }
  50% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    animation-timing-function: ease;
  }
}

@-ms-keyframes scalepulse {
  20% {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    animation-timing-function: ease;
  }
  50% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    animation-timing-function: ease;
  }
}

@media (max-width: 1445px) {
  .accelerator .introduction .introduction-container .info .left .word,
  .accelerator .ecosphere .ecosphere-container .headline .left .info,
  .accelerator .platform .platform-container .headline .left .info {
    font-size: 14px;
  }
  .accelerator .introduction .introduction-container .info .right .item .title,
  .accelerator
.introduction
.introduction-container
.info
.right
.item
.word
span,
  .accelerator .ecosphere .ecosphere-container .headline .right .item .word,
  .accelerator .platform .platform-container .headline .right .item .word {
    font-size: 12px;
    line-height: 20px;
  }
  .accelerator .platform .platform-container .headline .left {
    width: 7.2rem;
  }
}

@media (max-width: 1200px) {
  .accelerator .banner {
    height: 100vh;
    background-position: 68%;
  }
  .accelerator .banner .title-container .title {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #474955;
  }
  .accelerator .banner .title-container {
    left: 50%;
    bottom: inherit;
    top: 174px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
  .accelerator .introduction .introduction-container {
    background: #fff;
    border-radius: 15px;
    width: calc(100% - 40px);
    height: auto;
  }
  .accelerator .introduction .introduction-container .info .left {
    display: block;
    width: 100%;
  }
  .accelerator .introduction .introduction-container .info .right {
    display: block;
    position: inherit;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    right: 0;
    margin-top: 24px;
  }
  .accelerator .introduction .introduction-container .info .right .item .title {
    text-align: left;
  }
  .accelerator .introduction .introduction-container .info .left .title {
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: center;
  }
  .accelerator .introduction .introduction-container .info .left .word,
  .accelerator .ecosphere .ecosphere-container .headline .left .info,
  .accelerator .platform .platform-container .headline .left .info {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .accelerator .introduction .introduction-container .info .left .word {
    margin-top: 16px;
  }
  .accelerator .introduction .introduction-container .info {
    display: block;
    padding: 30px 24px;
  }
  .accelerator .introduction .intro-left,
  .accelerator .ecosphere .assist {
    display: none;
  }
  .accelerator .introduction {
    height: auto;
    padding-bottom: 50px;
  }
  .accelerator .introduction .introduction-container .info .right {
    text-align: center;
  }
  .accelerator
.introduction
.introduction-container
.info
.right
.item
.word
.number {
    font-size: 48px;
    line-height: 58px;
  }
  .accelerator .ecosphere .ecosphere-container {
    padding-top: 48px;
    padding-left: 32px;
  }
  .accelerator .ecosphere .ecosphere-container .headline .left {
    display: block;
    width: 100%;
  }
  .accelerator .ecosphere .ecosphere-container .headline .left .title {
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    padding-right: 32px;
  }
  .accelerator .ecosphere .ecosphere-container .headline .left .info {
    margin-top: 24px;
    margin-bottom: 32px;
    margin-right: 32px;
  }
  .accelerator .ecosphere .ecosphere-container .headline .right {
    display: flex;
    justify-content: space-between;
    position: inherit;
    right: 0;
    margin-right: 32px;
  }
  .accelerator .ecosphere .ecosphere-container .headline .right .item .icon,
  .accelerator .platform .platform-container .headline .right .item .icon {
    width: 45px;
    height: 45px;
  }
  .accelerator .ecosphere .ecosphere-container .headline .right .item .word,
  .accelerator .platform .platform-container .headline .right .item .word {
    margin-top: 8px;
  }
  .accelerator .ecosphere {
    height: 16rem;
    background-position: bottom;
    background-size: contain;
  }
  .accelerator .platform .platform-container {
    padding-left: 32px;
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .accelerator .platform .platform-container .headline .left {
    display: block;
    width: 100%;
  }
  .accelerator .platform .platform-container .headline .left .title {
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    padding-right: 32px;
  }
  .accelerator .platform .platform-container .headline .left .info {
    margin-top: 24px;
    margin-bottom: 32px;
    margin-right: 32px;
  }
  .accelerator .platform .platform-container .headline .right {
    display: flex;
    justify-content: space-between;
    position: inherit;
    right: 0;
    margin-right: 32px;
  }
  .accelerator .platform .platform-container .content-container {
    height: 300px;
    margin-top: 39px;
  }
  .accelerator .platform .platform-container .item-content .swiper-slide {
    width: 272px;
    height: 254px;
    margin-right: 15px;
  }
  .accelerator
.platform
.platform-container
.item-content
.swiper-slide
.word
span,
  .accelerator
.platform
.platform-container
.item-content
.swiper-slide
.shade
span {
    font-size: 17px;
    line-height: 28px;
  }
  .accelerator
.platform
.platform-container
.item-content
.swiper-slide
.shade
span {
    width: 100%;
    text-align: center;
  }
  .swiper-scrollbar-drag {
    width: 338px !important;
  }
  .accelerator .coordinate .coordinate-container {
    width: calc(100% - 40px);
    border-radius: 15px;
  }
  .accelerator .coordinate .coordinate-container .headline .title {
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .accelerator .coordinate .coordinate-container .headline .info {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .accelerator .banner {
    height: 100vh;
    background: url(../images_accelerator/banner-phone.jpg) no-repeat bottom;
    background-size: cover;
  }
  .accelerator .banner .title-container .title {
    font-size: 0.614rem;
    line-height: 0.859rem;
    color: #040404;
  }
  .accelerator .introduction {
    padding-bottom: 1rem;
  }
  .accelerator .introduction .introduction-container .info {
    padding: 0.6rem 0.48rem;
  }
  .accelerator .introduction .introduction-container .info .left .title {
    font-size: 0.481rem;
    line-height: 0.675rem;
    color: #040404;
  }
  .accelerator .introduction .introduction-container .info .left .word {
    font-size: 0.286rem;
    line-height: 0.532rem;
    margin-top: 0.4rem;
    color: #040404;
  }
  .accelerator .introduction .introduction-container .info .right {
    display: flex;
    justify-content: center;
    margin-top: 0.48rem;
  }
  .accelerator .introduction .introduction-container .info .right .item {
    margin-left: 0.552rem;
  }
  .accelerator .introduction .introduction-container .info .right .item .title {
    font-size: 0.22rem;
    line-height: 0.42rem;
    color: #323339;
  }
  .accelerator .introduction .introduction-container .info .right .item .word .number {
    font-size: 0.96rem;
    line-height: 1.16rem;
    color: #074CEE;
  }
  .accelerator .introduction .introduction-container .info .right .item .word span {
    font-size: 0.22rem;
    line-height: 0.42rem;
    color: #323339;
  }
  .accelerator .ecosphere {
    height: 100%;
  }
  .accelerator .ecosphere .ecosphere-container {
    padding-top: 0.96rem;
    padding-left: 0.64rem;
    padding-right: 0.64rem;
  }
  .accelerator .ecosphere .ecosphere-container .headline .left .title {
    padding-right: 0;
    text-align: center;
    color: #040404;
    line-height: 0.66rem;
    font-size: 0.48rem;
  }
  .accelerator .ecosphere .ecosphere-container .headline .left .info {
    margin-top: 0.48rem;
    margin-bottom: 0.64rem;
    margin-right: 0;
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #474955;
  }
  .accelerator .ecosphere .ecosphere-container .headline .right {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 0.3rem;
    top: 0;
  }
  .accelerator .ecosphere .ecosphere-container .headline .right .item:not(:first-child) {
    margin-left: 0.86rem;
  }
  .accelerator .ecosphere .ecosphere-container .headline .right .item .icon {
    width: 0.9rem;
    height: 0.9rem;
  }
  .accelerator .ecosphere .ecosphere-container .headline .right .item .word {
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #040404;
  }
  .accelerator .coordinate {
    padding: 0.2rem 0 0.96rem 0;
  }
  .accelerator .coordinate .coordinate-container {
    width: calc(100% - 0.84rem);
    height: 728px;
    background: url(../images_accelerator/map-phone.jpg) no-repeat center !important;
    background-size: cover !important;
    margin-top: 3.947rem;
  }
  .accelerator .coordinate .coordinate-container .headline {
    top: -3rem;
    left: 0;
    width: 100%;
  }
  .accelerator .coordinate .coordinate-container .headline .title {
    width: 100%;
    font-size: 0.48rem;
    line-height: 0.66rem;
    color: #040404;
    text-align: center;
    margin-bottom: 0.56rem;
  }
  .accelerator .coordinate .coordinate-container .headline .info {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #040404;
    text-align: left;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .accelerator .coordinate .coordinate-container .map-icon {
    width: 35px;
    height: 49px;
    bottom: 4.42rem;
    right: 2.82rem;
  }
  .accelerator .coordinate .coordinate-container .ripple {
    width: 68px;
    height: 68px;
    bottom: 3.95rem;
    right: 2.59rem;
  }
  .accelerator .platform .platform-container .headline .left .info br {
    display: none;
  }
  .accelerator
.platform
.platform-container
.item-content
.swiper-slide
.word
span {
    left: 29px;
    bottom: 23px;
  }
  .accelerator .platform .platform-container .item-content .swiper-container {
    padding-bottom: 39px;
  }
  .accelerator .coordinate .coordinate-container .link {
    right: 38px;
    bottom: 14px;
  }
  .accelerator .coordinate .coordinate-container .headline .info br {
    display: none;
  }
  .accelerator .coordinate .coordinate-container .ripple::before {
    width: 68px;
    height: 68px;
  }
  .accelerator .coordinate .coordinate-container .ripple .circle {
    width: 29px;
    height: 29px;
  }
  .accelerator .coordinate .coordinate-container .ripple::after {
    width: 49px;
    height: 49px;
  }
  .accelerator .model .model-swiper .info-container .info {
    width: 70%;
  }
  .accelerator .model .model-container .model-prev,
  .accelerator .model .model-container .model-next {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 500px) {
  .accelerator .coordinate .coordinate-container .map-icon {
    bottom: 4.6rem;
    right: 2.97rem;
  }
  .accelerator .coordinate .coordinate-container .ripple {
    bottom: 4.1rem;
    right: 2.72rem;
  }
}

@media (max-width: 375px) {
  .accelerator .coordinate .coordinate-container .map-icon {
    bottom: 6.42rem;
    right: 2.9rem;
  }
  .accelerator .coordinate .coordinate-container .ripple {
    bottom: 5.75rem;
    right: 2.59rem;
  }
}

@media (max-width: 340px) {
  .accelerator .coordinate .coordinate-container {
    width: 288px;
  }
}

/*二倍图使用*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .accelerator .introduction .introduction-container {
    background: url(../images_accelerator/intro-bg2x.png) no-repeat center;
    background-size: cover;
  }
  .accelerator .introduction .intro-left {
    background: url(../images_accelerator/intro-left2x.png) no-repeat center;
    background-size: cover;
  }
  .accelerator .ecosphere .assist {
    background: url(../images_accelerator/assist2x.png) no-repeat center;
    background-size: cover;
  }
  .accelerator .ecosphere .ecosphere-container .headline .right .item .icon {
    background: url(../images_accelerator/icon12x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.ecosphere
.ecosphere-container
.headline
.right
.item:hover
.icon,
  .accelerator
.ecosphere
.ecosphere-container
.headline
.right
.item.active
.icon {
    background: url(../images_accelerator/icon1-hover2x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.ecosphere
.ecosphere-container
.headline
.right
.item:nth-child(2)
.icon {
    background: url(../images_accelerator/icon22x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.ecosphere
.ecosphere-container
.headline
.right
.item:nth-child(2):hover
.icon,
  .accelerator
.ecosphere
.ecosphere-container
.headline
.right
.item:nth-child(2).active
.icon {
    background: url(../images_accelerator/icon2-hover2x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.ecosphere
.ecosphere-container
.headline
.right
.item:nth-child(3)
.icon {
    background: url(../images_accelerator/icon32x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.ecosphere
.ecosphere-container
.headline
.right
.item:nth-child(3):hover
.icon,
  .accelerator
.ecosphere
.ecosphere-container
.headline
.right
.item:nth-child(3).active
.icon {
    background: url(../images_accelerator/icon3-hover2x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator .platform .platform-container .headline .right .item .icon {
    background: url(../images_accelerator/icon42x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator .platform .platform-container .headline .right .item:hover .icon,
  .accelerator
.platform
.platform-container
.headline
.right
.item.active
.icon {
    background: url(../images_accelerator/icon4-hover2x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.platform
.platform-container
.headline
.right
.item:nth-child(2)
.icon {
    background: url(../images_accelerator/icon52x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.platform
.platform-container
.headline
.right
.item:nth-child(2):hover
.icon,
  .accelerator
.platform
.platform-container
.headline
.right
.item:nth-child(2).active
.icon {
    background: url(../images_accelerator/icon5-hover2x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.platform
.platform-container
.headline
.right
.item:nth-child(3)
.icon {
    background: url(../images_accelerator/icon62x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator
.platform
.platform-container
.headline
.right
.item:nth-child(3):hover
.icon,
  .accelerator
.platform
.platform-container
.headline
.right
.item:nth-child(3).active
.icon {
    background: url(../images_accelerator/icon6-hover2x.png) no-repeat center;
    background-size: contain;
  }
  .accelerator .platform .platform-left {
    background: url(../images_accelerator/platform-left2x.png);
    background-size: cover;
  }
  .accelerator .coordinate .coordinate-container {
    background: url(../images_accelerator/map2x.png) no-repeat center;
    background-size: cover;
  }
  .accelerator .coordinate .coordinate-container .map-icon {
    background: url(../images_bioIsland/map-icon2x.png) no-repeat center;
    background-size: cover;
  }
}
