.dfi-stitle{
  text-align: center;
}
.dfi-section1{
  padding-top: 80px;
  padding-bottom: 170px;
  background-image: url(../img2/newIndex/bg1.png);
  background-size: cover;
  background-position: center center;
}
.dfi-section1 .dfi-top{
  margin-bottom: 20px;
  text-align: center;
}
.dfi-section1 .dfi-top a{
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  width: 80px;
  color: #000;
}
.dfi-section1 .dfi-top a.df-active::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 18px;
  width: 44px;
  height: 3px;
  background-color: #dd1c19;
}
.dfi-cul-l{
  display: inline-block;
  width: 40%;
  height: 100%;
  vertical-align: top;
}
.dfi-cul-l .swiper-container{
  width: 100% !important;
}
.dfi-cul-l img{
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.dfi-cul-l .swiper-pagination{
  padding-right: 50px;
  text-align: right;
  bottom: 14px;
}
.dfi-cul-l .swiper-pagination-bullet-active{
  background-color: #fb6256;
}
.dfi-cul-l .df-tibox{
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
}
.dfi-cul-l .df-ti{
  padding-left: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dfi-cul-r{
  display: inline-block;
  width: 58%;
  height: 100%;
  vertical-align: top;
  font-size: 16px;
}
.dfi-cul-r .dfi-cul-ri{
  margin-left: 30px;
  padding-bottom: 9px;
  border-bottom: 1px dashed #d8cfc4;
  line-height: 25px;
}
.dfi-cul-r .dfi-cul-ri+.dfi-cul-ri{
  margin-top: 19px;
}
.dfi-cul-r span,
.dfi-cul-r .df-title{
  display: inline-block;
  vertical-align: middle;
}
.dfi-cul-r .df-title{
  width: 75%;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  transition: all .25s linear;
}
.dfi-cul-ri .df-title:hover{
  color: #dd1c19;
}
.dfi-cul-r .df-dot{
  margin-left: 6px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #b42523;
}
.dfi-cul-r .df-time{
  float: right;
}
.df-morebox{
  text-align: center;
}
.df-morebox img{
  cursor: pointer;
}
.dfi-section2{
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../img2/newIndex/bg2.png);
  background-size: cover;
  background-position: center center;
}
.df-s2m{
  margin-left: -1%;
  margin-right: -1%;
}
.df-s2m .df-item{
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  width: 23%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 1px 1px 10px 1px #aaa;
}
.df-s2m .df-item .imgbox{
  position: relative;
  width: 100%;
  height: 185px;
  margin-bottom: 10px;
}
.df-s2m .df-item .imgbox::after{
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,0,.4);
}
.df-s2m .dfi-getpiao{
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 44px;
  background-image: url(../img2/newIndex/iconpiao.png);
  background-size: 100% 100%;
  background-position: center center;
  line-height: 44px;
  text-align: center;
  color: #dd1c19;
  opacity: 0;
  visibility: hidden;
}
.df-s2m .df-item:hover .dfi-getpiao{
  opacity: 1;
  visibility: visible;
  transition: all 1s linear;
}
.df-s2m .df-item:hover .imgbox::after{
  opacity: 1;
  visibility: visible;
  transition: all 1s linear;
}
.df-s2m .df-item .imgbox img{
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.df-s2m .df-s2title{
  font-size: 20px;
  height: 64px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.df-s2m .df-s2address{
  margin-top: 2px;
  margin-bottom: 2px;
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.df-s2m .df-s2time{
  color: #777;
}
.df-s2m .df-s2icon{
  margin-right: 8px;
  margin-bottom: 4px;
}
.df-s2m .df-s2b{
  margin-top: 8px;
  text-align: center;
}
.df-s2m .df-s2b span{
  position: relative;
  display: inline-block;
  width: 30%;
}
.df-s2m .df-s2b span+span::before{
  content: '';
  position: absolute;
  left: -2px;
  top: 4px;
  width: 1px;
  height: 13px;
  background-color: #b7b7b7;
}
.dfi-section3{
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(../img2/newIndex/bg3.png);
  background-size: cover;
  background-position: center center;
}
.df-s3m{
  margin-left: -1%;
  margin-right: -1%;
}
.df-s3m .df-item{
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  width: 23%;
  border: 1px solid #999;
  cursor: pointer;
  transition: all .25s linear;
}
.df-s3m .df-item:hover{
  transform: translateY(-4px);
  box-shadow: 0px 7px 30px 0px rgba(0,0,0,0.2);
}
.df-s3m .df-item .imgbox{
  position: relative;
  width: 100%;
  height: 180px;
}
.df-s3m .df-s3title .df-l{
  display: inline-block;
  font-size: 18px;
  width: 70%;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
  vertical-align: middle;
  font-weight: bold;
}
.df-s3m .df-s3title .df-r{
  display: inline-block;
  text-align: right;
  width: 28%;
  line-height: 32px;
  vertical-align: middle;
  color: #777;
}
.df-s3m .df-s3title .df-r img{
  margin-right: 5px;
  margin-bottom: 2px;
}
.df-s3m .df-descrip{
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  color: #777;
}
.dfi-section4{
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img2/newIndex/bg4.png);
  background-size: cover;
  background-position: center center;
}
.df-s4m{
  margin-top: 40px;
}
.df-s4m .df-bar{
  text-align: center;
  background-color: #535353;
  height: 65px;
}
.df-s4m .df-bar .df-item{
  padding: 10px 25px;
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  cursor: pointer;
  transition: all .25s linear;
}
.df-s4m .df-bar .df-item:hover,
.df-s4m .df-bar .df-active{
  background-color: #434343;
}
.df-fixed{
  position: fixed;
  right: 240px;
  bottom: 180px;
  visibility: hidden;
  opacity: 0;
}
.df-fixed.df-active{
  visibility: visible;
  opacity: 1;
  transition: all .25s linear;
}
.df-fixed>a{
  display: block;
  margin-bottom: 30px;
  width: 80px;
  height: 34px;
  background-image: url(../img2/newIndex/fix.png);
  background-size: 100% 100%;
  background-position: center center;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  color: #8f7768;
}
.df-fixed>a.df-active{
  background-image: url(../img2/newIndex/fixed.png);
}
@media screen and (max-width: 1365px) {
  .df-container{
    width: 1100px;
  }
} 
.imgbox{
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position: center center;
    cursor:pointer;  
  }