
.m-slide .tab {
  position: absolute;
  bottom: 0;
  z-index: 11;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);/*自己的50% */
}
.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 #000;
  /* background: #343534; */
  width: 80%;
  margin-left: 10px;
  display: block;
  font-size: 20px;
  color: #000;
}
.m-slide .tab li {
  /* width: 220px; */
  margin-right: 10px;
  float: left;
}
.m-slide .tab .first {
  border-top: 0;
}
.m-slide .tab li a {
  /* text-decoration: none; */
  display: inline-block;
  position: relative;
  /* background: #343534; */
  background: url(../images/un-select.png) no-repeat;
  height: 32px;
  width: 32px;
  background-size:100%; 
  /* line-height: 32px;
  text-indent: 20px; */
  /*color: #fcf8e3;*/
  /* color: #000;
  font-size: 14px; */
}
.m-slide .tab li a:hover {
  font-size: 18px;
  background: url(../images/select.png) no-repeat;
  background-size:100%; 
}
.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: 100%;
  height: 100%;
  background: white;
  overflow: hidden;
  margin-bottom:30px;
  top: -130px;
  z-index: 9;
}
.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: 900px !important;
  width: 100%;
}
.m-slide .img img{
  height: 100%;
}
.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 2px #0d6fb8;
  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: #fd9964;
  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;
  }
}

.m-fyxm{
  width: 100%;
  height: 667px;
  background: url(../images/listcover.png);
  background-size: 100%;
  margin-top: -160px;
  display: flex;
}
.xm-font{
  width: 47%;
  height: 100%;
  font-size: 16px;
  display: flex;
  padding: 50px 20px 120px 18%;
  flex-direction: column;
  justify-content: space-evenly;
}
.xm-img{
  width: 53%;
  height: 100%;
}
.xm-img div{
  width: 100%;
  height: 100%;
  /*background: url(../images/index/白鹤拳.png) no-repeat;*/
  /*background-size: 100%;*/
}
/* .img-zzh div{
  background: url(../images/index/纸织画.png) no-repeat;
  background-size: 100%;
}
.img-bhq div{
  background: url(../images/index/白鹤拳.png) no-repeat;
  background-size: 100%;
}
.img-xiang div{
  background: url(../images/index/香.png) no-repeat;
  background-size: 100%;
} */
.xm-title{
  height: 65px;
  padding-bottom: 15px;
}
.xm-title div{
  width: 200px;
  height: 100%;
  background: url(../images/xmzt.png) no-repeat;
  background-size: 100%;
}
.xm-select{
  display: flex;
}
.xm-select span{
  cursor: pointer;
}
.select-div{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.xm-icon{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #B31828;
}
.xm-selected{
  color: #B31828;
}
.xm-name{
  background: url(../images/titlebj.png) no-repeat;
  background-size: 100%;
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.xm-name span{
  font-size: 20px;
  color: #fff;
}
.xm-intr{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  line-clamp: 14;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 85%;
}
.xm-intr p{
  text-indent:2em;
}
.xm-more a{
  color: #e80844;
}

.m-fyccr{
  width: 100%;
  height: 667px;
  display: flex;
}
.ccr-img{
  width: 65%;
  height: 100%;
  background: #3e5366;
  /*padding-right: 10%;*/
}
/*.ccr-img div{*/
/*  height: 100%;*/
/*  background:url(../images/index/zwh.png) no-repeat;*/
/*  background-size: 100%;*/
/*}*/
.ccr-font{
  width: 35%;
  height: 100%;
  background: #eceef0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.ccr-title{
  width: 50px;
}
.ccr-title div{
  width: 100%;
  height: 150px;
  background: url(../images/ccrzt.png) no-repeat;
  background-size: 100%;
}
.ccr-name{
  width: 35px;
  height: 350px;
  display: flex;
  margin-right: 10px;
  background: url(../images/titlebj2-1.png) no-repeat;
  background-size: 100%;
  align-items: center;
  cursor: pointer;
}
.ccr-selected{
  background: url(../images/titlebj2.png) no-repeat;
  background-size: 100%;
}
.ccr-selected .name{
  color: #fff;
}
/*.ccr-name:hover{*/
/*  background: url(../images/titlebj2.png) no-repeat;*/
/*  background-size: 100%;*/
/*}*/
.ccr-name:hover .name{
  color: #fff;
}
.ccr-name span{
  font-size: 24px ;
  text-align: center;
  color: #863523;
}

.m-fyjd{
  width: 100%;
  height: 667px;
  display: flex;
  background: url(../images/jdbj.png);
  background-size: 100%;
}
.jd-font{
  width: 35%;
  height: 100%;
  display: flex;
  padding: 100px 10%;
}
.jd-img{
  width: 65%;
  height: 100%;
  padding: 40px 0;
}
.jd-title{
  width: 50px;
}
.jd-title div{
  width: 100%;
  height: 300px;
  background: url(../images/jcfyzt.png) no-repeat;
  background-size: 100%;
}
.jd-name{
  width: 35px;
  height: 100%;
  margin-right: 20px;
}
.jd-name span{
  font-size: 25px !important;
  color: #fff;
}
.jd-img div{
  width: 45%;
  height: 270px;
  background-size: 100%;
  float: left;
  /*margin-top: 20px;*/
  margin: 20px;
}
/*.imgf{*/
/*  background: url(../images/index/基地1.png) no-repeat;*/
/*  margin-right: 20px;*/
/*}*/
/*.imgs{*/
/*  background: url(../images/index/基地2.png) no-repeat;*/
/*}*/
/*.imgt{*/
/*  background: url(../images/index/基地3.png) no-repeat;*/
/*  margin-right: 20px;*/
/*}*/
/*.imgo{*/
/*  background: url(../images/index/基地4.png) no-repeat;*/
/*}*/

.m-fyzx{
  width: 100%;
  height: 757px;
  background: #fff;
}
.zx-title{
  width: 100%;
  height: 97px;
  position: relative;
}
.zx-title div{
  width: 200px;
  height: 50px;
  background: url(../images/zxzt.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 27px;
}
.zx-list{
  width: 100%;
  height: 220px;
  border-bottom: solid 1px #e0e0e0;
}
.zx-list a{
  margin-left: 10%;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
}
.zx-list:hover{
  background: url(../images/listcover.png);
  background-size: 100%;
}
.list-img{
  width: 20%;
  height: 80%;
  margin-left: 15%;
}
.list-img img{
  width: 100%;
  height: 100%;
}
.list-font{
  width: 50%;
  height: 80%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-title{
  font-size: 20px;
  font-weight: bold;
}
.list-time{
  color: #9da7b2;
  font-size: 15px;
  display: flex;
}
.list-intr{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
}
.list-icon{
  width: 16px;
  height: 16px;
  background: url(../images/time.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.list-title, .list-time, .list-intr{
  margin-bottom: 10px;
}