.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;}

.banner img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;}

.banner img:hover {
  transform: scale(1.05);}

.banner .slick-prev {
  text-indent: 999px;
  overflow: hidden;
  width: 17px;
  height: 29px;
  position: absolute;
  z-index: 9;
  left: 2%;
  top: 50%;
  margin-top: -15px;
  background: url(images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;}

.banner .slick-next {
  text-indent: 999px;
  overflow: hidden;
  width: 17px;
  height: 29px;
  position: absolute;
  z-index: 9;
  right: 2%;
  top: 50%;
  margin-top: -15px;
  background: url(images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 0.8;}

.banner .slick-dots {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%);}

.banner .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 7px;
  background: none;
  border: 1px solid #ffffff;
  cursor: pointer;}

.banner .slick-dots li button {
  display: none;}

.banner .slick-dots li.slick-active {
  background: #ffffff;}
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}
.focus-title-bar {
    position: absolute;
    left:0%;
    bottom:44px;
    z-index: 40;
    width: 100%;
    height: 40px;
    margin-left:0px;}

.focus-title-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);}

.focus-title {
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;}

.focus-title {
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;}



.imgbed{
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top:34%;}
.imgbed img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

