.m-slide-img{
    width:75%;
    height: 75%;
}
.m-slide .tab {
  position: absolute;
  right: 0;
  top: 0;
}
.m-slide .tab h2 {
  line-height: 40px;
  color: #fff;
  /*background: #343534;*/
}
.m-slide .tab h2 a {
  padding-top: 10px;
  height: auto;
  line-height: 47px;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
  /*background: #343534;*/
  width: 80%;
  margin-left: 10px;
  display: block;
  font-size: 20px;
  color: #fff;
}
.m-slide .tab li {
  width: 220px;
}
.m-slide .tab .first {
  border-top: 0;
}
.m-slide .tab li a {
  text-decoration: none;
  display: block;
  position: relative;
  /*background: #343534;*/
  height: 37px;
  line-height: 37px;
  text-indent: 20px;
  color: #fff;
  font-size: 14px;
}
.m-slide .tab li a:hover {
  font-size: 18px;
  color: #ff8c00;
}
.m-slide .tab a b {
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 11px;
  overflow: hidden;
}
.m-slide .tab a span {
  position: absolute;
  overflow: hidden;
}
.m-slide .tab a .title {
  left: 17px;
  top: 6px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.m-slide .tab a .des {
  height: 16px;
  line-height: 16px;
  color: #999;
}
.m-slide .tab .first a {
  height: 50px;
}
.m-slide .tab .on a b {
  background: url(images/dot.png) no-repeat;
}
.m-slide .tab .on a span {
  color: #41a1f2;
}
.m-slide {
  position: relative;
  /*width: 1170px;*/
  width: 86%;
  /*height: 330px;*/
  margin:0 auto;
  background: #343534;
  overflow: hidden;
  background-color:#eae3d2;
}
.m-slide .bottom-shadow {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  background: #e6e6e6;
  border-bottom: 1px solid #ececec;
}
.m-slide .img {
  float: left;
  position: relative;
  height: 360px;
}
.m-slide .img li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
/* 本例子css */
.ladyScroll {
  width: 100%;
  margin: 15px auto;
  border: #ddd 1px solid;
  position: relative;
  background: #fff;
}
.ladyScroll .title {
  color: #333;
  font-size: 18px;
  border-bottom: solid 1px #ff8c00;
  margin: 30px 4% 10px;
  padding: 10px 0;
}
.ladyScroll .prev,
.ladyScroll .next {
  width: 51px;
  height: 45px;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 100;
  cursor: pointer;
  background: url(../images/index_icon2.png) no-repeat;
}
.ladyScroll .prev {
  background-position: 12px -14px;
}
.ladyScroll .next {
  left: auto;
  right: 0;
  background-position: -25px -14px;
}
.ladyScroll .prev:hover {
  /*background-position: 0 -45px;*/
}
.ladyScroll .next:hover {
  /*background-position: 0 -135px;*/
}
.ladyScroll .scrollWrap {
  width: 92%;
  margin-left: 4%;
  padding: 0px 0 35px;
  overflow: hidden;
}
.ladyScroll dl {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}
.ladyScroll dt {
  float: left;
  width: 140px;
  overflow: hidden;
}
.ladyScroll img {
  display: block;
  width: 140px;
}
.ladyScroll dd {
  width: 330px;
  padding-left: 15px;
  float: left;
  width: 343px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.ladyScroll dd h2 {
  font-size: 18px;
  color: #ff8c00;
  text-align: left;
  margin-top: 28px;
}
.ladyScroll dd .des {
  font-size: 14px;
  color: #888888;
  text-align: left;
}
.ladyScroll dd .more {
  color: #333;
  display: block;
  width: 100%;
  position: relative;
  font-size: 13px;
  text-align: right;
}
.ladyScroll dd a {
  color: #fff;
}
.ladyScroll dd a:hover {
  text-decoration: none;
}
/*.ladyScroll dl:hover span {
  background: #B52153;
}*/
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-slide {
    display: none;
  }
  .ladyScroll .title {
    margin: 15px 4% 0px;
  }
  .ladyScroll dl {
    width: 49%;
  }
  .ladyScroll dt {
    display: none;
  }
  .ladyScroll .prev {
    top: 120px;
    left: -10px;
  }
  .ladyScroll .next {
    top: 120px;
    right: -15px;
  }
  .ladyScroll dd {
    width: 100% !important;
  }
  .ladyScroll dd h2 {
    margin-top: 15px;
  }
  .ladyScroll dd .des {
    line-height: 24px;
    height: 120px;
    overflow-y: hidden;
  }
}
