﻿* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  font-family: arial;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.commom-header {
  color: #d90030;
  font-size: 42px;
  text-align: center;
}

/*======================无动画部分======================*/
.eg-content .commom-header {
  font-weight: bold;
  text-transform: uppercase;
}

.eg-content .nav-path .nav-path-content p.active {
  display: block;
}

.eg-content .nav-path {
  background-color: #1b1b1b;
}

.eg-content .nav-path .nav-path-content {
  padding-top: 10px;
  padding-bottom: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 5%;
}

.eg-content .nav-path a {
  color: #a4a4a4;
  font-size: 14px;
}

.eg-content .nav-path li {
  display: inline-block;
}

.eg-content .nav-path li + li:before {
  content: ">";
  color: #a4a4a4;
}

.eg-content .nav-path p,
.eg-content .nav-path ol a.active {
  color: white;
}

.eg-content .nav-path p {
  display: none;
  font-size: 24px;
  margin-top: 5px;
}

.eg-content .banner .banner-content {
  position: relative;
}

.eg-content .banner .banner-content > img {
  width: 100%;
}

.eg-content .banner .banner-content > div {
  position: absolute;
  background-color: #d70030;
  top: 19%;
  width: 49%;
  padding: 3% 0;
  padding-right: 4%;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
}

.eg-content .banner .banner-content > div p {
  width: 100%;
  color: white;
  text-align: right;
  line-height: 1em;
}

.eg-content .section-1 {
  background-color: #d5eeff;
}

.eg-content .section-1 .section-1-content {
  padding: 0 20%;
  margin: 0 auto;
}

.eg-content .section-1 .section-1-content .earth > img {
  width: 100%;
}

.eg-content .section-1 .section-1-content .earth {
  position: relative;
  padding: 60px 0;
}

.eg-content .section-1 .section-1-content .earth .earth-content {
  position: absolute;
  bottom: 8%;
  color: white;
  width: 100%;
  display: flex;
  /*add*/
  display: -ms-flexbox;
  display: -webkit-flex;
}

.eg-content .section-1 .section-1-content .earth .earth-content .leftdl,
.eg-content .section-1 .section-1-content .earth .earth-content .rightdl {
  display: inline-block;
  width: 50%;
}

.eg-content .section-1 .section-1-content .earth .earth-content .leftdl {
  border-right: 1px solid white;
  margin-right: -1px;
}

.eg-content .section-1 .section-1-content .earth .earth-content .leftdl dl {
  margin-right: 10%;
  float: right;
}

.eg-content .section-1 .section-1-content .earth .earth-content .rightdl dl {
  margin-left: 10%;
  float: left;
}

.eg-content .section-1 .section-1-content .earth .earth-content dt {
  font-size: 30px;
}

.eg-content .section-1 .section-1-content .earth .earth-content dd {
  font-size: 20px;
}


/*section-4*/

