.mg-rows {
    position:relative;
    /* border:1px solid blue; */

}
.mg-trigger{
    cursor: pointer;
    /* background-color:grey; */
    max-width: 100%;
    width:100%; 
    margin:0 auto; 
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
@media(max-width:767px){
  .mg-trigger{
    width:450px; 
  }
}
.mg-space {
    display:none;
    position:relative;
    width:100%;
    float:left;
}
.mg-target {
    display:none;
    background-color:rgba(249, 249, 249, 0.7);
}

.mg-target-open {
    /*position:absolute;*/
    top:0;left:0;right:0;
}
/* .mg-indicator {
    border-bottom: 10px solid #f40;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
} */
.mg-close {
    display: none;
    background: url(data:image/gif;base64,R0lGODlhFAAUAJEAAE1NTf///////wAAACH5BAEHAAIALAAAAAAUABQAAAIzBISpK+YMm5Enpodw1HlCfnkKOIqU1VXk55goVb2hi7Y0q95lfG70uurNaqLgTviyyUoFADs=) no-repeat center center;
    cursor: pointer;
    height: 30px;
    padding: 7px;
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left: -15px;
    margin-bottom: 20px;
    width: 30px;
    z-index: 2;
}
.mg-close:hover {
    opacity: .5;
}
.modal-dialog-zs{
  position: absolute;
  margin:0;
  width:800px;
  left:50%;
  margin: 40px 0;
  margin-left: -400px;
}
@media(max-width:767px){
 .modal-dialog-zs{
   width: 400px;
   left: 50%;
   margin-left: -200px;

 }
}
.modal-body-zs {
  padding: 10px;
  /* border:1px solid red; */
}
.modal-zs-img{
  width:100%;
  height:auto;
  display: block;
  border:1px solid rgba(94, 65, 47, 0.2);
}
@media(max-width:767px){
  .modal-zs-img{
    width:100%;
    margin: 0 auto;
  }
}
/* = !DEMO STYLES
---------------------------------------------------------------- */

.slick .mg-target {
  box-sizing: initial;
  height: 141px;
  overflow: hidden;
}

.demo-item {
    margin-bottom: 0;
    text-align: center;
    margin:0;
    padding: 0;
    text-decoration: none;
    color: #5E412F;
}
.mg-targets a:hover,
.mg-targets a:active,
.mg-targets a:visited{
  color: #5E412F;
  text-decoration: none;
}
.demo-item img {
    width: 100%; 
    margin:0 auto;
    display: block;  
}
@media(max-width:767px){
  .demo-item img{
    width:100%;
    height: auto;
  }
}
.demo-item span{
  font-size: 16px;
  letter-spacing: .2em;
}
.demo-item a{
  text-decoration: none;
}

/* 新闻中心 */
.xwzx_index{
  display: block;
  margin:0 auto;
  margin-top: 80px;
  margin-bottom: -60px;
  /* border:1px solid red; */
  height:auto;
  max-width:60%;
}
@media(max-width:767px){
  .xwzx_index{
    margin-bottom: 0;
    margin-top: 30px;
    max-width:80%;
  }
}

/* 文献 */
.wenxian_index{
  display: block;
  margin:0 auto;
  margin-bottom: -100px;
  /* border:1px solid red; */
  height:auto;
  max-width:100%;
}
@media(max-width:767px){
  .wenxian_index{
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
.container {
    width: 100%
     
  }
}
 .container,.row{ margin: 0; padding: 0}
 .modal-footer{
  text-align: center;
}