/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/


/* ===============================================================
Basic Swiper Styles
================================================================*/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}


/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}


/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/

.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}


/* ===============================================================
Pagination Styles
================================================================*/

.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}


/*  main */

img {
  width: 100%;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

h3 {
  font-size: 28px;
}

dl {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #039;
  text-decoration: underline;
}

input[type="tel"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
}

.not-allowed {
  cursor: not-allowed !important;
}

#__bs_notify__ {
  display: none !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.video-js .vjs-big-play-button {
  right: 60px;
  left: inherit;
  bottom: 40px;
  top: initial;
  display: none !important;
}

html {
  background-color: #fff;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
}

body {
  /*font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}


.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ellipsis-clamp-2 {
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 10px;
}

.img-text-list .table-middle {
  display: table;
  text-align: center;
}

.img-text-list .table-middle {
  display: table-cell;
  vertical-align: middle;
}

.toshiba-icon {
  vertical-align: -1px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.lg-visible {
  display: none;
}

.sm-visible {
  display: block;
}

.h1 {
  font-weight: 700;
  font-size: 30px;
}

.vjs-poster {
  background-size: cover !important;
}

@media (min-width: 940px) {
  .lg-hidden {
    display: none;
  }

  .lg-visible {
    display: block;
  }

  .sm-visible {
    display: none;
  }
}


.video-list-nojs,
.videolist-nojs {
  display: none;
}
