.index_hot{
  padding-bottom: 80px;
}

 .ititle{
  font-size: 34px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #c0a88f;
}
.entitle{
    color: #c0a88f;
    text-transform: uppercase;
    font-size: 30px;
}

.index_hot .iremark{
  color: #5a5a5a;
  font-size: 14px;
  margin-bottom: 35px;
}
.index_hot img{
  overflow: hidden;
  transition: transform .3s;
}
.index_hot a{
  display: block;
  overflow: hidden;
}
.index_hot a:hover img{
  transform: scale(1.2);
}
.pro-remark{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    height: 125px;
    left: 0;
    text-align: left;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.proclass a{
    display: block;
    position: relative;
}
.proclass .p1{
    color: #c0a88f;
    font-size: 24px;
}
.proclass .p2{
    color: #fff;
    font-size: 14px;
}
.proclass .p3 {
    position: absolute;
    bottom: 0px;
    opacity: 0;
}
.index_pro{
  padding: 100px 0;
}
.index_pro .remark{
  padding: 15% 0;
  text-align: center;
}
.index_pro .remark .p2{
  font-size: 12px;
  color: #646464;
}
.index_pro .swiper-slide{
  border: 2px solid #d5d5d5;
}
.index_pro img{
  width: 100%;
}
.inewsr_headlines .p1{
    color: #c0a88f;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    align-items: center;
    margin-bottom: 20px;

}

.inewsr_headlines .p1 span{
    font-size: 16px;
}
.inewsr_headlines .p2{
    color: #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.index_news .newslist a{
    display: flex;
    color: #fff;
}
.newslist div:last-child{
  overflow: hidden;
}
.newslist .p3{
    color: #c0a88f;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newslist a > div:first-child{
    margin-right: 20px;
    color: #262626;
    background: #eedeb3;
    text-align: center;
    padding: 10px 17px;
}
.newslist .p1{
    font-size: 24px;
}
.newslist .p4{
    color: #d7d7d7;
}

.index_case .p3{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.index_case .p4{
    color: #c0a88f;
}
.index_case a{
    display: block;
    position: relative;
}
.caseremark{
    position: absolute;
    color: #c0a88f;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    height: 27%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    font-size: 24px;
}
.caseremark span{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}
.pro-remark{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  height: 125px;
  left: 0;
  text-align: left;
  padding-left: 30px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.proclass a{
  display: block;
  position: relative;
}
.proclass .p1{
  color: #c0a88f;
  font-size: 24px;
}
.proclass .p2{
  color: #fff;
  font-size: 14px;
}
.proclass .p3 {
  position: absolute;
  bottom: 5%;
  left: 3%;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.proclass a:hover .pro-remark{
height: 100%;
background: rgba(0, 0, 0, 0);
}
.proclass a:hover .p3{
  opacity: 1;
}


.index_module .swiper-slide{
  position: relative;

}
.index_module .p4{
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transition: all 0.5s;
color: #000;
}
.swiper-slide:hover .p4{
  opacity: 1;
  
}


@media (max-width:750px) {

}
