﻿/*fonts*/
/*中文*/
/*@font-face {
  font-family: 'fzlt-bold';
  src: url('../Assets/fonts/FZLTCHJW.eot');
  src: url('../Assets/fonts/FZLTCHJW.eot?') format('embedded-opentype'),  url('../Assets/fonts/FZLTCHJW.woff') format('woff'),  url('../Assets/fonts/FZLTCHJW.ttf') format('truetype'),  url('../Assets/fonts/FZLTCHJW.svg') format('svg');
}

@font-face {
  font-family: 'fzlt-regular';
  src: url('../Assets/fonts/FZLTHJW.eot');
  src: url('../Assets/fonts/FZLTHJW.eot?') format('embedded-opentype'),  url('../Assets/fonts/FZLTHJW.woff') format('woff'),  url('../Assets/fonts/FZLTHJW.ttf') format('truetype'),  url('../Assets/fonts/FZLTHJW.svg') format('svg');
}

@font-face {
  font-family: 'fzlt-light';
  src: url('../Assets/fonts/FZLTXIHJW.eot');
  src: url('../Assets/fonts/FZLTXIHJW.eot?') format('embedded-opentype'),  url('../Assets/fonts/FZLTXIHJW.woff') format('woff'),  url('../Assets/fonts/FZLTXIHJW.ttf') format('truetype'),  url('../Assets/fonts/FZLTXIHJW.svg') format('svg');

}*/

/*英文*/
@font-face {
  font-family: 'hw-bold';
  src: url('../Assets/fonts/HuaweiSans-Bold.eot');
  src: url('../Assets/fonts/HuaweiSans-Bold.eot?') format('embedded-opentype'),  url('../Assets/fonts/HuaweiSans-Bold.woff') format('woff'),  url('../Assets/fonts/HuaweiSans-Bold.ttf') format('truetype'),  url('../Assets/fonts/HuaweiSans-Bold.svg') format('svg');
}

@font-face {
  font-family: 'hw-regular';
  src: url('../Assets/fonts/HuaweiSans-Regular.eot');
  src: url('../Assets/fonts/HuaweiSans-Regular.eot?') format('embedded-opentype'),  url('../Assets/fonts/HuaweiSans-Regular.woff') format('woff'),  url('../Assets/fonts/HuaweiSans-Regular.ttf') format('truetype'),  url('../Assets/fonts/HuaweiSans-Regular.svg') format('svg');
}

@font-face {
  font-family: 'hw-light';
  src: url('../Assets/fonts/HuaweiSans-Light.eot');
  src: url('../Assets/fonts/HuaweiSans-Light.eot?') format('embedded-opentype'),  url('../Assets/fonts/HuaweiSans-Light.woff') format('woff'),  url('../Assets/fonts/HuaweiSans-Light.ttf') format('truetype'),  url('../Assets/fonts/HuaweiSans-Light.svg') format('svg');
}

html, body {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a{
  color: inherit;
}
a:hover {
  text-decoration: none;
}

a:focus, a:active, button:focus, button:active {
  outline: none;
  color: inherit;
}

body {
  position: relative;
  font-family: hw-regular, fzlt-regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 16px \9 !important;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}


.video-play-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  background: url(../images/icon/icon_v2.png) no-repeat -1px -1px;
}


* {
  outline: none;
}

/*video-1*/
.video_box {
  width: 100%;
  position: relative;
  z-index: 98;
  overflow: hidden;
}

#index-banner .video_box {
  width: 100%;
  position: absolute;
  z-index: 98;
  overflow: hidden;
}

.video_box a.js_video_icon,
.video_box a.js_video_player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.video_box a.js_video_player em {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

.video_box a.js_video_player:hover:before {
  background: url("../images/icon/icon1.png") no-repeat -105px -4px;
}

.video_box a.js_video_icon:hover,
.video_box a.js_video_player:hover,
.player-outer-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

#fancybox-wrap, #fancybox-content {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  overflow: hidden;
}

#player_wrapper {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}

#fancybox-close {
  position: absolute;
  right: -30px;
  width: 30px;
  height: 30px;
  background: transparent url("../images/icon/icon1.png") no-repeat -155px -339px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-close {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  display: block !important;
}

#fancybox-wrap {
  padding: 0;
}

.fancy-video-close {
  background-color: rgba(0, 0, 0, .72) !important;
}


