.data-center .section-1 {
  text-align: center;
}
@media (max-width: 991px) {
  .data-center .section-6 .pic-text-box .text {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .data-center .section-6 .pic-text-box .text p {
    font-size: 1em;
  }
  .data-center .section-6 .pic-text-box .text a {
    margin: 0 auto;
  }
}
.data-center .section-7 .pic-text-box {
  display: block;
}
.data-center .section-7 .pic-text-box .text {
  overflow: hidden;
  padding-left: 3%;
}
.data-center .section-7 .pic-text-box .text img.icon {
  float: left;
  margin-right: 10px;
}
.data-center .section-7 .pic-text-box .text p {
  float: left;
  font-size: 1.875em;
  color: #000;
  line-height: 100px;
  margin: 0;
}
.data-center .section-7 .pic-text-card .text div p{
  line-height: normal !important;
}

.data-center-detail .text-box .title,.data-center-detail .text-box .text{
	color: #ffffff!important;
}
@media (max-width: 991px) {
  .data-center .section-7 .pic-text-box {
    margin-bottom: 15px;
  }
  .data-center .section-7 .pic-text-card .text div{
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .data-center-detail .banner .container-custom {
    /*position: static;*/
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
.midd-center {
    position: absolute;
    top:30px;
    left: 15px;
    -webkit-transform: translate(-30px, -15px);
    -ms-transform: translate(-30px, -15px);
    transform: translate(-30px, -15px);
}
  .data-center-detail .banner .container-custom  img {
    max-width: 100% !important;
	  height:auto !important;
  }	
	
}
.data-center-detail .banner .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.data-center-detail .banner .text-box {
  padding-left: 0;
  padding-right: 10%;
}
.data-center-detail .banner .text-box h1.title {
  color: #000;
}
.data-center-detail .banner .text-box p {
  color: #333;
  text-align: justify;
}
@media (max-width: 991px) {
  .data-center-detail .banner .text-box {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    padding: 15px 0;
  }
  .data-center-detail .banner .text-box h1.title {
    text-align: left;
  }

  .data-center-detail .banner .text-box .text {
        max-width: 100%;
		  font-size: 1.25em!important;
    }
	
}
.data-center-detail .section-6 .swiper-container {
  padding-bottom: 30px;
}
/* .data-center-detail .section-6 .swiper-button-prev,
.data-center-detail .section-6 .swiper-button-next {
  top: calc((100vw - 30px) * 0.5577 / 2);
} */
.data-center-detail .section-6 .swiper-scrollbar {
  width: 28%;
  left: 50%;
  bottom: 50px;
  background: #e4e4e4;
  height: 2px;
  line-height: 2px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media (max-width: 991px) {
  .data-center-detail .section-6 .swiper-scrollbar {
    width: 100%;
    bottom: 0;
  }
}
.data-center-traffic .section-1 {
  text-align: center;
}
.data-center-traffic .section-1 a {
  display: inline-block;
}
.data-center-traffic .section-1 .icon-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
}
.data-center-traffic .section-1 .icon-box.active {
  border-bottom: 2px solid #c7000b;
}
.data-center-traffic .section-1 .icon-box .pic {
  width: 110px;
  height: 110px;
}
.data-center-traffic .section-1 .icon-box .text {
  text-align: left;
}
.data-center-traffic .section-1 .icon-box .text h3 {
  font-size: 1.5em !important;
  font-weight: normal;
}
.data-center-traffic .section-1 .icon-box .text p {
  color: #666666;
  margin-bottom: 0;
  font-size: 1em;
}
.data-center-traffic .section-3 h3 {
  font-weight: normal;
  font-size: 1.5em !important;
}
@media (max-width: 767px) {
  .data-center-traffic .section-3 h4 {
    margin-top: 15px;
  }
}
.data-center-traffic .section-3 .tab-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.data-center-traffic .section-3 .tab-title h3 {
  padding: 5px 25px;
  position: relative;
  cursor: pointer;
  color: #919191;
}
@media (max-width: 767px) {
  .data-center-traffic .section-3 .tab-title h3 {
    padding: 5px 10px;
    font-size: 1.1em !important;
  }
}
.data-center-traffic .section-3 .tab-title h3:last-child::after {
  display: none;
}
.data-center-traffic .section-3 .tab-title h3::after {
  position: absolute;
  content: '';
  width: 1px;
  background-color: #707070;
  right: 0;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}
.data-center-traffic .section-3 .tab-title h3 span {
  padding: 5px 0;
  display: inline-block;
}
.data-center-traffic .section-3 .tab-title h3.active span {
  color: #c7000b;
  border-bottom: 1px solid #c7000b;
}
.data-center-traffic .section-3 .s-content {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .data-center-traffic .section-3 .s-content {
    padding: 0;
  }
}
.data-center-traffic .section-3 .s-swiper {
  position: relative;
  padding: 0 50px;
  margin-left: -50px;
  margin-right: -50px;
}
.data-center-traffic .section-3 .flex.flex-direction {
  height: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-left: 5%;
}
.data-center-traffic .section-3 .row.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  position: relative;
}
.data-center-traffic .section-3 .row.row-reverse::before {
  height: 1px;
  content: '';
  background-color: #d1d1d1;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.banner-w50 .text-box {
  width: 50%;
  left: 50%;
  color: #000;
}
.banner-w50 .text-box h1 {
  color: #000 !important;
}
@media (max-width: 991px) {
  .banner-w50 .text-box {
    width: 100%;
    left: 0;
    color: #fff;
  }
  .banner-w50 .text-box h1 {
    color: #fff !important;
  }
}
.data-center .swiper-style2 .no-jp .swiper-slide .img-ani-box p {
  bottom: auto;
  top: 8%;
  text-align: center;
  background-color: transparent;
  font-size: 2em;
  padding: 10px 0!important;
  word-break: break-all;
}
.sty-point {
  cursor: pointer;
}