.mejs-offscreen {
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0
}

.mejs-container:focus {
  outline: 0
}

.me-plugin {
  position: static
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden
}

.mejs-fullscreen {
  overflow: hidden !important
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%
}

.mejs-clear {
  clear: both
}

.mejs-background {
  position: absolute;
  top: 0;
  left: 0
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

:root .mejs-poster img {
  display: none
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0
}

.mejs-overlay-play {
  cursor: pointer
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
  background-image: url(../images/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/background.png);
  background: rgba(0, 0, 0, .9);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
  background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9))
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../images/background.png);
  background: rgba(0, 0, 0, .7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  height: 30px;
  width: 100%
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../images/controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(../images/controls.png)
}

.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999
}

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto
}

.mejs-controls .mejs-play button {
  background-position: 0 0
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, .8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
  background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, .8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, .8)), to(rgba(78, 183, 212, .8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
  background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
  width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, .8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px 0px;
  width: 34px;
  display: block;
  text-align: center;
  left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px
}

.mejs-controls .mejs-volume-button {}

.mejs-controls .mejs-mute button {
  background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
  position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, .7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0
}

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, .5);
  margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, .9);
  margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, .9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, .8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
  background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, .8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
  background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none
}

.mejs-controls .mejs-captions-button {
  position: relative
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, .7);
  border: solid 1px transparent;
  padding: 10px 10px 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, .7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, .7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px;
  line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0
}

.mejs-captions-position-hover {
  bottom: 35px
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/background.png);
  background: rgba(20, 20, 20, .5);
  white-space: pre-wrap
}

.me-cannotplay {}

.me-cannotplay a {
  color: #fff;
  font-weight: 700
}

.me-cannotplay span {
  padding: 15px;
  display: block
}

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0
}

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
  position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, .7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px
}

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, .7);
  z-index: 1000;
  overflow: hidden
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, .7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer
}

div.mejs-speed-button {
  width: 46px !important;
  position: relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, .7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
  display: block
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: rgba(33, 248, 248, 1)
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, .4) !important
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(../images/jumpforward.png) no-repeat;
  background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff
}

.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(../images/skipback.png) no-repeat;
  background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff
}

#me_flash_0_container {
  width: 100%;
  z-index: 999;
}

#mep_0, #mep_0 div.mejs-layer, #mep_0 div video {
  width: 100% !important;
}

#mep_0 div video {
  z-index: 999;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px 15px;
}