.video_box a.video_icon,
.video_box a.video_player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.video_box a.video_player em {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

.video_box a.video_player:hover:before {
  background: url("../images/icon/icon1.png") no-repeat -105px -4px;
}

.video_box a.video_icon:hover,
.video_box a.video_player:hover,
.player-outer-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

/*video modal*/
.modal.video-dialog .modal-dialog {
  margin-top: 0;
  width: 100%;
  max-width: 960px;;
}

.modal.video-dialog .modal-dialog .bootstrap-dialog-title {
  display: none;
}

.modal.video-dialog .modal-dialog .modal-header {
  padding: 0;
  border-bottom: 0;
}

.modal.video-dialog .bootstrap-dialog-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.modal.video-dialog .modal-header .close {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 30px;
}

.modal.video-dialog .modal-body {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  /*.row > [class*=col-] {
    margin-top: 15px;
  }*/

  .row-vertical-align-middle .col-sm-7 {
    width: 100%;
    display: block;
    text-align: center;
  }

  .row-vertical-align-middle {
    width: auto;
    display: block;
    padding-bottom: 15px;
  }

  .row-vertical-align-middle .col-sm-5 {
    display: none;
  }

  .modal-open .modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .modal.video-dialog .modal-dialog {
    margin: 0;
  }

  .modal:before {
    content: none !important;
  }
}

.player-outer-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

.video_box_ux {
  width: 100%;
  position: relative;
  z-index: 97;
  overflow: hidden;
}

.video_box_ux .circle {
  width: 69px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 8;
}

.video_box_ux .circle:before {
  content: "";
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.video_box_ux em {
  position: absolute;
  font-size: 45px;
  color: #eb5b56;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -5px;
  z-index: 11;
}

.video_box_ux a:hover .circle {
  transition-duration: 0.2s;
  transform: scale(1.1);
}

.video_box_ux img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.modal-dialog {
  margin-top: 0;
}

.modal-body {
  padding: 0;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 96;
}

.modal-header {
  padding: 0;
}

.modal-header .close {
  color: #fff;
  font-size: 25px;
  opacity: 1;
}

.bootstrap-dialog.type-primary .modal-header {
  border: none;
}

.bootstrap-dialog-title {
  display: none !important;
}

#player_wrapper .jwplayer {
  display: table !important;
}

#player_wrapper .jwplayer {
  position: absolute;
  left: 0;
  top: -1px;
}

#player_wrapper {
  position: relative;
  padding-top: 56.25%;
  background-color: rgba(0, 0, 0, 0.8);
}

#playerContainer_wrapper {
  position: absolute !important;
  top: -1px;
  left: 0;
}

.video-dialog .modal-dialog {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 767px) {
  .video_box_ux img {
    border-radius: 0;
  }

  #player_wrapper .jwplayer {
    display: inline-block !important;
  }

  .modal:before {
    display: none;
  }

  .modal-dialog {
    width: 100%;
    z-index: 98;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}

.video_box {
  width: 100%;
  position: relative;
  z-index: 97;
  overflow: hidden;
}

.video_box a.js_img_link, .video_box a.js_video_icon, .video_box a.js_video_player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(http://www.huawei.com/Assets/CBG/img/video_btn.png) 50% no-repeat;
  z-index: 5;
}

.video_box a.js_img_link {
  background: none;
}

.video_box a.video_player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(http://www.huawei.com/Assets/CBG/img/video_btn.png) 50% no-repeat;
}

.video_box a.js_video_icon:hover, .video_box a.js_video_player:hover {
  background: url(http://www.huawei.com/Assets/CBG/img/video_btn_hover.png) 50% no-repeat;
}

/* body background */

.modal-open {
  overflow: hidden;
}

/* overlay 视频弹出层*/
.overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: #555;
  opacity: 0.6;
}

.fbox-wrap {
  width: 585px;
  position: absolute;
  position: fixed;
  background: white;
  top: 18%;
  left: 50%;
  z-index: 1101;
  margin-left: -292.5px;
}

.fbox-wrap .content {
  padding: 50px 30px 20px 30px
}

.fbox-wrap .content h1 {
  font-weight: normal;
  font-size: 22px;
  color: #282828;
}

.fbox-wrap .btn-close {
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../Assets/images/icon_pupup_close.png) no-repeat center;
  top: 15px;
  right: 15px;
}

