.c_brand {
  font-size: 0px;
  padding-bottom: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_0 {
  padding-bottom: 0px;
}

.br_top {
  border-top: 1px solid #eee;
}

/*banner*/

.c_brandBox {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}

.c_brandBanBox {
  padding: 0px 0;
}

.c_brandBan {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.c_brandBan .pic {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 150px;
  display: inline-block;
}

.c_brandBan .banTxt {
  font-size: 32px;
  line-height: 1.3em;
  color: #fff;
  position: absolute;
  top: 0px;
}

.c_brandBan .back {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: none;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .c_brandBanBox {
    padding: 0px 20px;
  }
  .c_brandBan .pic {
    width: auto;
  }
  .c_brandBan .back {
    display: inline-block;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .c_brandBox {
    margin-bottom: 45px;
  }
  .c_brandBanBox {
    padding: 0px 15px;
  }
  .c_brandBan .pic {
    width: auto;
  }
  .c_brandBan .back {
    display: inline-block;
  }
}

@media (max-width:767px) {
  /* xs*/
  .c_brandBox {
    margin-bottom: 45px;
  }
  .c_brandBanBox {
    padding: 0px 15px;
  }
  .c_brandBan .pic {
    width: auto;
    margin-right: -270px;
  }
  .c_brandBan .back {
    display: inline-block;
  }
}

/*导航*/

.brandNavBox {
  position: relative;
  height: 80px;
}

.brandNavBox .crumb {
  margin: 15px 0px;
  padding: 13px 0px;
  font-size: 0px;
}

.brandNavBox .crumb .txt {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}

.brandNavBox .crumb .ico i {
  font-size: 12px;
  color: #999;
  margin: 0px 20px;
  line-height: 24px;
}

.brandNavBox .crumb .link {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.brandNavBox .crumb .link i {
  font-size: 16px;
  line-height: 24px;
  color: #6f3a8a;
  margin-right: 8px;
}

.brandNavBox .crumb .link span {
  font-size: 14px;
  line-height: 24px;
  color: #6f3a8a;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .brandNavBox .crumb .ico i {
    margin: 0px 15px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .brandNavBox .crumb .ico i {
    margin: 0px 15px;
  }
}

@media (max-width:767px) {
  /* xs*/
  .brandNavBox {
    height: auto;
  }
  .brandNavBox .crumb.cruBottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .brandNavBox .crumb.cruTop {
    margin-top: 0px;
  }
  .brandNavBox .crumb {
    padding: 13px 0px;
  }
  .brandNavBox .crumb .ico i {
    margin: 0px 15px;
  }
  .brandNavBox .crumb .nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 46%;
    display: inline-block
  }
}

/*列表*/

.brandListBox {}

.brandListBox .cen {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px
}

.brandListBox .row {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.brandListBox .row .hover {
  border-bottom: 1px solid #a98a4b;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  display: none;
}

.brandListBox .row:hover .hover {
  display: inline-block;
  animation: myfirst 0.5s;
  -moz-animation: myfirst 0.5s;
  -webkit-animation: myfirst 0.5s;
  -o-animation: myfirst 0.5s;
}

.brandListBox .row:hover .txtBox .arrow {
  display: inline-block;
}

.brandListBox .row .pic {
  width: 100%;
  display: inline-block;
}

.brandListBox .row .txtBox {
  padding-left: 30px;
}

.brandListBox .row .txtBox .title {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
}

.brandListBox .row .txtBox .title:hover {
  color: #a88747;
}

.brandListBox .row .txtBox .type {
  font-size: 12px;
  line-height: 1.5em;
  color: #999;
  margin-bottom: 15px;
}

.brandListBox .row .txtBox .time {
  font-size: 14px;
  line-height: 1.3em;
  color: #666;
  font-family: Arial;
}

.brandListBox .row .txtBox .activity {
  font-size: 14px;
  line-height: 1.3em;
  color: #a98a4b;
  position: absolute;
  bottom: 30px;
}

.brandListBox .row .txtBox .arrow {
  background: url(../images/c_brand_arrowright.png) no-repeat;
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
  bottom: 30px;
  right: 0px;
}

.brandListBox .cui_pager {
  text-align: left;
}

@keyframes myfirst {
  0% {
    width: 50%;
  }
  25% {
    width: 70%;
  }
  50% {
    width: 90%;
  }
  75% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes myfirst {
  /* Firefox */
  0% {
    width: 50%;
  }
  25% {
    width: 70%;
  }
  50% {
    width: 90%;
  }
  75% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes myfirst {
  /* Safari and Chrome */
  0% {
    width: 50%;
  }
  25% {
    width: 70%;
  }
  50% {
    width: 90%;
  }
  75% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}

@-o-keyframes myfirst {
  /* Opera */
  0% {
    width: 50%;
  }
  25% {
    width: 70%;
  }
  50% {
    width: 90%;
  }
  75% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .brandListBox .row:hover .hover {
    display: none;
  }
  .brandListBox .row:hover .txtBox .arrow {
    display: none;
  }
  .brandListBox .row .txtBox .time {
    margin-bottom: 15px;
  }
  .brandListBox .row .txtBox .activity {
    position: relative;
    bottom: 0px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .brandListBox .cen {
    margin-bottom: 45px
  }
  .brandListBox .row:hover .hover {
    display: none;
  }
  .brandListBox .row:hover .txtBox .arrow {
    display: none;
  }
  .brandListBox .row .txtBox .title {
    font-size: 18px;
    line-height: 1.3em;
  }
  .brandListBox .row .txtBox .time {
    margin-bottom: 15px;
  }
  .brandListBox .row .txtBox .activity {
    position: relative;
    bottom: 0px;
  }
}

@media (max-width:767px) {
  /* xs*/
  .brandListBox .cen {
    margin-bottom: 45px;
  }
  .brandListBox .row:hover .hover {
    display: none;
  }
  .brandListBox .row:hover .txtBox .arrow {
    display: none;
  }
  .brandListBox .row .txtBox {
    padding-left: 0px;
    padding-top: 20px;
  }
  .brandListBox .row .txtBox .title {
    font-size: 18px;
    line-height: 1.3em;
  }
  .brandListBox .row .txtBox .time {
    margin-bottom: 15px;
  }
  .brandListBox .row .txtBox .activity {
    position: relative;
    bottom: 0px;
  }
}

/*新闻详情*/

.newDetail {}

.newDetail .cen {
  display: block;
  margin: 0 auto;
}

.newDetail .dtlBox {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}

.newDetail .dtlBox .title {
  font-size: 32px;
  line-height: 1.3em;
  color: #333;
}

.newDetail .dtlBox .title span {
  margin: 4px 0px 4px 15px;
  padding: 0px 20px;
  line-height: 32px;
  height: 32px;
  background: #a88747;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.newDetail .dtlBox .share {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin: 20px 0px 45px 0px;
  text-align: center;
}

/* .newDetail .dtlBox .share .icon{display: inline-block;} */

.newDetail .dtlBox .share a {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
}

.newDetail .dtlBox .share a span {
  text-align: center;
  font-family: "iconfont";
  font-size: 24px;
  color: #ccc;
  float: none;
  display: inline-block !important;
  padding: 0 !important;
  width: 24px;
  height: 24px !important;
  line-height: 24px !important;
  margin: 0 !important;
  background: #fff;
}

.newDetail .dtlBox .share a.shareBtn_sinaAct span:after {
  content: "\e63c";
}

.newDetail .dtlBox .share a.shareBtn_wechatAct span:after {
  content: "\e63d";
}

.newDetail .dtlBox .share a.shareBtn_sinaAct:hover span {
  color: #da251c;
}

.newDetail .dtlBox .share a.shareBtn_wechatAct:hover span {
  color: #0fcb19;
}

.newDetail .dtlBox .share .line {
  margin: 0px 30px;
  display: inline-block;
  color: #eee;
  height: 24px;
  line-height: 24px;
  border-left: 1px solid #eee;
}

.newDetail .dtlBox .share .time {
  font-size: 18px;
  line-height: 24px;
  color: #999;
}

/*yzy-add*/

.newDetail .dtlBox .share .share_btn {
  display: inline-block !important;
}

.newDetail .dtlBox .share .share_btn .shareBtn {
  float: none !important;
}

.newDetail .dtlBox .share span {
  float: none !important;
}

/*yzy-add-end*/

.newDetail .dtlBox .type {
  font-size: 16px;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
  text-align: left;
}

.newDetail .dtlBox .type a {
  margin: 0px 5px;
}

.newDetail .dtlBox .pic {
  width: 100%;
  display: inline-block;
  margin: 10px 0px 30px 0px;
}

.newDetail .dtlBox .pic img {
  width: 100%;
  display: inline-block;
}

.newDetail .dtlBox p, .newDetail .dtlBox div {
  font-size: 16px;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
  text-align: left;
}

.newDetail .dtlBox p a, .newDetail .dtlBox div a {
  margin: 0px 5px;
  color: #a88747;
}

/*.newDetail .dtlBox p img,.newDetail .dtlBox div img{width: 100%; display: inline-block; margin: 10px 0px 30px 0px; max-height: 550px!important;}*/

.newDetail .dtlBox p img, .newDetail .dtlBox div img {
  /* width: auto !important; */
  max-width: 100% !important;
  display: block !important;
  margin: 10px auto 30px auto !important;
  height: auto;
  /* width:100%;
height:100%; */
  /*  max-height: 550px !important; */
}

#jiathis_weixin_h3 {
  font-size: 14px;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .newDetail .dtlBox {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  /* xs*/
  .newDetail .dtlBox {
    margin-bottom: 30px
  }
  .newDetail .dtlBox .title {
    font-size: 24px;
    position: relative;
    padding-bottom: 42px;
  }
  .newDetail .dtlBox .title span {
    margin: 0px 0px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
  }
  .newDetail .dtlBox .share {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .newDetail .dtlBox .share .line {
    margin: 0px 10px;
  }
  .newDetail .dtlBox .share .time {
    font-size: 16px;
  }
  .newDetail .dtlBox .type {
    font-size: 14px;
  }
  #jiathis_weixin_modal {
    width: 300px !important;
    margin: -200px 0px 0px -150px !important;
  }
  .newDetail .dtlBox p a, .newDetail .dtlBox div a {
    margin: 0px 2px;
  }
}

/*相关活动*/

.titBox h1.title {
  line-height: .5em;
  height: .5em;
  border-bottom: 1px solid #eee;
  font-size: 28px;
  position: relative;
  margin-bottom: 2.142857em;
  text-align: center;
}

.titBox h1.title span {
  background: #fff;
  display: inline-block;
  padding: 0px 60px;
  color: #333;
  height: 1em;
  line-height: 1em;
  text-align: center;
}

.activityBox {
  border: 1px solid #eee;
  width: 100%;
  margin-bottom: 75px;
}

.activityBox .picBox {
  background: #f8f8f8;
  text-align: center;
  margin: 0px auto;
}

.activityBox .pic {
  width: auto;
  height: 100%;
}

.activityBox .txtBox {
  width: 100%;
  height: 301px;
  padding: 0px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.activityBox .txtBox .title {
  font-size: 24px;
  line-height: 1.3em;
  color: #333;
  padding-top: 40px;
}

.activityBox .txtBox .type {
  font-size: 14px;
  line-height: 21px;
  color: #999;
  margin-top: 15px;
}

.activityBox .txtBox .time {
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #eee;
  padding: 15px 0px;
  width: 89%\9;
  width: -moz-calc(100% - (30px + 30px));
  width: -webkit-calc(100% - (30px + 30px));
  width: calc(100% - (30px + 30px));
  font-size: 0px;
}

.activityBox .txtBox .time .txt {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.activityBox .txtBox .time .label {
  height: 24px;
  line-height: 24px;
  width: 67px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #a88747;
  text-align: center;
  margin-left: 15px;
}

.activityBox .txtBox .time .label.ongoing {
  background: #6f3a8a;
}

.activityBox .txtBox .time .label.end {
  background: #eee;
}

.activityBox .txtBox .time .link {
  line-height: 24px;
  font-size: 14px;
  color: #6f3a8a;
  float: right;
}

.pieceBox {
  border-top: 1px solid #eee;
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  margin-bottom: 60px;
}

.pieceBox .txt {
  font-size: 14px;
  line-height: 1.3em;
  color: #666;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pieceBox .txt span {
  color: #a88747;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .activityBox .txtBox {
    height: 248px;
  }
  .activityBox .txtBox .title {
    font-size: 18px;
  }
  .activityBox .txtBox .type {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .activityBox {
    margin-bottom: 60px;
  }
  .activityBox .txtBox {
    height: auto;
  }
  .activityBox .txtBox .title {
    padding-top: 30px;
  }
  .activityBox .txtBox .time {
    position: relative;
    width: -moz-calc(100% + (30px + 30px));
    width: -webkit-calc(100% + (30px + 30px));
    width: calc(100% + (30px + 30px));
    margin-top: 30px;
    left: -30px;
    padding: 15px 30px;
    box-sizing: border-box;
  }
  .pieceBox {
    margin-bottom: 45px;
  }
}

@media (max-width:767px) {
  /* xs*/
  .titBox h1.title {
    font-size: 24px;
  }
  .titBox h1.title span {
    padding: 0px 45px;
  }
  .activityBox {
    margin-bottom: 60px;
  }
  .activityBox .txtBox {
    height: auto;
    padding: 0px 20px;
  }
  .activityBox .txtBox .title {
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
  }
  .activityBox .txtBox .type {
    margin-top: 10px;
    font-size: 12px;
  }
  .activityBox .txtBox .time {
    position: relative;
    width: -moz-calc(100% + (20px + 20px));
    width: -webkit-calc(100% + (20px + 20px));
    width: calc(100% + (20px + 20px));
    margin-top: 20px;
    left: -20px;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .activityBox .txtBox .time .txt {
    font-size: 12px;
  }
  .activityBox .txtBox .time .link {
    font-size: 12px;
  }
  .pieceBox {
    margin-bottom: 45px;
  }
  .pieceBox .txt {
    color: #a88747;
  }
  .pieceBox .txt span {
    display: none;
  }
}

/*相关产品*/

.productBox {
  width: 100%;
  margin-bottom: 60px;
}

.productBox ul {
  width: 1170px;
  left: -15px;
  position: relative;
  text-align: center;
}

.productBox ul li {
  padding: 0px 15px;
  font-size: 0;
}

.productBox ul li .img {
  width: 170px;
  height: 170px;
  display: inline-block;
  float: left
}

.productBox ul li .img img {
  width: 100%
}

.productBox ul li .o_table {
  height: 170px;
  font-size: 12px;
  width: 189px;
  padding-left: 30px;
  box-sizing: border-box;
}

.productBox ul li .o_table .o_cell {
  text-align: left;
  width: 100%
}

.productBox ul li .o_table h2 {
  font-size: 18px;
  line-height: 1.1em;
  height: 1.1em;
  margin-bottom: 10px;
  width: 159px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.productBox ul li .o_table .xh {
  line-height: 1.1em;
  margin-bottom: 20px;
  height: 1.1em
}

.productBox ul li .o_table .jg {
  line-height: 1.1em;
  height: 1.1em
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .productBox ul {
    width: 970px
  }
  .productBox ul li .img {
    width: 130px
  }
  .productBox ul li .o_table {
    width: 162px;
    height: 130px
  }
  .productBox ul li .o_table h2 {
    font-size: 16px;
    width: 132px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .productBox {
    margin-bottom: 45px;
  }
  .productBox ul {
    width: 750px
  }
  .productBox ul li .img {
    width: 160px
  }
  .productBox ul li .o_table {
    width: 184px;
    height: 160px
  }
  .productBox ul li .o_table h2 {
    width: 154px;
  }
}

@media (max-width:767px) {
  /* xs*/
  .productBox {
    margin-bottom: 15px;
  }
  .productBox ul {
    width: 100%;
    left: 0;
    text-align: left;
  }
  .productBox ul li {
    padding: 0;
    margin-bottom: 30px
  }
  .productBox ul li .img {
    width: 50%
  }
  .productBox ul li .img img {
    width: calc(100% - 15px)
  }
  .productBox ul li .o_table {
    width: 50%;
    height: 160px;
    padding-left: 15px;
    text-align: left
  }
  .productBox ul li .o_table h2 {
    font-size: 16px;
    width: 130px;
  }
}

/*品牌首页banner*/

.brandBox {
  position: relative;
}

.brandBan {
  position: relative;
  margin: 0 auto;
  /* max-width: 1500px; */
  overflow: hidden;
  width: 100%;
  height: 600px;
}

/*.brandBan .picBox video{display: none;}*/

/*.brandBan .picBox{height: 600px;}*/

.brandBan .picBox .pic {
  width: 100%;
  /* height: 600px; */
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.playBtn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brandBan .txtBox {
  position: absolute;
  top: 0px;
}

.brandBan .txtBox img {
  width: 585px;
  display: inline-block;
  margin-bottom: 25px;
}

.brandBan .txtBox .row {
  cursor: pointer;
}

.brandBan .txtBox .row .c_play {
  background: url(../images/c_play.png);
  width: 48px;
  height: 48px;
  display: inline-block;
}

.brandBan .txtBox .row span {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  margin-left: 20px;
}

.brandBox_con {
  position: relative;
  margin: 0 auto;
  /* max-width: 1500px; */
  overflow: hidden;
  width: 100%;
}

.brandBox_con .contxt {
  margin: 45px 0px;
  text-align: center;
}

.brandBox_con .contxt .title {
  font-size: 18px;
  line-height: 1.75em;
  color: #333;
}

.brandBox_con .contxt .name {
  font-size: 18px;
  line-height: 1.75em;
  color: #ccc;
  margin-bottom: 15px;
}

.brandBox_con .contxt .name span {
  color: #666;
}

.brandBox_con .contxt .name span.gold {
  color: #a88747;
}

.brandBox_con .contxt .type {
  font-size: 12px;
  color: #999;
  line-height: 1.5em;
}

.brandBox_show {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}

.brandBox_show li img {
  width: 100%;
  display: inline-block;
}

.brandBox_show li .row {
  width: 65%;
  margin: 0px auto;
  height: 379px;
}

.brandBox_show li .row .title {
  font-size: 32px;
  line-height: 1.3em;
  color: #333;
  margin-bottom: 15px;
}

.brandBox_show li .row .name {
  font-size: 18px;
  line-height: 1.3em;
  color: #a98a4b;
  margin-bottom: 10px;
}

.brandBox_show li .row .type {
  font-size: 12px;
  line-height: 1.5em;
  color: #999;
}

@-moz-document url-prefix() {
  .brandBox_show .o_table {
    display: table;
  }
  .brandBox_show .o_cell {
    margin: 0px 0px;
    display: table-cell;
  }
}

#mep_0 {
  width: 100% !important\9;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .brandBan {
    height: auto;
  }
  /*.brandBan .picBox{height: 450px;}*/
  .brandBan .picBox .pic {
    /* height: 450px;
    width: auto; */
    height: auto;
    width: 100%;
  }
  .brandBox_show li .row {
    height: 279px;
  }
  .brandBox_show li .row .title {
    font-size: 24px;
  }
  .brandBox_show li .row .name {
    font-size: 16px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .brandBan {
    height: auto;
  }
  /*.brandBan .picBox{height: 450px;}*/
  .brandBan .picBox .pic {
    height: auto;
    width: 100%;
  }
  .brandBan .txtBox img {
    width: 500px;
  }
  .brandBox_con .contxt .title {
    font-size: 16px;
  }
  .brandBox_show {
    margin-bottom: 45px;
    padding-top: 45px;
  }
  .brandBox_show li .pic {
    width: 90%;
    margin: 0px auto;
  }
  .brandBox_show li .row {
    height: auto !important;
    width: 70%;
    padding: 40px 0px 60px 0px;
  }
  .brandBox_show li .row .title {
    font-size: 24px;
  }
  .brandBox_show li .row .name {
    font-size: 16px;
  }
}

@media (max-width:767px) {
  /* xs*/
  .brandBan {
    /* height: 300px; */
    height: auto;
  }
  /*.brandBan .picBox{height: 300px;}*/
  .brandBan .picBox .pic {
    /* height: 300px;
    width: auto; */
    position:relative;
    top: auto;
    left: auto;
    margin: 0;
    transform: translate(0);
    height: auto;
    width: 100%;
  }
  .brandBan .picBox video {
    height: 100% !important;
  }
  /*#mep_0,#mep_0 .mejs-overlay-play{height: 300px!important;}*/
  .brandBan .txtBox img {
    width: 66.66666667%;
    margin-bottom: 20px;
  }
  .brandBan .txtBox .row span {
    margin-left: 10px;
    font-size: 16px;
    line-height: 32px;
  }
  .brandBan .txtBox .row .c_play {
    width: 32px;
    height: 32px;
    background-size: 100%;
  }
  .brandBox_con .contxt {
    margin: 40px 0px 50px;
    padding: 0px 15px;
  }
  .brandBox_con .contxt .title {
    font-size: 14px;
  }
  .brandBox_show {
    margin-bottom: 45px;
  }
  .brandBox_show li .pic {
    width: 100%;
    margin: 0px auto;
  }
  .brandBox_show li .row {
    height: auto !important;
    width: 100%;
    padding: 30px 15px 40px 15px;
  }
  .brandBox_show li .row .title {
    font-size: 18px;
  }
  .brandBox_show li .row .name {
    font-size: 14px;
  }
}

/*.brandBan .picBox video{width: 100%;height: 600px;}*/

/*#mep_0 div video{width: 100%;height: 600px;}*/

/*.brandBan .picBox .mejs-overlay-button{background: url(c_play.png) no-repeat;width: 48px;height: 48px;}*/

/*演绎更多精彩*/

.moreBrilliant {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.moreBrilliant .title {
  font-size: 32px;
  line-height: 1.3em;
  color: #333;
  margin-bottom: 10px;
}

.moreBrilliant .type {
  font-size: 14px;
  line-height: 1.3em;
  color: #999;
  margin-bottom: 30px;
}

.moreBrilliant ul {
  width: 1170px;
  left: -15px;
  position: relative;
  text-align: center;
}

.moreBrilliant ul li {
  padding: 0px 15px;
  font-size: 0;
}

.moreBrilliant ul li .row {
  width: 100%;
  text-align: center;
}

.moreBrilliant ul li .row .img-box {
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.moreBrilliant ul li .row img {
  width: 100%;
  display: inline-block;
}

.moreBrilliant ul li .row .name {
  margin: 15px 0px;
  font-size: 14px;
  line-height: 1.3em;
  color: #666;
}

.moreBrilliant ul li .row a {
  width: 120px;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .moreBrilliant ul {
    width: 970px
  }
  .moreBrilliant ul li .row .name {
    font-size: 12px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .moreBrilliant {
    padding-bottom: 30px;
  }
  .moreBrilliant ul {
    width: 750px;
  }
  .moreBrilliant ul li .row {
    margin-bottom: 30px;
  }
  .moreBrilliant ul li .row .name {
    font-size: 14px;
  }
}

@media (max-width:767px) {
  /* xs*/
  .moreBrilliant {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .moreBrilliant ul li .row .img-box {
    height: auto;
    overflow: hidden;
    display: block;
    align-items: auto;
  }
  .moreBrilliant .title {
    font-size: 28px;
  }
  .moreBrilliant ul {
    width: 100%;
    left: 0px;
  }
  .moreBrilliant ul li {
    padding: 0px 0px;
  }
  .moreBrilliant ul li .row {
    margin-bottom: 30px;
  }
}

/*首页轮播图*/

.brand_turnBan {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

.brand_turnBan .btn_per {
  position: absolute;
  top: 50%;
  left: 0px;
  font-family: "iconfont";
  font-size: 0px;
  cursor: pointer;
  z-index: 1;
  background: #fff;
  width: 48px;
  height: 48px !important;
  margin-top: -24px;
  line-height: 48px !important;
}

.brand_turnBan .btn_next {
  position: absolute;
  top: 50%;
  right: 0px;
  font-family: "iconfont";
  font-size: 0px;
  cursor: pointer;
  z-index: 1;
  background: #fff;
  width: 48px;
  height: 48px !important;
  margin-top: -24px;
  line-height: 48px !important;
}

.brand_turnBan .btn_per:after {
  content: "\e60b";
  display: inline-block;
  font-size: 48px;
  color: #000;
}

.brand_turnBan .btn_next:after {
  content: "\e60c";
  display: inline-block;
  font-size: 48px;
  color: #000;
}

.brand_turnBan .showbox {
  overflow: hidden;
  padding-bottom: 30px;
}

.brand_turnBan .showbox li {
  position: relative;
  text-align: center;
}

.brand_turnBan .showbox li .row {
  position: relative;
}

.brand_turnBan .showbox li .pic {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.brand_turnBan .showbox li .pic i {
  background: url(../images/c_brand_head_back.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.brand_turnBan .showbox li .pic img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.brand_turnBan .showbox li h2 {
  font-size: 24px;
  line-height: 1.3em;
  color: #333;
  margin-bottom: 20px;
  white-space: pre-wrap;
}

.brand_turnBan .showbox li .name {
  font-size: 12px;
  line-height: 1.3em;
  color: #999;
  margin-bottom: 10px;
}

.brand_turnBan .showbox li .type {
  font-size: 14px;
  line-height: 1.3em;
  color: #666;
  margin-bottom: 15px;
}

.brand_turnBan .showbox li .o_linebtn1 {
  width: 120px;
}

.brand_turnBan .showbox .quotes {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 125px;
}

.brand_turnBan .showbox .quotes img {
  width: 100%;
}

.brand_turnBan .showbox .quotes_l {
  left: -18px;
}

.brand_turnBan .showbox .quotes_r {
  right: -18px;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .brand_turnBan {
    margin-bottom: 45px;
  }
  .brand_turnBan .showbox li h2 {
    font-size: 18px;
  }
}

@media (max-width:767px) {
  /* xs*/
  .brand_turnBan {
    margin-bottom: 45px;
  }
  .brand_turnBan .btn_next, .brand_turnBan .btn_per {
    text-align: center;
  }
  .brand_turnBan .btn_per:after {
    font-size: 24px;
  }
  .brand_turnBan .btn_next:after {
    font-size: 24px;
  }
  .brand_turnBan .showbox li h2 {
    font-size: 14px;
    line-height: 21px;
  }
}

/*底部banner*/

.footBan {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footBan img {
  width: 2000px;
  height: 300px;
}

.footBan .txtBox {
  position: absolute;
  top: 0px;
  height: 300px;
}

.footBan .txtBox .row {
  float: right;
}

.footBan .txtBox .row .title {
  font-size: 32px;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 15px;
}

.footBan .txtBox .row .type span {
  font-size: 18px;
  line-height: 16px;
  color: #a78847;
}

.footBan .txtBox .row .type i {
  margin-left: 10px;
  font-size: 16px;
  color: #a78847;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .footBan img {
    height: 250px;
    width: auto;
  }
  .footBan .txtBox {
    height: 250px;
  }
  .footBan .txtBox .row .type i {
    margin-left: 8px;
  }
}

@media (max-width:767px) {
  /* xs*/
  .footBan img {
    height: 200px;
    width: auto;
  }
  .footBan .txtBox {
    height: 200px;
  }
  .footBan .txtBox .row .title {
    font-size: 24px;
  }
  .footBan .txtBox .row .type span {
    font-size: 16px;
  }
  .footBan .txtBox .row .type i {
    margin-left: 8px;
  }
}

/*细品恒热人生*/

.fineLife {
  position: relative;
  margin-bottom: 60px;
}

.fineLife h1.tit {
  height: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
  margin: 60px 0;
}

.fineLife h1.tit span {
  padding: 0 60px;
  background: white;
  font-size: 28px;
  line-height: 30px
}

.fineLife {
  position: relative
}

.fineLife .bannerbox {
  position: relative;
  height: 570px;
}

.bannerBig {
  margin-bottom: 30px
}

.bannerBig .showbox {
  overflow: hidden
}

.bannerBig ul {
  white-space: nowrap
}

.bannerBig ul li {
  display: inline-block;
  position: relative
}

.bannerBig ul li .zz {
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bannerBig ul li img {
  width: 100%;
  position: relative
}

.bannerBig ul li .infobox {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 570px;
  white-space: normal;
  color: white;
}

.bannerBig ul li .infobox .o_cell {}

.bannerBig ul li .infobox h2 {
  color: white;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.3em
}

.bannerBig ul li .infobox p {
  font-size: 14px;
  line-height: 1.75em;
  margin-bottom: 20px;
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.bannerBig ul li .infobox .btn img {
  width: 64px;
  height: 64px;
}

.bannerBig ul li .infobox .btn {
  font-size: 16px;
  line-height: 48px
}

.bannerBig ul li .txtbox {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 370px;
  white-space: normal;
}

.bannerBig ul li .txtbox p, .bannerBig ul li .txtbox {
  font-size: 16px;
  line-height: 1.3em;
  color: #fff;
  display: block;
}

.bannerBig .btn_next, .bannerBig .btn_per {
  position: absolute
}

.bannerListbox {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
}

.bannerList {
  position: relative;
}

.bannerList .showbox {
  width: 390px;
  display: inline-block
}

.bannerList ul {
  white-space: nowrap;
  text-align: right
}

.bannerList ul li img {
  width: 100%;
  position: relative
}

.bannerList ul li {
  dispaly: inline-block;
}

.bannerList ul li .box {
  padding: 2px;
  background: white;
  margin: 0 5px;
  position: relative;
  cursor: pointer
}

.bannerList ul li .box .s {
  position: relative
}

.bannerList ul li .box i {
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.bannerList ul li.cur .box i {
  display: none
}

.bannerList ul li .box div {
  overflow: hidden
}

.bannerList .btn_next, .bannerList .btn_per {
  position: relative;
  background: url("../images/null.png");
  display: inline-block
}

.bannerList .btn_per {
  font-family: "iconfont";
  /*left:-57px;width:32px;*/
  width: 62px;
  cursor: pointer;
  color: white;
  line-height: 62px !important
}

.bannerList .btn_next {
  font-family: "iconfont";
  /*right:-57px;width:32px;*/
  width: 62px;
  cursor: pointer;
  color: white;
  background: url(../images/null.png);
  line-height: 62px !important;
  float: right;
  right: 0;
}

.bannerList .btn_per:after {
  content: "\e60b";
  font-size: 32px;
  float: left
}

.bannerList .btn_next:after {
  content: "\e60c";
  font-size: 32px;
  float: right
}

@media (min-width:992px) and (max-width:1199px) {
  /*md */
  .fineLife .bannerbox {
    height: 470px;
  }
  .bannerBig ul li .infobox {
    height: 470px
  }
  .bannerBig ul li .txtbox {
    width: 300px;
  }
  .bannerBig ul li .infobox .btn img {
    width: 64px;
    height: 64px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .fineLife .bannerbox {
    height: 360px;
  }
  .bannerListbox {
    bottom: 20px;
    right: 20px
  }
  .bannerList {}
  .bannerList .showbox {
    width: 260px;
  }
  .bannerBig ul li .infobox {
    height: 360px
  }
  .bannerBig ul li .infobox .btn {
    font-size: 14px
  }
  .bannerBig ul li .infobox .btn img {
    width: 64px;
    height: 64px;
  }
  .bannerBig ul li .txtbox {
    left: 20px;
    bottom: 20px;
    width: 280px;
  }
  .bannerBig ul li .txtbox p {
    font-size: 14px;
  }
}

.bannerBig .btn_next, .bannerBig .btn_per {
  width: 50px;
  color: white;
  font-family: "iconfont";
  z-index: 1;
  text-align: center
}

.bannerBig .btn_next {
  right: 0;
}

.bannerBig .btn_per {
  left: 0;
}

.bannerBig .btn_next:after {
  content: "\e60c";
  font-size: 32px;
  position: relative;
}

.bannerBig .btn_per:after {
  content: "\e60b";
  font-size: 32px;
  position: relative;
}

@media (max-width:767px) {
  .fineLife .bannerbox {
    height: auto;
  }
  /*xs */
  .fineLife h1.tit span {
    font-size: 24px
  }
  .bannerBig {
    overflow: hidden
  }
  .bannerBig .showbox {
    height: auto
  }
  .bannerBig ul li {
    height: auto !important;
    white-space: normal
  }
  .bannerBig ul li .zz {
    top: 0px;
    height: 192px;
  }
  .bannerBig ul li .infobox {
    height: 192px;
    margin-left: -24px;
    width: 48px;
  }
  .bannerBig ul li .infobox .o_cell {
    text-align: center;
    color: #333
  }
  .bannerBig ul li .infobox .btn {
    font-size: 14px;
  }
  .bannerBig ul li .infobox .btn img {
    width: 48px;
    height: 48px;
  }
  .bannerBig ul li .txtbox {
    position: static;
    left: 0px;
    bottom: 0px;
    margin-top: 20px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .bannerBig ul li .txtbox p {
    font-size: 14px;
    color: #666;
    text-align: center;
  }
}

/*banner视频*/

.brandBan .picBox video {
  display: block;
  background: #333;
  height: 600px !important;
}

.brandBan .picBox .mejs-video .me-plugin object {
  width: 100% !important;
}

.brandBan .picBox .mejs-container, .brandBan .picBox .mejs-layers .mejs-overlay, .brandBan .picBox .mejs-overlay-play {
  height: 600px !important;
}

.brandBan .picBox .mejs-container.mejs-container-fullscreen {
  height: 100% !important;
}

.brandBan .picBox .mejs-container .mejs-controls {
  padding-left: 37%;
}

.brandBan .picBox .mejs-layers .mejs-layer:first-child {
  display: none !important;
}

.brandBan .picBox .mejs-overlay-play {
  display: none;
}

.brandBan .picBox .mejs-controls div.mejs-time-rail {
  width: 200px !important;
}

.brandBan .picBox .mejs-controls .mejs-time-rail .mejs-time-total {
  width: 170px !important;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .brandBan .picBox video {
    height: 100% !important;
    width: 100%;
  }
  .brandBan .picBox .mejs-container .mejs-controls {
    padding-left: 0%;
  }
  .brandBan .picBox .mejs-container, .brandBan .picBox .mejs-layers .mejs-overlay, .brandBan .picBox .mejs-overlay-play {
    width: 100% !important;
    height: 450px !important;
  }
  .brandBan .picBox .mejs-layers .mejs-layer:first-child {
    display: none;
  }
  .brandBan .picBox .mejs-controls div.mejs-time-rail {
    width: -moz-calc(100% - (26px + 50px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px) * 2) !important;
    width: calc(100% - (26px + 50px) * 2) !important;
  }
  .brandBan .picBox .mejs-controls .mejs-time-rail .mejs-time-total {
    width: -moz-calc(100% - (26px + 50px + 15px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px + 15px) * 2) !important;
    width: calc(100% - (26px + 50px + 15px) * 2) !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .brandBan .picBox video {
    height: 100% !important;
    width: 100%;
  }
  .brandBan .picBox .mejs-container .mejs-controls {
    padding-left: 0%;
  }
  .brandBan .picBox .mejs-container, .brandBan .picBox .mejs-layers .mejs-overlay, .brandBan .picBox .mejs-overlay-play {
    width: 100% !important;
    height: 450px !important;
  }
  .brandBan .picBox .mejs-layers .mejs-layer:first-child {
    height: 450px !important;
  }
  .brandBan .picBox .mejs-layers .mejs-layer:first-child img {
    margin-left: 0px !important;
  }
  .brandBan .picBox .mejs-controls div.mejs-time-rail {
    width: -moz-calc(100% - (26px + 50px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px) * 2) !important;
    width: calc(100% - (26px + 50px) * 2) !important;
  }
  .brandBan .picBox .mejs-controls .mejs-time-rail .mejs-time-total {
    width: -moz-calc(100% - (26px + 50px + 15px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px + 15px) * 2) !important;
    width: calc(100% - (26px + 50px + 15px) * 2) !important;
  }
}

@media (max-width:767px) {
  /* xs*/
  .brandBan .picBox video {
    height: 100% !important;
    width: 100%;
  }
  .brandBan .picBox .mejs-container .mejs-controls {
    padding-left: 0%;
  }
  .brandBan .picBox .mejs-container, .brandBan .picBox .mejs-layers .mejs-overlay, .brandBan .picBox .mejs-overlay-play {
    width: 100% !important;
    height: 100% !important;
  }
  .brandBan .picBox .mejs-layers .mejs-layer:first-child {
    height: 100% !important;
    ;
  }
  .brandBan .picBox .mejs-layers .mejs-layer:first-child img {
    margin-left: 0px !important;
  }
  .brandBan .picBox .mejs-controls div.mejs-time-rail {
    width: -moz-calc(100% - (26px + 50px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px) * 2) !important;
    width: calc(100% - (26px + 50px) * 2) !important;
  }
  .brandBan .picBox .mejs-controls .mejs-time-rail .mejs-time-total {
    width: -moz-calc(100% - (26px + 50px + 15px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px + 15px) * 2) !important;
    width: calc(100% - (26px + 50px + 15px) * 2) !important;
  }
}

/*轮播视频*/

.bannerBig ul li video {
  height: 570px !important;
  width: 100%;
  display: block;
  background: #333;
}

.bannerBig ul li .mejs-container.mejs-container-fullscreen {
  height: 100% !important;
}

.bannerBig ul li .mejs-container {
  background: #333 !important;
}

.bannerBig ul li .mejs-container, .bannerBig ul li .mejs-layers .mejs-overlay, .bannerBig ul li .mejs-overlay-play {
  height: 570px !important;
  width: 100% !important;
}

.bannerBig ul li .mejs-container .mejs-controls {
  padding-left: 15%;
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
  .bannerBig ul li video, .bannerBig ul li .mejs-container, .bannerBig ul li .mejs-layers .mejs-overlay, .bannerBig ul li .mejs-overlay-play {
    height: 470px !important;
  }
  .bannerBig ul li .mejs-controls div.mejs-time-rail {
    width: -moz-calc(100% - (26px + 50px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px) * 2) !important;
    width: calc(100% - (26px + 50px) * 2) !important;
  }
  .bannerBig ul li .mejs-controls .mejs-time-rail .mejs-time-total {
    width: -moz-calc(100% - (26px + 50px + 15px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px + 15px) * 2) !important;
    width: calc(100% - (26px + 50px + 15px) * 2) !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
  .bannerBig ul li video, .bannerBig ul li .mejs-container, .bannerBig ul li .mejs-layers .mejs-overlay, .bannerBig ul li .mejs-overlay-play {
    height: 360px !important;
  }
  .bannerBig ul li .mejs-controls div.mejs-time-rail {
    width: -moz-calc(100% - (26px + 50px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px) * 2) !important;
    width: calc(100% - (26px + 50px) * 2) !important;
  }
  .bannerBig ul li .mejs-controls .mejs-time-rail .mejs-time-total {
    width: -moz-calc(100% - (26px + 50px + 15px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px + 15px) * 2) !important;
    width: calc(100% - (26px + 50px + 15px) * 2) !important;
  }
}

@media (max-width:767px) {
  /* xs*/
  .bannerBig ul li video {
    z-index: 9
  }
  .bannerBig ul li video, .bannerBig ul li .mejs-container, .bannerBig ul li .mejs-layers .mejs-overlay, .bannerBig ul li .mejs-overlay-play {
    height: 300px !important;
  }
  .bannerBig ul li .mejs-controls div.mejs-time-rail {
    width: -moz-calc(100% - (26px + 50px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px) * 2) !important;
    width: calc(100% - (26px + 50px) * 2) !important;
  }
  .bannerBig ul li .mejs-controls .mejs-time-rail .mejs-time-total {
    width: -moz-calc(100% - (26px + 50px + 15px)*2) !important;
    width: -webkit-calc(100% - (26px + 50px + 15px) * 2) !important;
    width: calc(100% - (26px + 50px + 15px) * 2) !important;
  }
}

@media (max-width:650px) {
  /* xs*/
  .bannerBig ul li video, .bannerBig ul li .mejs-container, .bannerBig ul li .mejs-layers .mejs-overlay, .bannerBig ul li .mejs-overlay-play {
    height: 310px !important;
  }
}

@media (max-width:550px) {
  /* xs*/
  .bannerBig ul li video, .bannerBig ul li .mejs-container, .bannerBig ul li .mejs-layers .mejs-overlay, .bannerBig ul li .mejs-overlay-play {
    height: 260px !important;
  }
}

@media (max-width:450px) {
  /* xs*/
  .bannerBig ul li video, .bannerBig ul li .mejs-container, .bannerBig ul li .mejs-layers .mejs-overlay, .bannerBig ul li .mejs-overlay-play {
    height: 210px !important;
  }
}

@media (max-width:350px) {
  /* xs*/
  .bannerBig ul li video, .bannerBig ul li .mejs-container, .bannerBig ul li .mejs-layers .mejs-overlay, .bannerBig ul li .mejs-overlay-play {
    height: 150px !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  /* md*/
}

@media (min-width:768px) and (max-width:991px) {
  /* sm*/
}

@media (max-width:767px) {
  /* xs*/
}

/*了解品牌动画*/

/* 轮播 */

.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%;
  overflow: hidden;
}

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

.indexBanner .cont li .text {
  position: absolute;
  bottom: 45px;
  padding: 0 40px;
  color: white;
  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: white;
  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 .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
  }
  .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
  }
  .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
}

/* 品牌动画 */

.flash_purple_box {
  position: absolute;
  left: 10%;
  top: 10%;
  background: #bf0106;
  background: rgba(190, 1, 5, 0.9);
  color: #fff;
  padding: 40px 30px;
  width: 420px;
  cursor: pointer!important;
  z-index: 3;
}

.flash_purple_box * {
  cursor: pointer!important;
}

.flash_purple_box h2 {
  font-size: 34px;
  line-height: 60px;
  color: #fff;
}

.flash_purple_box p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 24px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.flash_purple_box em {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #e9e9e9;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.flash_purple_box i {
  display: block;
  font-size: 14px;
  padding-top: 15px;
  cursor: pointer!important;
}

.flash_purple_box i b {
  display: inline-block;
  width: 50px;
  height: 0;
  border-top: 1px solid #fff;
  margin: 8px 9px 0 -59px;
}

@media(max-width:991px) {
  .flash_purple_box {
    left: 3.5%;
    top: 15%;
    padding: 30px;
    width: 58.4%;
  }
  .flash_purple_box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .flash_purple_box p {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0 20px;
  }
  .flash_purple_box em {
    font-size: 20px;
    line-height: 28px;
  }
}

@media(max-width:575px) {
  .flash_purple_box {
    padding: 15px;
  }
  .flash_purple_box h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .flash_purple_box p {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 10px;
  }
  .flash_purple_box em {
    font-size: 12px;
    line-height: 16px;
  }
  .flash_purple_box i {
    font-size: 12px;
  }
}

@media(max-width:330px) {
  .flash_purple_box {
    width: 66%;
  }
}

/* 页码动画 */

/* #bannerboxflash .indexBanner .bannerpager li {
  margin: 0;
  box-sizing: border-box;
  width: 25%;
  background: #fff;
  background: rgba(0, 0, 0, .3);
} */

/* 页码动画 */

#bannerboxflash .bannermask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 4, 4, 0.6);
  z-index: 1;
}
#bannerboxflash .bannerpagerflash {
  z-index: 2;
  position: absolute;
  bottom: 60px;
  display: inline-block;
  width: 88%;
  font-size: 0;
}

#bannerboxflash .bannerpagerflash li {
  position: relative;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  width: 25%;
  height: 10px;
}

#bannerboxflash .bannerpagerflash li span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 4px 10px 0 0;
}

#bannerboxflash .bannerpagerflash li span i {
  display: inline-block;
  width: 0;
  height: 1px;
  background: #be0106;
}

#bannerboxflash .bannerpagerflash li em {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 10px;
}

#bannerboxflash .bannerpagerflash li b {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  right: 0;
  padding-top: 20px;
  white-space: nowrap;
  color: #fff;
  min-width: 200px;
  text-align: center;
  margin-right: -95px;
}

@media (max-width:575px) {
  #bannerboxflash .bannerpagerflash li b {
    margin-right: -18px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    max-width: 20%;
    min-width: 50px;
  }
}

#bannerboxflash .bannerpagerflash li:hover b, #bannerboxflash .bannerpagerflash li.active b {
  cursor: pointer;
  color: #be0106;
}

#bannerboxflash .bannerpagerflash li:hover em, #bannerboxflash .bannerpagerflash li.active em {
  cursor: pointer;
  border: 1px solid #be0106;
}

@media (max-width:1199px) {
  #bannerboxflash .bannerpagerflash li:hover b {
    color: #fff;
  }
  #bannerboxflash .bannerpagerflash li:hover em {
    border: 1px solid #fff;
  }
  #bannerboxflash .bannerpagerflash li.active b {
    color: #be0106!important;
  }
  #bannerboxflash .bannerpagerflash li.active em {
    border: 1px solid #be0106!important;
  }
}

#bannerboxflash a, #bannerboxflash a * {
  cursor: default;
}

#bannerboxflash .bannerpager {
  z-index: 0;
}

/* 暂时隐藏左右滑动按钮 */

.indexBanner .btn_next, .indexBanner .btn_per {
  display: none!important;
}

/* flash弹层样式 */

#f_ad_flash1, #f_ad_flash2, #f_ad_flash3, #f_ad_flash4 {
  background: #fff;
}

#f_ad_flash1.show, #f_ad_flash2.show, #f_ad_flash3.show, #f_ad_flash4.show {
  display: block !important;
}

#f_ad_flash1.cui_popup, #f_ad_flash2.cui_popup, #f_ad_flash3.cui_popup, #f_ad_flash4.cui_popup {
  width: 100%;
  height: 100%;
  margin: 0;
  margin-left: 0!important;
  left: 0;
  right: 0;
  overflow-y: auto;
}

#f_ad_flash1 .cui_popupClose, #f_ad_flash2 .cui_popupClose, #f_ad_flash3 .cui_popupClose, #f_ad_flash4 .cui_popupClose {
  float: left;
  background: url(../images/brand_flash_back.png) no-repeat 11px 15px;
}

@media(max-width:991px) {
  #f_ad_flash1 .cui_popupClose, #f_ad_flash2 .cui_popupClose, #f_ad_flash3 .cui_popupClose, #f_ad_flash4 .cui_popupClose {
    float: left;
    background: url(../images/brand_flash_back_xs.png) no-repeat 11px 15px;
    margin: 60px 0 0 45px;
    width: 100px;
  }
}

@media(max-width:575px) {
  #f_ad_flash1 .cui_popupClose, #f_ad_flash2 .cui_popupClose, #f_ad_flash3 .cui_popupClose, #f_ad_flash4 .cui_popupClose {
    margin: 15px 0 0 0;
    background: url(../images/brand_flash_back.png) no-repeat 11px 15px;
  }
}

#f_ad_flash1 .cont, #f_ad_flash2 .cont, #f_ad_flash3 .cont, #f_ad_flash4 .cont {
  padding: 0;
  overflow: hidden;
}

#f_ad_flash1.cui_popup>h1, #f_ad_flash2.cui_popup>h1, #f_ad_flash3.cui_popup>h1, #f_ad_flash4.cui_popup>h1 {
  border: none;
}

@media (max-width:991px) {
  #f_ad_flash1.cui_popup>h1, #f_ad_flash2.cui_popup>h1, #f_ad_flash3.cui_popup>h1, #f_ad_flash4.cui_popup>h1 {
    height: 115px;
  }
}

@media (max-width:575px) {
  #f_ad_flash1.cui_popup>h1, #f_ad_flash2.cui_popup>h1, #f_ad_flash3.cui_popup>h1, #f_ad_flash4.cui_popup>h1 {
    height: 80px;
  }
}