.mejs-container .mejs-controls {
  padding-left: 30%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (max-width: 1199px) {
  .mejs-container .mejs-controls {
    padding-left: 0px;
  }
}

.cui_mainbox {
  padding: 0
}

.c_indextop {
  max-width: 1560px;
  margin: 0 auto;
  box-sizing: content-box;
}

.line {
  height: 1px;
  background: #ECECEC;
  width: 2000px;
  position: relative;
  left: 50%;
  margin-left: -1000px
}

.bannerbox {
  box-sizing: content-box;
  /* padding: 0 30px */
}

.indexBanner {
  position: relative;
  font-size: 0
}

.indexBanner .showbox {
  overflow: hidden;
  width: 100% !important
}

.indexBanner .cont {
  font-size: 0;
  -webkit-text-size-adjust: none;
  white-space: nowrap;
  display: block;
  width: 100%
}

.indexBanner .cont li {
  display: inline-block;
  position: relative;
  width: 100%;
}

.indexBanner .cont li img {
  width: 100%
}

.indexBanner .cont li .text {
  position: absolute;
  bottom: 45px;
  padding: 0 40px;
  color: #ffffff;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box
}

.indexBanner .cont li .text h2 {
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.indexBanner .cont li .text p {
  font-size: 18px;
  line-height: 1.1em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.indexBanner .cont li .text.black h2,
.indexBanner .cont li .text.black p {
  color: #000
}

.indexBanner .cont li .text.BLACK h2,
.indexBanner .cont li .text.BLACK p {
  color: #000
}

.indexBanner .bannerpager {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 0
}

.indexBanner .bannerpager li {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #999;
  margin: 0 5px;
  opacity: 1;
  border: 3px solid #d6d6d6;
}

.indexBanner .bannerpager li.cur {
  background: black;
  border-color: white
}

.indexBanner .btn_per {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  text-align: center;
  cursor: pointer;
  background: url(../images/null.png);
  z-index: 1;
  font-family: "iconfont";
  color: white;
  font: 0
}

.indexBanner .btn_per:after {
  content: "\e60b";
  display: none;
  font-size: 64px;
  position: absolute;
  left: 30px
}

.indexBanner .btn_next {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  text-align: center;
  cursor: pointer;
  background: url(../images/null.png);
  z-index: 1;
  font-family: "iconfont";
  color: white;
  font: 0
}

.indexBanner .btn_next:after {
  content: "\e60c";
  display: none;
  font-size: 64px;
  position: absolute;
  right: 30px
}

.indexBanner .btn_per:hover {
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#33000000, endColorStr=#00000000);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.indexBanner .btn_next:hover {
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#00000000, endColorStr=#33000000);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.indexBanner .btn_per:hover:after,
.indexBanner .btn_next:hover:after {
  display: inline-block
}

@media (min-width:992px) and (max-width:1199px) {
  .bannerbox {
    padding: 0 20px;
  }

  .indexBanner .btn_per,
  .indexBanner .btn_next {
    width: 100px;
  }

  .indexBanner .btn_per:after {
    left: 20px;
    font-size: 50px;
    left: 20px
  }

  .indexBanner .btn_next:after {
    right: 20px;
    font-size: 50px;
    right: 20px
  }

  .indexBanner .bannerpager {
    bottom: 15px
  }

  .indexBanner .bannerpager li {
    margin: 0 2px;
    width: 6px;
    height: 6px;
    border-width: 2px
  }

  .indexBanner .cont li .text {
    bottom: 35px;
    padding: 0 30px
  }

  .indexBanner .cont li .text h2 {
    font-size: 25px;
    font-weight: normal
  }

  .indexBanner .cont li .text p {
    font-size: 14px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bannerbox {
    padding: 0 0
  }

  .indexBanner .btn_per,
  .indexBanner .btn_next {
    width: 80px
  }

  .indexBanner .btn_per:after {
    font-size: 34px;
    left: 20px
  }

  .indexBanner .btn_next:after {
    font-size: 34px;
    right: 20px
  }

  .indexBanner .bannerpager {
    bottom: 10px
  }

  .indexBanner .cont li .text {
    bottom: 30px;
    padding: 0 20px;
    display: block !important
  }

  .indexBanner .cont li .text h2 {
    font-size: 18px;
    font-weight: normal
  }

  .indexBanner .cont li .text p {
    font-size: 12px
  }

  .indexBanner .bannerpager li {
    margin: 0 2px;
    width: 6px;
    height: 6px;
    border-width: 2px
  }
}

@media (max-width:767px) {
  .bannerbox {
    padding: 0 0;
    border-bottom: 1px solid #eee
  }

  .indexBanner .cont li .text {
    height: 125px;
    background: white;
    position: static;
    display: block !important
  }

  .indexBanner .cont li .text h2 {
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
    height: 1.1em;
    overflow: hidden;
    color: #333;
    font-weight: normal;
    text-shadow: none
  }

  .indexBanner .cont li .text p {
    font-size: 14px;
    color: #999 !important;
    text-align: center;
    height: 1.1em;
    overflow: hidden;
    margin-bottom: 45px;
    text-shadow: none
  }

  .indexBanner .bannerpager {
    bottom: 15px
  }

  .indexBanner .btn_per,
  .indexBanner .btn_next {
    height: 125px !important;
    width: 50px
  }

  .indexBanner .btn_per:after,
  .indexBanner .btn_next:after {
    font-size: 24px;
    color: #000;
    display: inline-block !important;
    line-height: 125px !important
  }

  .indexBanner .btn_per:after {
    left: 5px
  }

  .indexBanner .btn_next:after {
    right: 5px
  }

  .indexBanner .bannerpager li {
    margin: 0 2px;
    width: 6px;
    height: 6px;
    border-width: 2px;
    border-color: white !important
  }

  .indexBanner .btn_next:hover,
  .indexBanner .btn_per:hover {
    background: none
  }
}

@media(min-width:767px) and (max-width:1199px) {
  .indexBanner .btn_per {
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }

  .indexBanner .btn_next {
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  }

  .indexBanner .btn_per:after,
  .indexBanner .btn_next:after {
    display: inline-block
  }
}

.c_porEnter {
  padding: 45px 15px 15px;
  box-sizing: border-box;
  font-size: 0
}

.c_porEnter ul li {
  padding: 0 15px;
  position: relative;
  overflow: hidden
}

.c_porEnter ul li .link {
  background: url(../images/c_img1-1.png) no-repeat -100px;
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: -60px
}

.c_porEnter ul li img {
  width: 100%;
}

.c_porEnter ul li .text {
  padding: 20px 0 30px;
  text-align: center
}

.c_porEnter ul li .text a {
  color: #333;
  font-size: 14px;
  line-height: 1.1em;
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.c_porEnter ul li:hover .text a {
  color: #9a7326
}

.c_porEnter ul li .text p {
  color: #999;
  font-size: 12px;
  line-height: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

@media (min-width:992px) and (max-width:1199px) {
  .c_porEnter {
    padding: 45px 5px 15px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .c_porEnter {
    padding: 45px 0 15px;
    max-width: 750px;
    margin: 0 auto
  }

  .c_porEnter ul li {
    padding: 0 15px;
    box-sizing: border-box
  }
}

@media (max-width:767px) {
  .c_porEnter {
    padding: 45px 0 15px;
    max-width: 750px;
    margin: 0 auto
  }

  .c_porEnter ul li {
    padding: 0 15px;
    box-sizing: border-box
  }
}

.c_proGroup {
  padding: 60px 15px 0;
}

.c_proGroup ul:after {
  content: "";
  height: 1px;
  background: #ececec;
  margin: 0 15px;
  display: block;
  visibility: visible
}

.c_proGroup li {
  padding: 0 15px 30px;
  font-size: 0
}

.c_proGroup li img {
  width: 100%
}

.c_proGroup li .text {
  padding-top: 20px
}

.c_proGroup li .text a {
  font-size: 18px;
  color: #333;
  line-height: 1.1em;
  margin-bottom: 10px;
  display: block
}

.c_proGroup li .text a:hover {
  color: #9a7326
}

.c_proGroup li .text p {
  color: #999;
  font-size: 12px;
  line-height: 1.75em;
  margin-bottom: 30px;
  max-height: 3.5em;
  overflow: hidden;
}

@media (min-width:992px) and (max-width:1199px) {
  .c_proGroup {
    padding: 60px 5px 0
  }

  .c_proGroup li .text p {
    max-height: 1.75em;
    overflow: hidden;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .c_proGroup {
    padding: 60px 0px 0;
    max-width: 750px;
    margin: 0 auto
  }

  .c_proGroup li .text p {
    max-height: 1.75em;
    overflow: hidden;
  }
}

@media (max-width:767px) {
  .c_proGroup {
    padding-left: 15px;
    padding-right: 15px
  }

  .c_proGroup li {
    padding: 0 0px 0
  }

  .c_proGroup ul:after {
    margin: 0
  }

  .c_proGroup li:last-child {
    padding-bottom: 15px
  }

  .c_proGroup li .text p {
    max-height: 1.75em;
    overflow: hidden;
  }
}

.c_play {
  width: 48px;
  height: 48px;
  background: url(../images/c_input_icon_0920.png) no-repeat -38px -265px;
}

.c_proshowbox {
  padding-top: 60px;
}

.c_proshowbox ul:after {
  content: "";
  height: 1px;
  background: #ececec;
  margin: 0 15px;
  display: block;
  visibility: visible
}

.c_proshowbox li {
  padding: 0 15px 60px;
}

.c_proshowbox li .box {
  position: relative;
  display: block;
  overflow: hidden
}

.c_proshowbox li .box .imgbox {
  position: relative
}

.c_proshowbox li .box .imgbox .c_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  display: block;
}

.c_proshowbox li.o_df_1-3 img {
  position: relative;
  left: 50%;
  margin-left: -50.5%
}

.c_proshowbox li.o_df_2-3 img {
  width: 100%
}

.c_proshowbox li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#E5000000, endColorStr=#E5000000);
  display: block;
  padding: 0;
  text-align: center;
  z-index: -1
}

.c_proshowbox li .text h1 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: white;
  padding-top: 20px
}

.c_proshowbox li .text p {
  color: #999;
  font-size: 14px;
  line-height: 1.75em
}

.c_proshowbox li .text .btn {
  margin-top: 15px;
  padding-top: 15px;
  display: inline-block;
  border-top: 1px solid #3c3c3b;
  line-height: -1px;
  position: relative
}

.c_proshowbox li .text .btn .o_icofont {
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  right: -5px
}

.c_proshowbox li .text .btn .c_play {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/c_input_icon_0920.png) no-repeat 0 -259px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
  left: -5px
}

.c_proshowbox li a:hover .text {
  z-index: 1
}

@media (min-width:992px) and (max-width:1199px) {
  .c_proshowbox li .c_play {
    margin-top: -25px
  }

  .c_proshowbox li .text {
    display: inline !important;
    position: relative;
    text-align: left
  }

  .c_proshowbox li .text h1 {
    font-size: 18px;
    color: #333
  }

  .c_proshowbox li .text p {
    font-size: 12px;
  }

  .c_proshowbox li .text .o_df-cell {
    display: inline !important;
    text-align: left !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .c_proshowbox li .text {
    display: inline !important;
    position: relative;
    text-align: left
  }

  .c_proshowbox li .text h1 {
    font-size: 18px;
    color: #333
  }

  .c_proshowbox li .text p {
    font-size: 12px;
  }

  .c_proshowbox li .text .o_df-cell {
    display: inline !important;
    text-align: left !important
  }

  .c_proshowbox li.o_df_1-3 img {
    margin-left: -53.5%
  }
}

@media (max-width:767px) {
  .c_proshowbox li:last-child {
    padding-bottom: 15px
  }

  .c_proshowbox li .c_play {}

  .c_proshowbox li {
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }

  .c_proshowbox li .text h1 {
    font-size: 18px;
    color: #333
  }

  .c_proshowbox li .text {
    display: inline !important;
    position: relative
  }

  .c_proshowbox li .text .o_df-cell {
    display: block !important;
  }

  .c_proshowbox li .text p {
    padding-bottom: 30px
  }

  .c_proshowbox li.o_df_1-3 img {
    left: 0;
    margin-left: 0;
    width: 66.6% !important;
    height: auto !important
  }

  .c_proshowbox ul:after {
    margin: 0
  }
}

.binfenC {
  position: relative;
  margin-bottom: 80px;
  margin-top: 40px;
}

.binfenC h1 {
  font-size: 24px;
  line-height: 60px;
  color: #333;
  padding: 0 15px
}

.binfenC h1 a {
  font-size: 14px;
  color: #666;
  line-height: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 22px
}

.binfenC h1 a:hover {
  color: #9a7326
}

.binfenC .showbox {
  margin: 0 0;
  overflow: hidden;
  margin-top: 15px
}

.binfenC ul.list {
  font-size: 0;
  white-space: nowrap;
  display: block
}

.binfenC ul.list li {
  padding: 0 15px 15px;
  white-space: normal;
  box-sizing: inherit;
  display: inline-block;
  position: relative
}

.binfenC ul.list li img {
  width: 100%
}

.binfenC ul.list li a.imgbox {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.binfenC ul.list li span.artflag {
  width: 60px;
  height: 25px;
  color: #fff;
  line-height: 25px;
  text-indent: 16px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.binfenC ul.list li span.artflag.start {
  background-position: 0px 0px;
}

.binfenC ul.list li span.artflag.end {
  background-position: -60px 0px;
}

.binfenC ul.list li .link {
  background: url(../images/c_img1-1.png) no-repeat -100px;
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  height: 100%;
  width: 100%;
}

.binfenC ul.list li .tit {
  font-size: 14px;
  color: #333;
  line-height: 1.2em;
  margin: 20px 0;
  display: block;
  height: 1.1em;
  overflow: hidden
}

.binfenC ul.list li:hover .tit {
  color: #9a7326
}

.binfenC ul.list li .tool {
  border-top: 1px solid #f2f2f2;
  padding: 10px 0 30px;
  line-height: 24px;
  color: #666;
  font-size: 0
}

.binfenC ul.list li .tool .brand {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: white;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  background: #000;
  font-size: 12px
}

.binfenC ul.list li .tool .brand.sina {
  background: #da251c
}

.binfenC ul.list li .tool .brand.weixin {
  background: #0fcb19
}

.binfenC ul.list li .tool .brand.tieba {
  background: #3385ff
}

.binfenC ul.list li .tool .brand .o-casarte {
  font-size: 24px
}

.binfenC ul.list li .tool .name {
  font-size: 12px
}

.binfenC ul.list li .tool .time {
  color: #ccc;
  font-size: 12px
}

.binfenC .btn_next,
.binfenC .btn_per {
  display: none !important
}

.binfenC .pager {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  display: block;
  bottom: -15px;
  background: #ececec;
  height: 5px;
  margin-bottom: 15px;
  border-left: 15px solid white;
  box-sizing: border-box;
  height: 1px;
  border-right: 15px solid white
}

.binfenC .binfenpager {
  background: white;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  font-size: 0;
  top: -5px;
  position: relative
}

.binfenC .binfenpager li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #b2b2b2;
  margin: 0 3px;
  opacity: 1;
  cursor: pointer
}

.binfenC .binfenpager li.cur {
  background: black;
}

.binfenC .more {
  height: 18px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 10px;
  display: none
}

.binfenC .more a {
  display: inline-block;
  background: white;
  position: relative;
  padding-top: 32px
}

.binfenC .more a i {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #080404;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  display: block;
}

.binfenC .more a p {
  font-size: 14px;
  color: #333;
  line-height: 32px
}

.binfenC .more a.go .o_icofont {
  animation: zhuan 3s ease-out 0s forwards;
  -moz-animation: zhuan 3s ease-out 0s forwards;
  -webkit-animation: zhuan 3s ease-out 0s forwards;
  -o-animation: zhuan 3s ease-out 0s forwards;
}

@keyframes zhuan {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-1080deg);
  }
}

@-moz-keyframes zhuan {
  100% {
    -moz-transform: rotate(-1080deg);
  }
}

@-webkit-keyframes zhuan {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-1080deg);
  }
}

@-o-keyframes zhuan {
  100% {
    -o-transform: rotate(-1080deg);
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .binfenC ul.list li .tit {
    margin: 15px 0;
    font-size: 12px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .binfenC ul.list li .tit {
    margin: 15px 0;
    font-size: 12px
  }
}

@media (max-width:767px) {
  .binfenC h1 {
    padding: 0
  }

  .binfenC {
    margin-bottom: 40px
  }

  .binfenC .more {
    display: block;
    margin-bottom: 80px
  }

  .binfenC .showbox div {
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    left: 0 !important
  }

  .binfenC ul.list {
    white-space: normal !important;
    background;
  }

  .binfenC ul.list li {
    padding-bottom: 0;
    display: none;
    float: left
  }

  .binfenC ul.list li.show {
    display: inline-block;
  }

  .binfenC ul.list li:nth-Child(odd) {
    padding-left: 0
  }

  .binfenC ul.list li:nth-Child(even) {
    padding-right: 0
  }

  .binfenC ul.list li:nth-child(-n+4) {
    display: inline-block;
  }

  .binfenC ul.list li .tit {
    font-size: 12px;
    margin: 15px 0
  }

  .binfenC ul.list li .tool {
    line-height: 16px
  }

  .binfenC ul.list li .tool .brand {
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left
  }

  .binfenC ul.list li .tool .time {
    float: none !important;
    display: block;
  }

  .binfenC ul.list li .tool .name {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    display: block;
  }

  .binfenC .pager {
    display: none
  }
}
.binfenC ul.list li .artflagStart {
  display: inline-block;
  width: 60px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0
}

.binfenC ul.list li .artflagEnd {
  display: inline-block;
  width: 60px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0
}
::-webkit-search-cancel-button {
  display: none;
}


.main_header .main_menu li.productC .cont ul li i.c_icon_lg {
  background-position: -2px -625px;
}

.main_header .main_menu li.productC .cont ul li a:hover i.c_icon_lg {
  background-position: -58px -625px
}

.main_header .main_menu li.productC .cont ul li i.c_icon_smart-home {
  background-position: -2px -694px;
}

.main_header .main_menu li.productC .cont ul li a:hover i.c_icon_smart-home {
  background-position: -52px -694px;
}

.main_header .main_menu li.productC .cont ul li i.c_icon_mart-door-lock {
  background-position: -2px -740px;
}

.main_header .main_menu li.productC .cont ul li a:hover i.c_icon_mart-door-lock {
  background-position: -52px -740px;
}

.imgbg{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease 1s;
}

.swiper-slide {  -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform}
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }
.swiper-container-fade .swiper-slide{    pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active{pointer-events:auto; z-index: 3;}
.swiper-container-fade .swiper-slide{opacity:0!important;}
.swiper-container-fade .swiper-slide-active{opacity:1!important;} 
.swiper-container-vertical>.swiper-wrapper {flex-direction: column;}



.z_about_process{ background-attachment: fixed;padding: 7.29166vw 0; color: #fff; overflow: hidden;}
.z_process_tit{ text-align: center; color: #fff; margin-bottom: 5vw;}
.z_process_tit h3{font-size: 45px; font-family: RheemSansB;color: #fff;}
.z_process_tit H4{font-size: 1.5625vw;}
.z_process_warp{ padding: 0 9.89583vw; box-sizing: border-box; position: relative; height:680px;}
.z_process_warp::before{ content: ""; display: block; width: 100%; height: 2px; background: #e3132f; position: absolute; left: 0; top: 339px; z-index: 1;}
.z_process_swiper{ position: relative;}
.z_process_swiper::before{ content: ""; display: block; z-index: 1; width: 100%; height: 10px; position: absolute; left: 0; bottom: 340px; background: url(../images/line3.png) repeat-x left bottom;}
/* .z_process_swiper .swiper-slide{ width: 450px;} */
.z_process_swiper .swiper-slide{ flex: 1;}
.z_process_swiper .boxitem{margin: 20px 0; box-sizing: border-box;} 
.z_process_swiper .boxitem .imgbox{ width: 102px;height: 102px;background: #FFFFFF;border: 3px solid #D92130;border-radius: 50%; overflow: hidden; margin-right: 20px; flex-shrink: 0;}
.z_process_swiper .boxitem .infobox{ flex: 1;}
.z_process_swiper .boxitem .year{font-size: 30px;font-family: RheemSansB; }
.z_process_swiper .boxitem .cn{ font-size: 16px; font-weight: bold;}
.z_process_swiper .boxitem .en{ line-height: 18px;}
.z_process_swiper .boxitem .con{ margin-top: 5px;}
.z_process_swiper li .warp{ height: 340px; width: 100%; overflow-y:hidden; border-left: 2px solid #D92130;  box-sizing: border-box; padding: 0 20px; box-sizing: border-box;}
.z_process_swiper li:nth-child(odd) .warp{ margin-top: 340px;}
.z_process_swiper li:nth-child(even){ margin-left: -10%;}
.z_process_swiper li:nth-child(odd){ margin-left: -10%;}
.z_process_swiper li:first-child{ margin-left: 0;}

.z_process_swiper .btn{ display: block; z-index: 1; cursor: pointer; outline: none; position: absolute; top: 50%; transform: translateY(-50%); width: 38px;height: 38px;background: #D92130;border-radius: 50%; line-height: 38px; text-align: center; line-height: 38px;}
.z_process_swiper .prev{ left: -4.58333vw;}
.z_process_swiper .next{ right: -4.58333vw;}
.z_process_swiper .prev:before{ content: "\e60b"; }
.z_process_swiper .next:before{ content: "\e60c"; }
.z_process_swiper .btn::after,.z_arr_more::after{ content: ""; display: block;    z-index: -1;
    pointer-events: none; width: 50px;height: 50px; border-radius: 50%; background: rgba(236,34,46,.5); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);}

.z_about_process .mbg{ display: none;}


.z_about_map{ width: 100%;  padding: 7.8125vw; box-sizing: border-box; color: #fff;}
.z_about_map .shouji{ display: none;}
.z_map_slg{ margin-bottom: 3vw;}
.z_map_slg .banner-title{
  display: flex;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.z_map_slg .banner-title i{
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.z_map_slg .banner-title i.yellow{
  background: #E78613;
}
.z_map_slg .banner-title i.blue{
  background: #136AB2;
}
.z_contact_map{ width: 100%;position: relative; }
.z_contact_map .mapbox{ height: 47.91666vw; }
.z_quanqiu_box{ width: 28.38541vw;}
.z_quanqiu_box .tit{font-size: 2.29166vw; line-height:2.29166vw ;}
.z_quanqiu_box .desc{font-size: 16px;color: #F5F6FA;line-height: 30px; margin: 2.6vw 0;opacity: 0.7;}
.z_quanqiu_box .more{ color: #fff;}
.z_quanqiu_lan{ width: 100%; background: #fff; position: relative; overflow: hidden; }
.z_quanqiu_lan::before{ content: ""; display: block;z-index: 1; transform-origin: right center;  width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: #d92130; position: absolute; left: 0; top: 0; transition: ease 1s;}
.z_quanqiu_lan.animated::before{ width: 0;}
.z_quanqiu_lan li{ width: 33.3%; font-weight: bold;  height: 7.8125vw; color: #333; border-right: 1px solid #dcdcdc; box-sizing: border-box; float: left; display: flex; align-items: center; justify-content: center;}
.z_quanqiu_lan li a{ display: flex; align-items: center; justify-content: center; font-size: 1.25vw;color: #333333;}
.z_quanqiu_lan li span{ color: #D92130; display: inline-block;  margin-right: 10px; }
.z_quanqiu_lan li span em{ font-size: 1.77083vw;font-family: RheemSansBB;}
.z_quanqiu_lan li .icon{ display: inline-block; vertical-align: bottom; margin-right: 1.5vw; }
.z_quanqiu_lan li:last-child{ border-right: none;}

.z_about_num2{ margin: 3.4vw 0; margin-bottom: 3vw;}
.z_about_num2 ul{ display: flex;}
.z_about_num2 li{ float: left; padding: 0 2vw; text-align: center; border-right: 1px solid rgba(255,255,255,.2);}
.z_about_num2 li .timer{font-size: 2.5vw;font-family: RheemSansB;font-weight: bold;color: #ffffff;}
.z_about_num2 li:last-child{ border-right: none;}
.z_about_num2 li:first-child{ padding-left: 0;}

.z_index_tit{ text-align: center;}
.z_index_tit h3{color: #282828; font-size: 2.29166vw; font-family: "cn"; margin-bottom: 15px;}
.z_index_tit h4{ font-size: 22px;color: #282828;}
.z_index_tit h4 em{ color: #D92130;}
.z_index_hz{ padding-bottom: 7vw; padding-top: 4vw;}
.z_index_hz2{ padding-bottom: 6vw;}
.z_hz_list{ width: 1300px; margin: 0 auto; margin-top: 2.6vw;}
.z_hz_list ul{
  display: flex;flex-wrap: wrap;
}
.z_hz_list li{ width: 16.6666666%; box-sizing: border-box;margin: 15px 0; height: 80px; overflow: hidden;display: flex; align-items: center; justify-content: center;}
.z_hz_list li img{ vertical-align: middle;  width: 80%; height: auto; transition: ease 1s;}
.z_hz_list li:hover img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}
@media screen and (max-width:1440px){
.index-two .cir-box .items01{ top: 20px;}	
.z_hz_list{ width: 80%;}
.z_about_desc{ width: 100%;}
.z_chang_box .infobox,.z_chang_box .imgbox{ height: 60vw;}
.z_cjsmall_swiper{ height: 580px;}
.z_contact_warp .box{ padding-top: 5vw;}
}
@media screen and (max-width:980px) {
  .z_process_tit h3{ font-size: 20px;}
	.z_about_process{ padding:30px 0;}
	.z_process_tit H4{ font-size: 20px;}
	.z_process_swiper{ height: 350px; }
	.z_process_swiper li .warp{ padding: 0 46px;}
	.z_process_swiper .swiper-slide{ flex:auto;width: 100%; display: flex; align-items: center;}
	.z_process_swiper li{ margin-left: 0!important;}
	.z_process_swiper li:nth-child(odd) .warp{ margin-top: 0;}
	.z_process_warp{ height: auto; padding: 0;}
	.z_process_swiper .btn{ width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 14px;}
	.z_process_swiper .next{ right: 10px;}
	.z_process_swiper .prev{ left: 10px;}
	.z_process_swiper .boxitem .imgbox{ width: 80px; height: 80px;}
	.z_process_swiper .boxitem .year{ font-size: 18px;}
	.z_process_swiper .boxitem .cn{ font-size: 14px;}
	.z_process_swiper li .warp{ border: none; height: auto;}
	.z_process_tit{ margin-bottom: 20px;}
	.z_process_warp::before{ display: none;}
	.z_process_swiper .btn::after, .z_arr_more::after{ width: 30px; height: 30px;}
  .z_process_swiper .boxitem:last-child{ margin-bottom: 0; margin-top: 0;}
  .z_process_swiper .btn{ top: 50%; transform: translateY(-50%);}
  .z_about_process .mbg{ display: block;}
  .z_about_process{ background-image: none!important;}

  
	.z_about_map{ padding: 40px 20px;}
	.z_about_map .shouji{ display: block;}
	.z_about_map,.z_ruimei_adv{ background: none!important;}


	.z_quanqiu_box{ width: 100%;}
	.z_quanqiu_box .tit{ font-size: 18px; line-height: normal;}
	.z_quanqiu_box .desc{ line-height: 24px; font-size: 13px; margin: 10px 0;}
  
	.z_quanqiu_lan li{ width: 100%; border-right: none; height: 50px;border-bottom: 1px solid #dcdcdc; justify-content: flex-start; padding: 0 20px; box-sizing: border-box;}
	.z_quanqiu_lan li .icon{  max-width: 20px; text-align: left; margin-right: 20px;}
	.z_quanqiu_lan li a{ display: flex; align-items: center; justify-content: center; font-size: 14px;color: #333333;}
	.z_quanqiu_lan li span em{ font-size: 16px;}
	.z_quanqiu_lan li:last-child{ border-bottom: none;}
	.z_quanqiu_lan::before{ display: none;}
	.z_quanqiu_box .desc{-webkit-line-clamp:auto;}
	.z_about_num2{ margin: 60px 0;}
	.z_about_num2 li{ width: 33.3%; }
	.z_about_num2 li .timer{ font-size: 20px;}
	.z_about_num2 li h4{ font-size: 12px;}

	.z_index_tit h3{ font-size: 20px; margin-bottom: 10px; font-weight: bold; }
	.z_index_tit h4{ font-size: 14px;font-size: 14px!important;}
  
	.z_index_hz{ padding: 20px 15px;padding-bottom:40px;}
  .z_index_hz2 .z_hz_list{height: auto;} 
	.z_hz_list li{ width: 33%;height: 70px; margin: 0;
    }
	.z_hz_list li img{ max-width: 94%;}
	.z_hz_list{ width: 100%;padding-bottom: 20px;}
}