.route-link {
  background-color: #f5f5f5;
  margin-top: 2px;
  line-height: 38px;
}
.data-center-energy {
  position: relative;
}
.data-center-energy .fixed-nav {
  position: absolute;
  top: 0;
  left: 15px;
  border-left: 2px solid #f5f5f5;
}
@media (max-width: 991px) {
  .data-center-energy .fixed-nav {
    display: none;
  }
}
.data-center-energy .fixed-nav.fixed {
  position: fixed;
  top: 100px;
}
.data-center-energy .fixed-nav ul {
  margin-bottom: 0;
}
.data-center-energy .fixed-nav li {
  line-height: 50px;
  font-size: 1.25em;
}
.data-center-energy .fixed-nav li a.fm-link {
  display: block;
  margin-left: -2px;
  padding-left: 18px;
  font-weight: bold;
  border-left: 2px solid #f5f5f5;
}
.data-center-energy .fixed-nav li a.sub {
  display: block;
  padding-left: 18px;
  font-size: 0.85em;
}
.data-center-energy .fixed-nav li.active a.fm-link {
  border-left: 2px solid #c7000b;
  color: #c7000b;
}
.data-center-energy .section-1 .s1-border {
  border: 1px solid #ccc;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: -150px;
  padding-right: 200px;
}
@media (max-width: 991px) {
  .data-center-energy .section-1 .s1-border {
    margin-right: 0;
    padding: 15px;
    padding-bottom: 65px;
  }
}
.data-center-energy .section-1 .pic-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: -60px;
}
@media (max-width: 991px) {
  .data-center-energy .section-1 .pic-box {
    margin-left: 0;
  }
}
.data-center-energy .section-1 .pic-box .pic {
  padding: 35px 0;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .data-center-energy .section-1 .pic-box .pic {
    padding: 15px 0 0 0;
    width: 90%;
    margin-top: -80px;
  }
}
.data-center-energy .section-2 {
  line-height: 180%;
}
.data-center-energy .section-2 p {
  line-height: 180%;
}
.data-center-energy .section-2 .s2-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-content {
    padding: 0;
  }
}
.data-center-energy .section-2 .s2-content h3 {
  border-bottom: 2px solid #f2f2f2;
  padding-left: 20px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.data-center-energy .section-2 .s2-content h3 span {
  border-bottom: 2px solid #c7000b;
  margin-bottom: -2px;
  display: inline-block;
}
.data-center-energy .section-2 .s2-1 .row {
  box-shadow: 2px 2px 20px rgba(94, 94, 94, 0.18);
}
.data-center-energy .section-2 .s2-1 .row .content-item {
  padding: 25px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}
.data-center-energy .section-2 .s2-1 .row .content-item.default1 {
  cursor: default!important;
}

.data-center-energy .section-2 .s2-1 .row .content-item-g {
  padding: 25px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.data-center-energy .section-2 .s2-1 .row .content-item .title,
.data-center-energy .section-2 .s2-1 .row .content-item-g .title {
  font-weight: bold;
}
.data-center-energy .section-2 .s2-1 .row .content-item p,
.data-center-energy .section-2 .s2-1 .row .content-item-g p {
  padding: 0 12px;
}
.data-center-energy .section-2 .s2-1 .row .content-item.active {
  background-color: #fafafa;
  border-bottom: 2px solid #c7000b;
}
.data-center-energy .section-2 .s2-1 .row .content-item.active .title {
  color: #c7000b;
}
.data-center-energy .section-2 .s2-1 .row .content-item .content-item-title,
.data-center-energy .section-2 .s2-1 .row .content-item-g .content-item-title {
  width: 80%;
  text-align: center;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-1 .row .content-item .content-item-title,
  .data-center-energy .section-2 .s2-1 .row .content-item-g .content-item-title {
    text-align: left;
  }
}
.data-center-energy .section-2 .s2-1 .row .content-item .content-item-title .title,
.data-center-energy .section-2 .s2-1 .row .content-item-g .content-item-title .title {
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-1 .row .content-item .content-item-title .title,
  .data-center-energy .section-2 .s2-1 .row .content-item-g .content-item-title .title {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
.data-center-energy .section-2 .s2-2 div.icon {
  margin-right: 25px;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-2 div.icon {
    margin-right: 15px;
  }
}
.data-center-energy .section-2 .s2-2 .c2-item {
  padding: 50px 10%;
}
/* .data-center-energy  .s2-2 .row .col-md-6:nth-child(3) .c2-item,.data-center-energy .s2-2 .row .col-md-6:nth-child(4) .c2-item{
  padding: 0 10% 50px;
} */
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-2 .c2-item {
    padding: 0;
    margin-bottom: 15px;
  }
}
.data-center-energy .section-2 .s2-3 .s2-3-wrap {
  padding: 0 5%;
}
.data-center-energy .section-2 .s2-2 .c2-item {
  padding:0 10% 50px;
}
.data-center-energy .section-2 .s2-2 .col-md-6:nth-child(1) .c2-item,.data-center-energy .section-2 .s2-2 .col-md-6:nth-child(2) .c2-item {
  padding-top:50px;
}
.data-center-energy .section-2 .s2-3 .s2-3-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  box-shadow: 2px 2px 20px rgba(94, 94, 94, 0.18);
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.data-center-energy .section-2 .s2-3 .s2-3-item .text-c {
  width: 75%;
  padding: 10px 50px;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-3 .s2-3-item .text-c {
    padding: 15px;
    width: 100%;
  }
}
.data-center-energy .section-2 .s2-3 .s2-3-item .text-c ul {
  margin: 0;
}
.data-center-energy .section-2 .s2-3 .s2-3-item .text-c li {
  position: relative;
  padding-left: 10px;
}
.data-center-energy .section-2 .s2-3 .s2-3-item .text-c li::before {
  content: '\2022';
  padding-right: 5px;
  position: absolute;
  left: 0;
  color: #b9b9b9;
}
.data-center-energy .section-2 .s2-3 .s2-3-item .pic-box {
  position: relative;
  width: 25%;
}
.data-center-energy .section-2 .s2-3 .s2-3-item .pic-box .pic {
  width: 100%;
}
.data-center-energy .section-2 .s2-3 .s2-3-item .pic-box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-shadow: 2px 2px 8px rgba(94, 94, 94, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  word-break:break-all;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-3 .s2-3-wrap {
    padding: 0;
  }
  .data-center-energy .section-2 .s2-3 .col-lg-6 .text-c {
    width: 65%;
  }
  .data-center-energy .section-2 .s2-3 .col-lg-6 .pic-box {
    width: 35%;
  }
  .data-center-energy .section-2 .s2-3 .col-lg-6:nth-child(odd) .s2-3-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
.data-center-energy .section-2 .s2-4 .pic-box {
  width: 100%;
}
.data-center-energy .section-2 .s2-4 .pic-box img.bg {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .pic-box img.bg {
    display: none;
  }
}
.data-center-energy .section-2 .s2-4 .pic-box .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .pic-box .swiper-wrapper {
    position: relative;
  }
}
.data-center-energy .section-2 .s2-4 .pic-box .swiper-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .pic-box .swiper-slide {
    position: relative;
  }
}
.data-center-energy .section-2 .s2-4 .pic-box .swiper-slide.show {
  opacity: 1;
  display: block;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .pic-box .swiper-slide {
    opacity: 1;
  }
}
.data-center-energy .section-2 .s2-4 .pic-box img.pic {
  width: 100%;
}
.data-center-energy .section-2 .s2-4 .pic-box video {
  width: 100%;
  height: 100%;
}
.data-center-energy .section-2 .s2-4 .link-box-title {
  margin-top: 15px;
}
.data-center-energy .section-2 .s2-4 .hover-link-box {
  flex-wrap: wrap;
}
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link {
  width: 50%;
  padding: 0 20px;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .hover-link-box .hover-link {
    width: 100%;
    padding: 0 15px;
  }
}
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link .arrow {
  opacity: 0;
}
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link .flex {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link .icon {
  border-radius: 100%;
  background-color: #898989;
  margin-right: 20px;
}
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link:hover .icon,
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link.active .icon {
  background-color: #c7000b;
}
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link:hover .arrow,
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link.active .arrow {
  opacity: 1;
}
.data-center-energy .section-2 .s2-4 .news-list-box {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .news-list-box {
    padding: 0 15px;
    margin-top: 20px;
  }
}
.data-center-energy .section-2 .s2-4 .news-list-box li {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding: 15px 0;
  padding-left: 70px;
}
.data-center-energy .section-2 .s2-4 .news-list-box li h4,
.data-center-energy .section-2 .s2-4 .news-list-box li p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.data-center-energy .section-2 .s2-4 .s2-4-wrap {
  padding: 0 5%;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .s2-4-wrap {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .s2-4-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .data-center-energy .section-2 .s2-4 .s2-4-re .col-lg-6:nth-child(1) {
    display: none;
  }
}
.data-center-energy .section-2 .s2-4 .hover-link-box {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link {
  width: 100%;
  padding: 15px;
  margin: 0;
}
.data-center-energy .section-2 .s2-4 .hover-link-box .hover-link:hover {
  box-shadow: 2px 2px 20px rgba(94, 94, 94, 0.18);
}
.data-center-energy .section-2 .s2-4 .pic-box {
  width: 100%;
  height: 100%;
}
.data-center-energy .section-2 .s2-4 .pic-box img.pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.data-center-energy .section-2 .s2-4 .pic-box .title {
  display: none;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .pic-box .title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
}
.data-center-energy .section-2 .s2-4 .news-list-box {
  margin: 0;
  padding: 15px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data-center-energy .section-2 .s2-4 .news-list-box li {
  width: calc(50% - 15px);
  float: left;
  padding: 15px;
}
@media (max-width: 991px) {
  .data-center-energy .section-2 .s2-4 .news-list-box li {
    width: 100%;
    padding: 15px 0;
  }
}
.data-center-energy .section-2 .s2-4 .news-list-box li h4 {
  background-image: url('/assets/image/1db67e28a6c760e7519dd8e47d885927d07fea5a76c31a2f5c51519c6a15140d.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .data-center-energy .section-4 .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.data-center-energy .section-4 .swiper-slide {
  /*padding: 20px;*/
  flex: 1 1 1px;
}
@media (max-width: 991px) {
  .data-center-energy .section-4 .swiper-slide {
    width: 33%;
  }
}
.data-center-energy .section-4 .swiper-slide .lights-item {
  display: block;
}
.data-center-energy .section-4 .swiper-slide .lights-item img {
  /*max-width: 100%;*/
}
.data-center-energy .section-4 .swiper-slide .lights-item .title {
  font-size: 1em;
}
.data-center-energy .section-4 .swiper-slide .lights-item:hover {
  box-shadow: 2px 2px 20px rgba(94, 94, 94, 0.18);
}
.data-center-energy .section-4 .swiper-slide .lights-item:hover .title {
  color: #c7000b;
}
.data-center-energy .section-4 .lights-item {
  padding-bottom: 10px;
}
.data-center-energy .tab-content1 {
  display: none;
}
.data-center-energy .tab-content1.active {
  display: block;
}
.data-center-energy-finance .section-2 .tab-box {
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.data-center-energy-finance .section-2 #tab-box-1 {
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.data-center-energy-finance .section-2 #tab-box-1 a {
  margin-bottom: 0;
  border: 0;
  overflow: hidden;
}
.data-center-energy-finance .section-2 #tab-box-1 a span {
  height: 100%;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.data-center-energy-finance .section-2 #tab-box-1 a span::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.data-center-energy-finance .section-2 #tab-box-1 a.active {
  color: #c7000b;
}
.data-center-energy-finance .section-2 #tab-box-1 a.active span::after {
  background-color: #c7000b;
}
@media (max-width: 991px) {
  .data-center-energy-finance .section-2 #tab-box-1 a {
    width: 33.3333%;
  }
}
.data-center-energy-gov .section-2 .s2-1 .row .content-item {
  padding: 15px;
}
@media (max-width: 991px) {
  .gr .banner .text-box h1 , .ro .banner .text-box h1 , .de .banner .text-box h1 , .es .banner .text-box h1 {
    text-align: center;
    font-size: 2em !important;
  }
}
/*# sourceMappingURL=./data-center-energy.css.map */

[lang='zh'] .data-center-energy .banner .text-box.text-center {
  line-height: 0;
}
[lang='zh'] .data-center-energy .banner .text-box .title {
    margin-bottom: 5px!important;
    font-size: 42px !important;
}
[lang='zh'] .data-center-energy .banner .text-box .text {
  font-size: 20px;
}
@media (max-width: 991px) {
  [lang='zh'] .data-center-energy .banner .text-box .title {
      font-size: .667rem !important;
      margin-bottom: 0.444rem!important;
      line-height: .917rem!important;
  }
  [lang='zh'] .data-center-energy .banner .text-box .text {
    font-size: .444rem;
    margin-top: -.667rem;
  }
  [lang='zh'] .data-center-energy .banner .text-box {
    padding: 0 .667rem;
  }
  [lang="hr"] .sub-nav .sub-nav-title a, [lang="hu"] .sub-nav .sub-nav-title a {
    font-size: 12px;
  }
}