.fbox-wrap.weixin-qrcode {
  width: 292px;
  margin-left: -146px
}

.fbox-wrap.weixin-qrcode .content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 0
}

.fbox-wrap.weixin-qrcode .content #feedback-form {
  display: none
}

.fbox-wrap.weixin-qrcode .content table {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  margin-top: 20px;
}

.fbox-video {
  width: 980px;
  height: 550px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1101;
  margin-left: -490px;
  margin-top: -275px;
  background: black
}

.fbox-video #mediaplayer {
  width: 100%;
  height: 100%;
}

.fbox-video #video-btn-group {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  height: 45px;
  margin-top: 10px
}

.fbox-video #video-btn-group a {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  background-color: #222;
  border-radius: 45px;
  color: white;
  padding: 0 12px;
}

.fbox-video #video-btn-group a i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8
}

.fbox-video #video-btn-group a i.video-download {
  width: 60px;
  background-image: url(../Assets/images/icon-download.png);
  background-size: auto 40%
}

.fbox-video #video-btn-group a:hover i {
  opacity: 1
}

.fbox-video .close_video {
  display: none
}

@media (max-width: 750px) {
  .fbox-video {
    width: 100%;
    height: 210px;
    position: fixed;
    left: 0%;
    top: 50%;
    z-index: 1101;
    margin-left: 0;
    margin-top: -105px;
    background: black
  }

  .fbox-video #mediaplayer {
    width: 100%;
    height: 100%;
  }

  .fbox-video #video-btn-group {
    height: 35px;
    margin-top: 8px
  }

  .fbox-video #video-btn-group a {
    line-height: 35px;
    height: 35px;
    border-radius: 35px;
    padding: 0 10px;
  }

  .fbox-video #video-btn-group a i.video-download {
    width: 40px;
    background-image: url(../Assets/images/icon-download.png);
    background-size: auto 40%
  }

  .fbox-video .close_video {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../Assets/images/vd_close.png) no-repeat center;
    z-index: 999;
    right: 0;
    top: -30px;
  }

  .overlay {
    opacity: 0.8;
  }
}

/*loading*/
.load-box {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
}

.load-box .overlay {
  background-color: black;
  opacity: 0.5
}

.loading {
  top: 49%;
  z-index: 99;
  color: #fff;
  position: relative;
  z-index: 9999;
  position: absolute;
  width: 100%;
}

.loading-dialog .modal-content {
  background-color: transparent;
  box-shadow: 0 0 0;
  border: 0;
}

.loading .sk-circle {
  margin: 0px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.loading .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.loading .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.loading .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.loading .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.loading .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.loading .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.loading .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.loading .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loading .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.loading .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.loading .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.loading .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.loading .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.loading .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loading .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loading .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loading .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loading .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loading .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.loading .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loading .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.loading .ie-loading {
  display: none;
}

@media (max-width: 767px) {
  .loading .spinner {
    margin: 0 auto;
  }

  .loading-dialog .modal-dialog {
    position: absolute !Important;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loading .ie-loading {
    display: none;
  }
}

.red-highlight {
  color: #fe0000;
  display: inline-block;
}

.float-none {
  float: none !important;
}

.loading .spinner {
  width: auto;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.loading .spinner > div {
  background-color: #f66f6a;
  height: 20px;
  width: 6px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 25%;
  -webkit-animation: sk-stretchdelay 2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 2s infinite ease-in-out;
  animation: sk-stretchdelay 2s infinite ease-in-out;
}

.loading .spinner .rect2 {
  -webkit-animation-delay: -1.9s;
  -moz-animation-delay: -1.9s;
  -o-animation-delay: -1.9s;
  animation-delay: -1.9s;
  background-color: #f7a655;
}

.loading .spinner .rect3 {
  -webkit-animation-delay: -1.7s;
  -moz-animation-delay: -1.7s;
  -o-animation-delay: -1.7s;
  animation-delay: -1.7s;
  background-color: #ffdf4f;
}

.loading .spinner .rect4 {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
  background-color: #84d0a2;
}

.loading .spinner .rect5 {
  -webkit-animation-delay: -1.3s;
  -moz-animation-delay: -1.3s;
  -o-animation-delay: -1.3s;
  animation-delay: -1.3s;
  background-color: #15b0e8;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