.newflash_pad {
  padding: 0 3.33%;
}

.newflash_tit {
  font-size: 46px;
  color: #333;
  line-height: 65px;
}

@media (max-width:991px) {
  .newflash_tit {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    padding-bottom: 10px;
  }
}

@media (max-width:575px) {
  .newflash_tit {
    font-size: 24px;
    line-height: 28px;
  }
}

.newflash_tip {
  font-size: 20px;
  line-height: 35px;
  color: #4d4d4d;
}

@media (max-width:991px) {
  .newflash_tip {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #b19460;
  }
}

@media (max-width:575px) {
  .newflash_tip {
    font-size: 16px;
    line-height: 22px;
  }
}

.newflash_img1, newflash_img1_small {
  padding: 20px 0 35px;
}

@media (max-width:991px) {
  .newflash_img1 {
    padding: 40px 0;
  }
}

.newflash_img1 img {
  width: 100%;
}

.newflash_img1_small img {
  width: 71.4%;
}

@media (max-width:991px) {
  .newflash_img1_small img {
    width: 100%;
  }
}

.newflash_article {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}

@media (max-width:991px) {
  .newflash_article {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width:575px) {
  .newflash_article {
    font-size: 16px;
    line-height: 22px;
  }
}

.newflash_article .light {
  color: #a98a4b;
}

/* flash弹层1 */

.newflash_img2 {
  position: absolute;
  left: 52%;
  bottom: 40px;
  width: 20%;
  z-index: 1;
}

@media(max-width:991px) {
  .newflash_img2 {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 48.62%;
    z-index: 1;
  }
}

.newflash_img3 {
  position: absolute;
  right: 10%;
  bottom: 90px;
  width: 20%;
  z-index: 2;
}

@media(max-width:991px) {
  .newflash_img3 {
    position: relative;
    right: 0;
    bottom: 0;
    width: 48.62%;
    z-index: 0;
    padding: 40px 0 90px;
  }
}

.newflash_img4 {
  position: absolute;
  left: 92%;
  bottom: 40px;
  width: 13%;
  z-index: 1;
}

@media(max-width:991px) {
  .newflash_img4 {
    left: auto;
    right: 0;
    bottom: 50px;
    width: auto;
    height: 42%;
  }
}

/* flash弹层2 */

.newflash_img5 {
  position: absolute;
  left: 52%;
  bottom: 90px;
  width: 20%;
  z-index: 0;
}

@media(max-width:991px) {
  .newflash_img5 {
    position: relative;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
    padding: 80px 0 55px;
  }
}

.newflash_img6 {
  position: absolute;
  left: 68%;
  bottom: 40px;
  width: 20%;
  z-index: 0;
}

@media(max-width:991px) {
  .newflash_img6 {
    position: relative;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
    padding-top: 50px;
  }
}

.newflash_img7 {
  position: absolute;
  left: 90%;
  top: 40px;
  width: 15.6%;
  z-index: 0;
}

/* flash弹层3 */

.newflash_img8 {
  font-size: 0;
  padding: 20px 0 40px;
}

.newflash_img8 img {
  width: 50%;
  font-size: 0;
}

.newflash_img8 img.newflash_img8_right {
  padding-top: 60px;
}

.newflash_img8 img.newflash_img8_left {
  width: 74.5%;
}

@media(max-width:991px) {
  .newflash_img8 img.newflash_img8_right {
    padding-top: 0;
    width: 49%;
    padding-left: 1%;
  }
  .newflash_img8 img.newflash_img8_left {
    width: 50%;
  }
}

.newflash_img9 {
  position: absolute;
  left: 90%;
  top: 145px;
  width: 15.6%;
  z-index: 1;
}

@media(max-width:991px) {
  .newflash_img9 {
    left: auto;
    top: auto;
    right: 0;
    bottom: 45px;
    padding-top: 0;
    width: 49%!important;
  }
}

/* flash弹层4 */

.newflash_img10 {
  font-size: 0;
}

.newflash_img10 img {
  width: 83.7%;
  font-size: 0;
}

.newflash_img11 {
  position: absolute;
  left: 52%;
  top: 80px;
  width: 25%;
  z-index: 1;
}

@media(max-width:991px) {
  .newflash_img11 {
    left: 8%;
    top: auto;
    bottom: 50px;
    width: 54.1%;
  }
}

.newflash_img12 {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 37.4%;
  z-index: 0;
}

@media(max-width:991px) {
  .newflash_img12 {
    position: relative;
    right: 0;
    bottom: 40px;
    width: 75.5%;
    z-index: 0;
    padding: 85px 0 200px;
  }
}

@media(max-width:575px) {
  .newflash_img12 {
    position: relative;
    right: 0;
    bottom: 40px;
    width: 75.5%;
    z-index: 0;
    padding: 40px 0 100px;
  }
}

.newflash_img13 {
  position: absolute;
  left: 0;
  top: 0;
  width: 49.3%;
}

@media(max-width:575px) {
  .newflash_img12 {
    top: -20px;
  }
}

.pos_relative {
  position: relative;
  padding: 40px 10%;
}

@media (max-width:991px) {
  .pos_relative {
    position: relative;
    padding: 40px 3.33%;
  }
}

@media (max-width:575px) {
  .pos_relative {
    padding: 0 3.33% 40px;
  }
}

.pos_onlyre {
  position: relative;
  width: 100%;
}

.pad_bottom {
  padding-bottom: 20px;
}

@media(max-width:991px) {
  .pad_bottom {
    padding-bottom: 35px;
  }
}

.txalign_right {
  text-align: right;
}

@media (max-width:991px) {
  /* sm*/
  .pdtop10_xs {
    padding-top: 10px;
  }
  .txalign_right_xs {
    text-align: right;
  }
  .pos_re_xs {
    position: relative;
  }
}

@media (max-width:767px) {
  .indexBanner .cont li img.pc {
    display: none;
  }
  .indexBanner .cont li img.m {
    display: block !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .indexBanner .cont li img {
    height: 420px;
    width: auto;
    margin: 0 auto;
  }
}

.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(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.png) 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(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(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(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(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;
  }
}