.swiper {
  width: 100%;
  height: 800px;
}

.swiper .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper .carousel-fade .carousel-inner .item,
.swiper .carousel-fade .carousel-inner .active.left,
.swiper .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.swiper .carousel-fade .carousel-inner .active,
.swiper .carousel-fade .carousel-inner .next.left,
.swiper .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.swiper .carousel-fade .carousel-inner .next,
.swiper .carousel-fade .carousel-inner .prev,
.swiper .carousel-fade .carousel-inner .active.left,
.swiper .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper .carousel-fade .carousel-control {
  z-index: 2;
}

.swiper .item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.swiper .item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-tips {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-tips div {
  font-size: 60px;
  color: #fff;
}

.swiper-tips .swiper-tips-button {
  color: #fff;
  margin: 80px auto 0 auto;
  font-size: 32px;
  width: 290px;
  height: 70px;
  line-height: 70px;
  background: #00acef;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}

.swiper-tips .swiper-tips-button:hover {
  background-color: #007fb0;
}

.swiper .glyphicon-chevron-left {
  background: url("../images/icon_arrow_left.png") no-repeat;
  background-size: 100% 100%;
}

.swiper .glyphicon-chevron-left::before {
  display: none;
}

.swiper .glyphicon-chevron-right {
  background: url("../images/icon_arrow_right.png") no-repeat;
  background-size: 100% 100%;
}

.swiper .glyphicon-chevron-right::before {
  display: none;
}

.xs-swiper {
  display: none;
}

.secondary {
  position: relative;
  height: 260px;
}

.secondary-nav {
  position: absolute;
  left: 50%;
  top: -40px;
  height: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: white;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(174, 174, 174, 0.3);
          box-shadow: 0px 12px 24px 0px rgba(174, 174, 174, 0.3);
  z-index: 2;
}

.secondary-nav-item {
  cursor: pointer;
  height: 100%;
  position: relative;
}

.secondary-nav-item:hover .secondary-nav-item-img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.secondary-nav-item:last-child::after {
  display: none;
}

.secondary-nav-item::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 100px;
  background: lightgray;
}

.secondary-nav-item-img {
  position: relative;
  margin: 47px auto 0 auto;
  width: 60px;
  height: 60px;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.secondary-nav-item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.secondary-nav-item-title {
  margin: 20px auto;
  font-size: 22px;
  color: #585858;
}

.secondary-nav-item-text {
  display: -webkit-box;
  margin: 0 auto;
  max-height: 50px;
  font-size: 14px;
  color: #585858;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service-plan .viewsMore {
  margin: 80px 0 0 0 !important;
}

.service-plan-title {
  margin-top: 50px;
  text-align: center;
}

.service-plan-title h2 {
  font-size: 56px;
  color: #585858;
}

.service-plan-title p {
  font-size: 20px;
  color: #585858;
}

.service-plan-select {
  margin: 40px auto 100px auto;
}

.service-plan-select img {
  height: auto !important;
}

.service-plan-select-item {
  position: relative;
  margin: 10px auto !important;
  width: 555px;
  height: 100%;
  overflow: hidden;
}

.service-plan-select-item-img {
  width: 100%;
  height: 100%;
}

.service-plan-select-item:hover .service-plan-select-item-mask {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.service-plan-select-item-mask {
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
  left: 0;
  bottom: -70%;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  padding: 0 30px;
}

.service-plan-select-item-mask:hover {
  color: #fff;
}

.service-plan-select-item-mask .more {
  margin-top: 80px;
  width: 170px;
  height: 40px;
}

.service-plan-select-item-mask p {
  font-size: 20px;
}

.service-plan-select-item-mask h3 {
  margin-top: 55px;
  font-size: 34px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  padding: 100px 0;
  background-color: #f3f3f3;
}

.news-title {
  text-align: center;
  color: #585858;
}

.news-title h2 {
  font-size: 56px;
}

.news-title p {
  font-size: 20px;
}

.news-list {
  margin: 69px auto 0 auto;
}

.news-list-item {
  position: relative;
  margin: 20px 0;
  background-color: #f3f3f3;
  height: 420px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  cursor: pointer;
}

.news-list-item > a {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #E4E4E4;
}

.news-list-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list-item:hover > a {
  -webkit-box-shadow: 0 1px 20px 0 rgba(38, 50, 57, 0.2);
          box-shadow: 0 1px 20px 0 rgba(38, 50, 57, 0.2);
}

.news-list-item:hover .news-list-item-text {
  color: #fff;
}

.news-list-item:hover .news-list-item-mask {
  background-color: rgba(0, 0, 0, 0.8);
}

.news-list-item:hover .news-list-item-button {
  border: 1px solid #FBDA00;
  color: #FBDA00;
}

.news-list-item:hover .news-list-item-article {
  height: auto;
}

.news-list-item-img {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.news-list-item-mask {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  padding: 0 26px 25px 26px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.news-list-item-article {
  display: -webkit-box;
  height: 0;
  max-height: 70px;
  font-size: 16px;
  color: #B1B1B1;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list-item-text {
  margin-top: 10px;
  font-size: 20px;
  color: #585858;
  text-align: center;
  max-height: 50px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-list-item-button {
  margin: 15px auto 0 auto;
  text-align: center;
  width: 130px;
  height: 36px;
  line-height: 36px;
  color: #00acef;
  border: 1px solid #00acef;
}

.viewsMore {
  position: relative;
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  cursor: pointer;
  background-color: #00acef;
}

.viewsMore:hover {
  background-color: #007fb0;
}

.viewsMore::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/Indication.png") no-repeat;
  background-size: 100% 100%;
}

.viewsMore a:hover {
  color: #fff;
}

@media (max-width: 1230px) {
  .service-plan-select-item {
    width: 420px;
  }
  .service-plan-select-item-mask .more {
    margin-top: 15px;
  }
  .service-plan-select-item-mask h3 {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .secondary {
    width: 100%;
    height: auto;
  }
  .secondary .row {
    margin: 0;
  }
  .secondary-nav {
    position: relative;
    top: 0;
    width: 100%;
  }
  .secondary-nav-item::after {
    display: none;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  .service-plan-select > div {
    float: left;
    width: 50%;
  }
  .news-list-item {
    float: left;
    width: 50%;
  }
  .news-list-item h3 {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .service-plan-select {
    margin: 0;
  }
  .service-plan-select > div {
    margin: 10px 0;
  }
  .service-plan-select-item {
    width: 100%;
  }
  .secondary-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 767px) {
  .swiper .item > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .views {
    padding: 48px 0 0 0;
  }
  .news {
    padding: 0;
    background-color: #fff;
  }
  .news-list {
    margin: 0;
  }
  .news-list-item {
    margin: 10px auto;
    float: none;
    width: 90% !important;
  }
  .service-plan-select-item-mask h3 {
    font-size: 18px;
  }
  .service-plan-select-item-mask p {
    font-size: 14px;
  }
  .service-plan-select-item-mask .more {
    margin-top: 30px;
  }
  .secondary-nav-item-title {
    font-size: 16px;
  }
  .service-plan-title,
  .news-title {
    padding: 10px 0;
  }
  .service-plan-title h2,
  .news-title h2 {
    margin: 5px 0;
    font-size: 26px;
  }
  .service-plan-title p,
  .news-title p {
    font-size: 16px;
  }
  .news-list-item-text {
    font-size: 16px;
  }
  .service-plan-select-item {
    margin: 10px auto;
    width: 90%;
  }
  .navbar-toggle {
    border: none;
  }
  .secondary-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .swiper {
    height: 420px;
  }
  .swiper-tips div {
    font-size: 26px;
  }
  .swiper-tips .swiper-tips-button {
    width: 110px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }
}
/*# sourceMappingURL=index.css.map */