.eg-content .section-4 {
  background-image: url(../images/section-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.eg-content .section-4 .section-4-content {
  padding: 0 20% 80px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.eg-content .section-4 .section-4-content .commom-header {
  margin-bottom: 80px;
}

.eg-content .section-4 .section-4-content .section-4-img {
  margin-right: -5%;
}

.eg-content .section-4 .section-4-content .section-4-img > img {
  width: 100%;
  margin-bottom: 3%;
}

.eg-content .section-4 .section-4-content .section-4-describe {
  font-size: 24px;
  color: white;
  padding: 0 10%;
}

.eg-content .section-4 .section-4-content .section-4-describe span {
  white-space: nowrap;
}

.eg-content .section-5 {
  background-color: #b0052c;
  overflow: hidden;
}

.eg-content .section-5 .section-5-content {
  position: relative;
}

.eg-content .section-5 .section-5-content .section-5-left,
.eg-content .section-5 .section-5-content .section-5-right {
  display: inline-block;
  width: 50%;
}

.eg-content .section-5 .section-5-content .section-5-left > img {
  width: 100%;
  height: 100%;
}

.eg-content .section-5 .section-5-content .section-5-right {
  position: absolute;
  padding-top: 15%;
  top: 0;
  bottom: 0;
}

.eg-content .section-5 .section-5-content .section-5-right .commom-header {
  text-align: left;
  color: white;
  margin-bottom: 1.5em;
}

.eg-content .section-5 .section-5-content .section-5-right li {
  display: flex;
  font-size: 24px;
  line-height: 2em;
  align-items: center;
}

.eg-content .section-5 .section-5-content .section-5-right ul a {
  color: white;
  margin-left: 15px;
}

.eg-content .section-5 .section-5-content .section-5-right ul li:first-child > img {
  margin-right: 4px;
}


/*common title*/

.scene-container,
.cloud-intro {
  padding-top: 0;
}

.eg-content .section-1 .section-1-content p.commom-header,
.eg-content .stylish-design .commom-header,
.eg-content .roaming-wrap .commom-header,
.eg-content .section-4 .section-4-content p.commom-header,
.eg-content .cloud-intro div.commom-header,
.eg-content .scene .scene-container h3.commom-header {
  line-height: 1em;
  padding-top: 80px;
}

.roaming-intro .commom-header {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1250px) {
  .eg-content .section-4 .section-4-content .section-4-describe {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .eg-content .commom-header {
    font-size: 21px;
  }

  .eg-content .nav-path .nav-path-content {
    padding-left: 3.6%;
    padding-right: 3.6%;
    padding-top: 13px;
    padding-bottom: 17px;
  }

  .eg-content .nav-path a {
    font-size: 12px;
  }

  .eg-content .nav-path p {
    font-size: 18px;
  }

  .eg-content .banner .banner-content {
    overflow: hidden;
  }

  .eg-content .banner .banner-content > img {
    width: 116%;
    margin-left: -8%;
  }

  .eg-content .section-1 .section-1-content {
    padding: 0 3.2%;
  }

  .eg-content .section-1 .section-1-content .earth .earth-content dt {
    font-size: 18px;
  }

  .eg-content .section-1 .section-1-content .earth .earth-content dd {
    font-size: 15px;
  }

  .eg-content .section-1 .section-1-content .earth {
    margin-top: 30px;
  }

  .eg-content .section-4 .section-4-content {
    padding: 0 2% 20px;
  }

  .eg-content .section-4 .section-4-content .commom-header {
    margin-bottom: 50px;
  }

  .eg-content .section-4 .section-4-content .section-4-img {
    margin-right: -1%;
  }

  .eg-content .section-4 .section-4-content .section-4-describe {
    font-size: 18px;
    margin: 0;
    padding: 0 10%;
  }

  .eg-content .section-5 .section-5-content .section-5-left {
    width: 60%;
  }

  .eg-content .section-5 .section-5-content .section-5-left > img {
    width: 126%;
    margin-left: -26%;
  }

  .eg-content .section-5 .section-5-content .section-5-right {
    width: 40%;
    padding-top: 20%;
  }

  .eg-content .section-5 .section-5-content .section-5-right li {
    font-size: 18px;
  }

  .eg-content .section-5 .section-5-content .section-5-right li > img {
    width: 18px;
    height: 18px;
  }

  .eg-content .section-5 .section-5-content .section-5-right ul li:first-child > img {
    margin-right: 0;
  }

  .eg-content .section-5 .section-5-content .section-5-right ul a {
    margin-left: 12px;
  }

  .scene-container,
  .cloud-intro {
    padding-top: 0;
  }

  .eg-content .section-1 .section-1-content p.commom-header,
  .eg-content .stylish-design .commom-header,
  .eg-content .roaming-wrap .commom-header,
  .eg-content .section-4 .section-4-content p.commom-header,
  .eg-content .cloud-intro div.commom-header,
  .eg-content .scene .scene-container h3.commom-header {
    line-height: 1em;
    padding-top: 50px;
  }

  .roaming-intro .commom-header {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .eg-content .nav-path a {
    font-size: 12px;
  }

  .eg-content .nav-path p {
    font-size: 16px;
  }

  .eg-content .section-1 .section-1-content .earth .earth-content dt {
    font-size: 15px;
  }

  .eg-content .section-1 .section-1-content .earth .earth-content dd {
    font-size: 12px;
  }

  .eg-content .section-5 .section-5-content .section-5-right li {
    font-size: 15px;
  }

  .eg-content .section-5 .section-5-content .section-5-right li > img {
    width: 15px;
    height: 15px;
  }

  .scene-container,
  .cloud-intro {
    padding-top: 0;
  }

  .eg-content .section-1 .section-1-content p.commom-header,
  .eg-content .stylish-design .commom-header,
  .eg-content .roaming-wrap .commom-header,
  .eg-content .section-4 .section-4-content p.commom-header,
  .eg-content .cloud-intro div.commom-header,
  .eg-content .scene .scene-container h3.commom-header {
    line-height: 1em;
    padding-top: 25px;
  }

  .roaming-intro .commom-header {
    margin-bottom: 20px;
  }

  .eg-content .section-4 .section-4-content .commom-header {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 520px) {
  .eg-content .commom-header {
    font-size: 14px;
  }

  .eg-content .section-1 .section-1-content .earth .earth-content dt {
    font-size: 13px;
  }

  .eg-content .section-4 .section-4-content .section-4-describe {
    font-size: 12px;
  }

  .eg-content .section-5 .section-5-content .section-5-right li {
    font-size: 12px;
  }

  .eg-content .section-5 .section-5-content .section-5-right li > img {
    width: 12px;
    height: 12px;
  }

  .eg-content .section-5 .section-5-content .section-5-right ul a {
    margin-left: 8px;
  }
}

/*======================第三屏======================*/
.stylish-design > img {
  width: 100%;
  display: block;
}

.stylish-design .commom-header {
  background: #e4f1fe;
  padding: 20px;
}

.stylish-design .design-2 {
  background: #636f7f;
  color: #fff;
}

.stylish-design .design-3 {
  background: #fafbad;
}

.stylish-design img {
  width: 100%;
  height: 100%
}

.stylish-design .actions {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}

.stylish-design .actions a {
  padding: 15px 4%;
  display: inline-block;
  background-color: #d90030;
  color: #fff;
  font-size: 18px;
  z-index: 80;
  border-radius: 5px;
}

.my-swiper .swiper-slide img {
  width: 100%;
  position: relative;
  top: -1px;
}

.my-swiper .swiper-container {
  width: 100%;
}

.my-swiper .swiper-slide > div {
  width: 100%;
}

.my-swiper .swiper-pagination {
  z-index: 1000;
  bottom: 28.5% !important;
  left: 0;
}

.my-swiper .swiper-pagination > span {
  display: inline-block;
  opacity: 1;
  width: 25px;
  height: 25px;
  /*border-radius: 100%;*/
  margin: 0 26px !important;
  position: relative;
}

.my-swiper .swiper-pagination > span.swiper-pagination-bullet-active:before {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  clear: both;
  border-radius: 100%;
  top: -7px;
  left: -7px;
}

.my-swiper .swiper-pagination > span:first-child {
  background: #fff;
}

.my-swiper .swiper-pagination > span:first-child.swiper-pagination-bullet-active:before {
  border: 2px solid #fff;
}

.my-swiper .swiper-pagination > span:nth-child(2) {
  background: #000;
}

.my-swiper .swiper-pagination > span:nth-child(2).swiper-pagination-bullet-active:before {
  border: 2px solid #000;
}

.my-swiper .swiper-pagination > span:last-child {
  background: #ddb812;
}

.my-swiper .swiper-pagination > span:last-child.swiper-pagination-bullet-active:before {
  border: 2px solid #ddb812;
}

.light {
  display: none;
}

.active .gray {
  display: none;
}

.active .light {
  display: block;
}

/*======================第七屏======================*/
/*云 css*/

.cloud-intro {
  padding: 40px 10% 0;
  background: #f4f4f4;
}

.cloud-intro .default-move {
  width: 100%;
}

.cloud-move {
  position: relative;
}

.cloud-move img {
  width: 100%;
  transform: scale(0.9)
}

.move-title {
  position: absolute;
  left: 4%;
  top: 4%;
  width: 100%;
}

.move-title span {
  cursor: pointer;
  display: inline-block;
  width: 15%;
  padding: 3% 0;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  position: absolute;
  left: 0;
  text-indent: -999em;
}

.move-title span:last-child {
  position: absolute;
  right: 10%;
  left: auto;
}


/*show hide*/

.mobile-show {
  display: none;
}


/*适配*/

@media screen and (max-width: 1679px) {
  .stylish-design .actions a {
    padding: 10px 4%;
    font-size: 16px;
  }

  .my-swiper .swiper-pagination > span {
    width: 20px;
    height: 20px;
    margin: 0 1% !important;
  }

  .my-swiper .swiper-pagination > span.swiper-pagination-bullet-active:before {
    width: 28px;
    height: 28px;
    top: -6px;
    left: -6px;
  }

  .my-swiper .swiper-pagination {
    bottom: 23% !important;
  }
}

@media screen and (max-width: 1280px) {

  .my-swiper .swiper-pagination > span {
    width: 15px;
    height: 15px;
  }

  .my-swiper .swiper-pagination > span.swiper-pagination-bullet-active:before {
    width: 23px;
    height: 23px;
    top: -5px;
    left: -5px;
  }

  .my-swiper .swiper-pagination > span:first-child.swiper-pagination-bullet-active:before,
  .my-swiper .swiper-pagination > span:nth-child(2).swiper-pagination-bullet-active:before,
  .my-swiper .swiper-pagination > span:last-child.swiper-pagination-bullet-active:before {
    border-width: 1px;
  }

  .my-swiper .swiper-pagination {
    bottom: 27% !important;
  }

  .main-img .default p:last-child {
    margin-top: 12px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
  }

  .commom-header {
    font-size: 21px;
  }
}

@media screen and (max-width: 1024px) {
  .my-swiper .swiper-pagination > span {
    width: 12px;
    height: 12px;
  }

  .my-swiper .swiper-pagination > span.swiper-pagination-bullet-active:before {
    width: 18px;
    height: 18px;
    top: -4px;
    left: -4px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }

  .pc-show {
    display: none;
  }

  .stylish-design .actions {
    bottom: 6%;
  }

  .stylish-design .actions a {
    padding: 6px 4%;
    font-size: 14px;
  }

  .move-title {
    left: 0;
    top: 2%;
  }

  .move-title span {
    padding: 0;
  }

  .move-title span:focus {
    outline: #fff;
  }

  .move-title span:last-child {
    right: 1%;
  }

  .cloud-intro {
    padding: 20px 0 0;
  }

  .my-swiper .swiper-pagination > span {
    width: 10px;
    height: 10px;
    margin: 0 4% !important;
  }

  .my-swiper .swiper-pagination {
    bottom: 25% !important;
  }

  .my-swiper .swiper-pagination > span.swiper-pagination-bullet-active:before {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 550px) {
  .stylish-design .actions {
    bottom: 14%;
  }

  .stylish-design .actions a {
    padding: 4px 3%;
    font-size: 12px;
    border-radius: 2px;
  }
}


/*======================第四屏======================*/
.roaming-wrap {
  padding: 0 5% 0;
  background: #fff;
}

.roaming-wrap .commom-header {
  margin-bottom: 4%;
}

.roaming-wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.roaming-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.roaming-wrap .swiper-container {
  padding-bottom: 5%;
}

.roaming-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -22px;
  z-index: 100000;
  position: relative;
}

.roaming-wrap .swiper-pagination-bullet-active {
  background: #d90030;
}

.roaming-wrap .swiper-slide {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}

.roaming-topBox-1,
.roaming-topBox-2 {
  width: 100%;
  position: relative;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.roaming-topBox-1 .pic,
.roaming-topBox-2 .pic {
  height: 511px;
  position: relative;
  float: left;
}

.roaming-topBox-1 .pic {
  width: 50%;
}

.roaming-topBox-2 .pic {
  width: 33.33333%;
}

.roaming-topBox-1 .pic i,
.roaming-topBox-2 .pic i {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -45px;
  z-index: 10;
}

.icon-wifi {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: url(../images/icon-wifi-gray.png) no-repeat;
  background-size: 100%;
}

.icon-wifi.red {
  background: url(../images/icon-wifi-red.png) no-repeat;
}

.roaming-topBox-1 .pic-1 {
  background: url(../images/hotel-4.jpg) no-repeat scroll center;
  background-size: cover;
}

.roaming-topBox-1 .pic-2 {
  background: url(../images/hotel-5.jpg) no-repeat scroll center;
  background-size: cover;
}

.roaming-topBox-2 .pic-1 {
  background: url(../images/hotel-img-1.jpg) no-repeat scroll center;
  background-size: cover;
}

.roaming-topBox-2 .pic-2 {
  background: url(../images/hotel-img-2-gray.jpg) no-repeat scroll center;
  background-size: cover;
}

.roaming-topBox-2 .pic-3 {
  background: url(../images/hotel-img-3-gray.jpg) no-repeat scroll center;
  background-size: cover;
}

.roaming-topBox-2 .pic-2.highlight {
  background: url(../images/hotel-img-2.jpg) no-repeat scroll center;
  background-size: cover;
}

.roaming-topBox-2 .pic-3.highlight {
  background: url(../images/hotel-img-3.jpg) no-repeat scroll center;
  background-size: cover;
}

.roaming-btmBox {
  padding: 2% 0 3%;
  background-color: #d90030;
  text-align: center;
  color: #fff;
  width: 100%;

}

.roaming-1-box,
.roaming-2-box {
  display: inline-block;
}

.roaming-1-box .left {
  text-align: right;
  padding-top: 15px;
  float: left;
}

.roaming-1-box .right {
  text-align: left;
  padding-top: 15px;
  float: left;
}

.roaming-1-box .left i,
.roaming-1-box .right i {
  width: 20px;
  height: 14px;
  display: inline-block;
}

.roaming-1-box .left span,
.roaming-1-box .right span {
  font-size: 18px;
  white-space: nowrap;
  margin-top: 15px;
  display: block;
}

.roaming-1-box .left i {
  background: url(../images/icon-arrow-left.png) no-repeat;
  background-size: 100%;
}

.roaming-1-box .right i {
  background: url(../images/icon-arrow-right.png) no-repeat;
  background-size: 100%;
}

.roaming-1-box .b1,
.roaming-2-box .b1 {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.roaming-1-box .pimg {
  width: 90px;
  height: 110px;
  background: url(../images/p-img-1.png) no-repeat;
  background-size: 100%;
  margin: 0 8%;
  float: left;
}

.roaming-1-box .b2,
.roaming-2-box .b2 {
  font-size: 24px;
  padding-top: 4%;
  font-weight: 700;
  white-space: nowrap;
  display: block;
}

.roaming-2-box .line {
  width: 70%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 1%;
  top: 50%;
}

.roaming-2-box .b1-right .line {
  right: auto;
  left: 1%;
}

.roaming-2-box .iconbox {
  position: relative;
  float: left;
  padding: 0 2%;
  top: 10%;
}

.roaming-2-box .iconbox.mb {
  padding: 0 2% 0 6%;
}

.roaming-2-box .b1-right .iconbox {
  float: right;
}

.roaming-2-box .iconbox span {
  font-size: 16px;
  display: block;
  white-space: nowrap;
}

.roaming-2-box .iconbox i {
  display: inline-block;
}

.roaming-2-box .lb i.icon {
  width: 55px;
  height: 55px;
  background: url(../images/icon-1.png) no-repeat;
  background-size: 100%;
}

.roaming-2-box .b1 {
  position: relative;
}

.roaming-2-box .mb i.icon {
  width: 59px;
  height: 53px;
  background: url(../images/icon-3.png) no-repeat;
  background-size: 100%;
}

.roaming-2-box .rb i.icon {
  width: 66px;
  height: 48px;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 100%;
}

.roaming-2-box .b2 {
  padding-top: 2%;
}

.roaming-2-box .b2 .t1 {
  margin-bottom: 5px;
}

.roaming-2-box .b2 .t2 {
  font-size: 16px;
  font-weight: 500;
}

.standman {
  width: 81px;
  height: 61px;
  background: url(../images/standman.png) no-repeat;
  position: absolute;
  /*left: 12%;
  top: 50%;
  margin-top: -30px;*/
  /*opacity: 0;*/
}

.roaming-2-box .iconbox .standman {
  right: -15px;
  top: 0;
}

.roaming-2-box .b1-left div.standman {
  right: -14%;
  top: 10%;
  display: none;
}

.roaming-2-box .b1-right div.standman {
  right: 14%;
  top: 10%;
  display: none;
}

.roaming-2-box .b1-left,
.roaming-2-box .b1-right {
  position: relative;
  width: 650px;
  float: left;
}

.runman {
  width: 78px;
  height: 62px;
  background: url(../images/runman.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: none;
}

.roaming-2-box .b1-left .runman {
  left: 10%;
}

.roaming-2-box .b1-right .runman {
  left: -10%;
}

.roaming-2-box .b1-left div.standman.animate3,
.roaming-2-box .b1-right div.standman.animate3 {
  display: inline-block;
}

.standman.animate3 {
  animation: animate3 1s steps(4) infinite;
  -webkit-animation: animate3 1s steps(4) infinite;
  -moz-animation: animate3 1s steps(4) infinite;
}

.roaming-2-box .b1-left .runman.animate {
  animation: animate 2s steps(8) 1;
  -webkit-animation: animate 2s steps(8) 1;
  -moz-animation: animate 2s steps(8) 1;
  display: inline-block;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

.roaming-2-box .b1-right .runman.animate2 {
  animation: animate2 2s steps(8) 1;
  -webkit-animation: animate2 2s steps(8) 1;
  -moz-animation: animate2 2s steps(8) 1;
  display: inline-block;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes animate {
  to {
    background-position: -651px;
  }
}


@-webkit-keyframes animate {
  to {
    background-position: -651px;
  }
}

@keyframes animate2 {
  to {
    background-position: -651px;
  }
}

@-webkit-keyframes animate2 {
  to {
    background-position: -651px;
  }
}

@keyframes animate3 {
  to {
    background-position: -324px;
  }
}

@-webkit-keyframes animate3 {
  to {
    background-position: -324px;
  }
}

@media (max-width: 1700px) {
  .roaming-2-box .b1-left, .roaming-2-box .b1-right {
    width: 500px;
  }
}

@media (max-width: 1280px) {
  .roaming-topBox-1 .pic, .roaming-topBox-2 .pic {
    height: 380px;
  }

  .roaming-2-box .b1-left, .roaming-2-box .b1-right {
    width: 400px;
  }

  .roaming-topBox-1 .pic i, .roaming-topBox-2 .pic i {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    right: -35px;
    background-size: cover;
  }

  .roaming-1-box .pimg {
    width: 70px;
    height: 85px;
  }

  .roaming-1-box .b2, .roaming-2-box .b2 {
    font-size: 20px;
  }

  .roaming-1-box .left span, .roaming-1-box .right span {
    margin-top: 10px;
    font-size: 16px;
  }

  .roaming-2-box .lb i.icon {
    width: 45px;
    height: 45px;
  }

  .roaming-2-box .mb i.icon {
    width: 49px;
    height: 43px;
  }

  .roaming-2-box .rb i.icon {
    width: 56px;
    height: 38px;
  }

  .roaming-2-box .iconbox span {
    font-size: 14px;
  }

  .roaming-2-box .line {
    width: 64%;
  }

  .roaming-2-box .iconbox,
  .roaming-2-box .b1-left div.standman,
  .roaming-2-box .b1-right div.standman {
    top: 6px;
  }

  .standman {
    width: 70px;
    height: 53px;
    background: url(../images/standman2.png) no-repeat;
  }

  @keyframes animate3 {
    to {
      background-position: -280px;
    }
  }
  @-webkit-keyframes animate3 {
    to {
      background-position: -280px;
    }
  }
  .runman {
    width: 66px;
    height: 51px;
    margin-top: -25px;
    background: url(../images/runman2.png) no-repeat;
  }

  @keyframes animate {
    to {
      background-position: -550px;
    }
  }
  @-webkit-keyframes animate {
    to {
      background-position: -550px;
    }
  }
  @keyframes animate2 {
    to {
      background-position: -550px;
    }
  }
  @-webkit-keyframes animate2 {
    to {
      background-position: -550px;
    }
  }
}

@media (max-width: 1024px) {
  /*.roaming-1-box .pimg {
      width: 55px;
      height: 66px;
  }*/
  .roaming-topBox-1 .pic, .roaming-topBox-2 .pic {
    height: 240px;
  }

  .roaming-1-box .left span, .roaming-1-box .right span {
    font-size: 14px;
    margin-top: 5px;
  }

  .roaming-2-box .b1-left, .roaming-2-box .b1-right {
    width: 310px;
  }

  .roaming-2-box .lb i.icon {
    width: 35px;
    height: 35px;
  }

  .roaming-2-box .mb i.icon {
    width: 37px;
    height: 33px;
  }

  .roaming-2-box .rb i.icon {
    width: 42px;
    height: 28px;
  }

  .roaming-1-box .left i,
  .roaming-1-box .right i {
    width: 14px;
    height: 10px;
  }

  .roaming-1-box .b2, .roaming-2-box .b2 {
    padding-top: 2%;
  }

  .roaming-topBox-1 .pic i, .roaming-topBox-2 .pic i {
    width: 55px;
    height: 55px;
    margin-top: -27px;
    right: -27px;
  }

  .roaming-topBox-1 .pic, .roaming-topBox-2 .pic {
    height: 320px;
  }

  .roaming-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -20px;
  }

  .roaming-1-box .b2, .roaming-2-box .b2 {
    font-size: 18px;
  }

  .roaming-2-box .lb i.icon {
    margin-left: -10%;
  }

  .roaming-2-box .iconbox .standman {
    right: 12px;
  }

  .roaming-2-box .b1-right div.standman {
    right: 18%;
  }

  .roaming-wrap .swiper-container {
    padding-bottom: 6%;
  }

  .standman {
    width: 50px;
    height: 38px;
    background: url(../images/standman3.png) no-repeat;
  }

  @keyframes animate3 {
    to {
      background-position: -200px;
    }
  }
  @-webkit-keyframes animate3 {
    to {
      background-position: -200px;
    }
  }
  .runman {
    width: 53px;
    height: 41px;
    margin-top: -22px;
    background: url(../images/runman3.png) no-repeat;
  }

  @keyframes animate {
    to {
      background-position: -440px;
    }
  }
  @-webkit-keyframes animate {
    to {
      background-position: -440px;
    }
  }
  @keyframes animate2 {
    to {
      background-position: -440px;
    }
  }
  @-webkit-keyframes animate2 {
    to {
      background-position: -440px;
    }
  }

}

@media (max-width: 820px) {
  .roaming-1-box, .roaming-2-box {
    width: 94%;
  }

  .roaming-2-box .b1-left, .roaming-2-box .b1-right {
    width: 38%;
  }

  .roaming-topBox-1 .pic, .roaming-topBox-2 .pic {
    height: 210px;
  }

  .roaming-1-box .pimg {
    width: 50px;
    height: 60px;
    margin: 0 4%;
  }

  .roaming-1-box .left,
  .roaming-1-box .right {
    padding-top: 0;
  }

  .roaming-1-box .left span, .roaming-1-box .right span {
    margin: 0;
  }

  .roaming-1-box .b2, .roaming-2-box .b2 {
    padding-top: 5px;
  }

  .roaming-topBox-1 .pic i, .roaming-topBox-2 .pic i {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    right: -20px;
  }

  .roaming-2-box .b2 {
    margin: 0;
  }

  .roaming-2-box .b1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .roaming-2-box .lb i.icon {
    width: 28px;
    height: 28px;
  }

  .roaming-2-box .mb i.icon {
    width: 31px;
    height: 28px;
  }

  .roaming-2-box .rb i.icon {
    width: 35px;
    height: 26px;
  }

  .roaming-2-box .b2 .t2 {
    font-size: 14px;
  }

  .roaming-1-box .b2, .roaming-2-box .b2 {
    font-size: 16px;
    white-space: normal;
  }

  .roaming-2-box .iconbox, .roaming-2-box .b1-left div.standman, .roaming-2-box .b1-right div.standman {
    top: 12px;
  }

  .roaming-2-box .lb i.icon {
    margin-left: -45%;
  }

  .roaming-2-box .iconbox .standman {
    right: 34%;
  }

  .roaming-1-box {
    padding: 2% 0 2%;
  }

  .standman {
    width: 40px;
    height: 30px;
    background: url(../images/standman4.png) no-repeat;
  }

  @keyframes animate3 {
    to {
      background-position: -160px;
    }
  }
  @-webkit-keyframes animate3 {
    to {
      background-position: -160px;
    }
  }
  .runman {
    width: 39px;
    height: 30px;
    margin-top: -15px;
    background: url(../images/runman4.png) no-repeat;
  }

  @keyframes animate {
    to {
      background-position: -322px;
    }
  }
  @-webkit-keyframes animate {
    to {
      background-position: -322px;
    }
  }
  @keyframes animate2 {
    to {
      background-position: -322px;
    }
  }
  @-webkit-keyframes animate2 {
    to {
      background-position: -322px;
    }
  }
}

@media (max-width: 650px) {
  .roaming-2-box .b1-left .iconbox {
    text-align: left;
  }

  .roaming-2-box .lb i.icon {
    margin: 0;
  }

  .roaming-2-box .iconbox .standman {
    right: 45%;
  }

  .roaming-2-box .b1-left {
    width: 35%;
  }

  .roaming-2-box .b1-right {
    width: 40%;
  }
}

@media (max-width: 550px) {
  .roaming-wrap {
    padding-bottom: 8%;
  }

  .roaming-topBox-1 .pic, .roaming-topBox-2 .pic {
    height: 180px;
  }

  /*.roaming-1-box{
      padding: 2% 0 3%;
  }*/
  .roaming-2-box .lb i.icon {
    width: 22px;
    height: 22px;
  }

  .roaming-2-box .mb i.icon {
    width: 24px;
    height: 22px;
  }

  .roaming-2-box .rb i.icon {
    width: 30px;
    height: 22px;
  }

  .roaming-1-box .b2, .roaming-2-box .b2 {
    font-size: 14px;
  }

  .roaming-2-box .iconbox span {
    font-size: 12px;
  }

  .roaming-2-box .iconbox .standman {
    top: 0;
  }

  .roaming-2-box .iconbox, .roaming-2-box .b1-left div.standman, .roaming-2-box .b1-right div.standman {
    top: 8px;
  }

  .roaming-1-box, .roaming-2-box {
    width: 100%;
  }

  .roaming-1-box .left span, .roaming-1-box .right span {
    font-size: 12px;
  }

  .roaming-2-box .b1-left div.standman {
    right: -22%;
  }

  .roaming-2-box .b1-right .line {
    left: -3%;
  }

  .roaming-2-box .line {
    width: 60%;
  }

  .roaming-2-box .b1-right div.standman {
    right: 23%;
  }

  .roaming-2-box .b2 .t2 {
    font-size: 12px;
  }

  .standman {
    width: 35px;
    height: 26px;
    background: url(../images/standman5.png) no-repeat;
  }

  @keyframes animate3 {
    to {
      background-position: -140px;
    }
  }
  @-webkit-keyframes animate3 {
    to {
      background-position: -140px;
    }
  }
}

@media (max-width: 450px) {
  .roaming-topBox-1 .pic, .roaming-topBox-2 .pic {
    height: 150px;
  }

  .roaming-topBox-1 .pic i, .roaming-topBox-2 .pic i {
    width: 35px;
    height: 35px;
    margin-top: -17px;
    right: -17px;
  }
}

@media (min-width: 0\0
) {
  .roaming-1-box {
    text-align: center;
  }

  .roaming-1-box .b1 {
    width: 340px;
    display: inline-block;
  }

  .roaming-2-box {
    width: 80%;
  }

  .roaming-2-box .b1-left, .roaming-2-box .b1-right {
    width: 40%;
  }

  .roaming-2-box .iconbox {
    top: 20px;
  }
}

/*======================第八屏======================*/

@keyframes show-tab {
  to {
    background-color: rgba(42, 52, 72, 0.8);
  }
}

@keyframes show-tip {
  to {
    opacity: 0.9;
  }
}

@keyframes ripple-small {
  to {
    /*opacity: 1;*/
    border: 1px solid #ffffff;
  }
}

@keyframes ripple-middle {
  30% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes ripple-big {
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.6
  }
  100% {
    opacity: 0.6;
  }
}

.scene {
  background: url("../images/background-scene.jpg") center top no-repeat;

}

.scene-container {
  max-width: 1400px;
  padding: 3% 0 0;
  margin: 0 auto;
  text-align: center;
}

.scene h3 {
  color: #d00027;
  /*font-size: 42px;*/
  text-align: center;
  margin-bottom: 2%;
  text-transform: uppercase;
}

.scene .intro {
  font-size: 16px;
  color: #333333;
  /*line-height: 24px;*/
  line-height: 30px;
  margin-bottom: 50px;
  padding: 0 10%;
}

.scene-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.scene-tabs {
  max-width: 450px;
  width: 450px;
  position: relative;
  flex-grow: 1;
}

.scene-items {
  max-width: 480px;
  padding-bottom: 50px;
  flex-grow: 1;
  padding-right: 10px;
}

.tab-content {
  display: none;
  opacity: 0.3;
  position: relative;
}

.tab-content:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(42, 52, 72, 0);
  opacity: 0.5;
}

.tab-content > img {
  width: 100%;
  height: auto;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.tab-content.active:after {
  animation: show-tab 3s forwards;
  -webkit-animation: show-tab 3s forwards;
}

.sub-hotel-item {
  margin-left: -274px;
  height: 528px;
  display: none;
}

.sub-hotel-item.active {
  display: block;
}

.sub-hotel-item > img {
  height: 100%;
  width: auto;
}

.tab-item {
  position: absolute;
  right: 0;
  top: 145px;
}

.tab-item li {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: left;
  background: #333333;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
}

.tab-item li + li {
  margin-top: 87px;
}

.tab-item li:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #333333 transparent;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tab-item img {
  width: 26px;
  height: auto;
  margin-right: 15px;
}

.tab-item li:first-child img {
  width: 34px;
}

.tab-item li:last-child img {
  width: 30px;
}

.tab-item li.active {
  background: #d00027;
}

.tab-item li.active:before {
  border-color: transparent #d00027 transparent;
}

.tip {
  position: absolute;
  background: #ffffff;
  padding: 26px 22px;
  line-height: 24px;
  border-radius: 3px;
  z-index: 99;
  opacity: 0;
  justify-content: left;
}
.tip>.list-item{
  margin-bottom: 10px;
}
.tip>.list-item:last-child{
  margin-bottom: 0;
}
.tip>.list-item>div{
  float: left;
}
.tip>.list-item > img {
  width: 70px;
  height: auto;
}
.tip>.list-item > a{
  float: left;
  text-align: left;
}
.tip-content {
  padding-left: 22px;
  text-align: left;
  line-height: 24px;
}

.tip-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  float: none;
}

.tip-content p {
  float: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px!important;
}
.tip-content span {
  font-size: 14px;
  color: #D00027;
}
.tip:before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  bottom: -16px;
}
.tab-content:nth-child(1) .tip {
  top: -122px;
  left: 110px;
}
.tab-content:nth-child(2) .tip {
  top: -115px;
  left: 50px;
}

.tab-content:nth-child(3) .tip {
  left: 54px;
  top: -78px;
}

.tab-content:nth-child(1) .tip:before {
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #ffffff;
  border-bottom: 8px solid transparent;
  bottom: 86px;
  left: -16px;
}

.tab-content:nth-child(2) .tip:before {
  left: 220px;
}

.tab-content:nth-child(3) .tip:before {
  left: 279px;
}

.tab-content.active .tip {
  animation: show-tip 3s 1s forwards;
  -webkit-animation: show-tip 3s 1s forwards;
  z-index: 90;
}

.ripple {
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9;
  padding: 6px 2px;
}

.tab-content:nth-child(1) .ripple {
  top: 51px;
  left: 57px;
  width: 36px;
  transform: rotateX(-30deg);
  -ms-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  -webkit-transform: rotateY(-30deg);
  -o-transform: rotateY(-30deg);
}

.tab-content:nth-child(2) .ripple {
  top: 35px;
  left: 265px;
  width: 25px;
  transform: rotateX(60deg);
  -ms-transform: rotateX(60deg);
  -moz-transform: rotateX(60deg);
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
}

.tab-content:nth-child(3) .ripple {
  left: 329px;
  top: 80px;
  width: 24px;
}

.ripple > img {
  width: 80%;
  height: auto;
}

.ripple:before {
  display: block;
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
}

.ripple:after {
  display: block;
  position: absolute;
  content: "";
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
}

.tab-content.active .ripple {
  animation: ripple-small 1s forwards;
  -webkit-animation: ripple-small 1s forwards;
}

.tab-content.active .ripple:before {
  animation: ripple-middle 1s ease-in infinite;
  -webkit-animation: ripple-middle 1s ease-in infinite;
}

.tab-content.active .ripple:after {
  animation: ripple-big 1s ease-in infinite;
  -webkit-animation: ripple-big 1s ease-in infinite;
}

/*
	2019.0819 add
*/
.big-title {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
  letter-spacing: 0px;
}

.title-red {
  color: #d20032;
}

.title-padding3 {
  padding: 35px 0 10px 0;
}

@media (max-width: 1350px) {

}

@media only screen and (max-width: 1222px) {

}

@media only screen and (max-width: 768px) {




}

@media only screen and (max-width: 360px) {


}

@media only screen and (min-width: 993px) and (max-width: 1280px) {
  .scene h3 {
    font-size: 21px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .scene h3 {
    font-size: 36px;
  }

  .scene .intro {
    font-size: 16px;
    line-height: 24px;
  }

  .sub-hotel-item {
    height: 400px;
  }

  .tab-item {
    top: 114px;
  }

  .tab-item li {
    height: 40px;
    line-height: 40px;
  }

  .tab-item li + li {
    margin-top: 58px;
  }

  .scene-items {
    max-width: 344px;
  }

  .scene-tabs {
    max-width: 363px;
    width: 363px;
  }

  .tip {
    padding: 15px 30px;
  }

  .tab-content:nth-child(1) .tip {
    top: -64px;
    left: 15px;
  }

  .tab-content:nth-child(2) .tip {
    top: -67px;
    left: 46px;
  }

  .tab-content:nth-child(3) .tip {
    left: 36px;
    top: -27px;
  }

  .tab-content:nth-child(1) .tip:before {
    left: 53px;
  }

  .tab-content:nth-child(2) .tip:before {
    left: 144px;
  }

  .tab-content:nth-child(3) .tip:before {
    left: 203px;
  }

  .tip > img {
    width: 55px;
  }

  .tip-content h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .tip-content p {
    font-size: 12px;
  }

  .tab-content:nth-child(2) .ripple {
    width: 30px;
    top: 34px;
    left: 41px;
  }

  .tab-content:nth-child(2) .ripple {
    top: 24px;
    left: 184px;
  }

  .tab-content:nth-child(3) .ripple {
    left: 233px;
    top: 74px;
  }
}

@media (max-width: 767px) {
  .scene h3 {
    font-size: 28px;
  }

  .scene .intro {
    margin-bottom: 75px;
    font-size: 14px;
    line-height: 20px;
  }

  .scene-tabs {
    max-width: 45%;
  }

  .sub-hotel-item {
    height: 200px;
    margin-left: -88px;
  }

  .tab-item {
    top: 38px;
    right: 25px;
  }

  .tab-item li {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
  }

  .tab-item li:before {
    border-width: 6px 8px 6px 0;
    left: -15px;
  }

  .tab-item img {
    width: 20px;
    margin-right: 0;
  }

  .tab-item li:first-child img {
    width: 24px;
  }

  .tab-item li:last-child img {
    width: 20px;
  }

  .tab-text {
    display: none;
  }

  .tab-item li + li {
    margin-top: 20px;
    text-align: center;
  }

  .scene-items {
    max-width: 200px;
    padding-bottom: 18px;
  }

  .tip {
    padding: 10px 15px;
  }

  .tab-content:nth-child(1) .tip {
    top: -85px;
    left: 12px;
  }

  .tab-content:nth-child(2) .tip {
    top: -60px;
    left: 39px;
  }

  .tab-content:nth-child(3) .tip {
    left: 0px;
    top: -47px;
  }

  .tip > img {
    display: none;
  }

  .tip-content {
    padding-left: 0;
  }

  .tip-content h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .tab-content:nth-child(1) .tip:before {
    left: 14px;
  }

  .tab-content:nth-child(2) .tip:before {
    left: 70px;
  }

  .tab-content:nth-child(3) .tip:before {
    left: 137px;
  }

  .tab-content p {
    font-size: 12px;
  }

  .tab-content:nth-child(1) .ripple {
    width: 15px;
    top: 19px;
    left: 24px;
  }

  .tab-content:nth-child(2) .ripple {
    top: 14px;
    left: 108px;
    width: 14px;
  }

  .tab-content:nth-child(3) .ripple {
    left: 136px;
    top: 36px;
    width: 13px;
  }
}

/*add*/
@media only screen and (max-width: 520px ) {
  .scene h3 {
    font-size: 14px;
  }

  .scene .intro {
    font-size: 12px;
    line-height: 16px;
  }

  .tip-content h4 {
    font-size: 13px;
  }
}

@media (min-width: 0\0 ) {
  .scene-body {
    display: block;
  }
.network-management{
  float: left;
  margin-right: 5%;
  margin-top: 17%;
}
  .scene-tabs {
    float: left;
  }

  .scene-items {
    float: right;
    padding-top: 10%;
  }
  .tab-content:nth-child(2) .tip{
    top: -124px;
    left: 50px;
  }
  .tab-content:nth-child(3) .tip{
    top: -86px;
    left: 53px;
  }
}
