

/* 案例导航 */
.cDatucont{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.cDatucont>img{
  width: 100%;
}

.cDaCont{
  position: absolute;
  width: 30%;
  background: white;
  padding: 20px 20px;
  padding-bottom: 0;
  transition: all 0.5s;
}


.cDaCont:hover {
  /*-moz-box-shadow: 5px 5px 10px #e5e5e5;*/
  /*-webkit-box-shadow: 5px 5px 10px #e5e5e5;*/
  /*box-shadow: 5px 5px 10px #e5e5e5;*/
  /*transform: translate3d(0,-2px,0);*/
  transform: scale(1.02);
}


.cDaCont:hover{
  color: #00923d;
}

.cDaCont>p{
  font-size: 30px;
  /* color: #00923d; */
  font-weight: 900;
}

.cDaCont>div{
  color: #999999;
  font-size: 13px;
  line-height: 25px;
}

.cDizhi{
  margin: 20px 0;
}
.cDizhi>span{
  color: #000000;
  font-size: 15px;
  margin-right: 20px;
}
.cDaCont>a{
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(172, 172, 172, 0.294);
  margin-top: 20px;
  color: #999999;
}

.cDaCont>a:hover{
  color: #00923d;
}
.cHezuo{
  width: 80%;
  margin-left: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 50px;
}

.cHezuo>li{
  width: 18%;
  height: 100px;
  background: white;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cHezuo>div{
  width: 100%;
  margin-top: 10px;
  font-size: 30px;
  color: #00923d;
}


.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
  display:inline-block;width:44px;height:44px;line-height:31px;text-align:center;font-family:'Arial';background-color:#00923d;line-height: 44px;   margin: 10px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:44px;height:44px;line-height:31px;color:#000000; text-align:center;font-family:'Arial';background-color:#f6f6f6;line-height: 44px; margin: 10px;  }

.pages-turn a.on, .pages-turn a:hover{color:#fff;background-color:#00923d; }
/*.pages-turn a:first-child,*/
/*.pages-turn a:last-child{background:#f6f6f6;font-weight:600;}*/

/* 案例详情 */

.caseDetails{
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(172, 172, 172, 0.294);
}


.anliImg{
  width: 55%;
  display: flex;
  flex-direction: column;
}

.anliImg>img{
  width: 100%;
  margin-bottom: 20px;
}

.anliWenzi{
  width: 40%;
}
.anliWenzi>p{
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}


.anliWenzi>div{
  padding: 40px 0;
  border-bottom: 1px solid rgba(172, 172, 172, 0.294);
}


.anliWenzi>div>p{
  font-size: 20px;
  color: #00923d;
  font-weight: 600;
  padding-left: 10px;
  border-left: 3px solid #00923d;
}


.anliWenzi>div>div{
  font-size: 15px;
  /* color: #999999; */
  line-height: 30px;
  margin-top: 20px;
}


.anliFanye{
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}


.anliFanye>div{
  height: 60px;
  width: 49%;
  display: flex;
  align-items: center;
}

.shangyige{
  display: flex;
  justify-content: flex-end;
}

.shangyige>a>span{
    
white-space: nowrap;
text-overflow:ellipsis;
overflow: hidden;
}
.anliFanye>div>a{
  width: 200px;
  padding: 0 30px;
  height: 100%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
}


.anliFanye>div>a:hover{
  background: #00923d;
  color: white;
}

@media (max-width: 1300px){
  .cDaCont{
    width: 60% !important;
  }
}


@media (max-width: 1000px){
  .cDaCont{
    width: 70% !important;
  }
  .cHezuo>li{
    width: 24%;
  }
  .caseDetails{
    flex-wrap: wrap;
  }
  .anliWenzi,.anliImg{
    width: 100%;
  }
}

  
@media (max-width: 750px){

  .cDaCont{
    width: 90% !important;
    /*height: 400px;*/
    position: relative !important;
  }
  .cDatucont{
      margin-top: 30px;
  }
  .cContent>li{
    width: 100% !important;
  }
  .cHezuo>li{
    width: 32.333333%;
  }
  
.cDatucont>img{
  width: 250%;
}
.cDaCont>p{
    font-size: 20px;
}

.cDizhi>span{
    font-size: 14px;
}
.cDatucont>img{
    display: none !important;
}
.cDaCont>div{
    font-size: 12px;
}
.cDizhi{
    margin: 8px 0;
}
.caseDetails{
    margin-top: 30px !important;
    padding-bottom: 0 !important;
}
.anliWenzi>p{
    font-size: 20px;
    margin-bottom: 0px;
}
.anliWenzi>div>p{
    font-size: 16px;
}
.anliWenzi>div{
    padding: 20px 0;
}
.anliWenzi>div>div{
    font-size: 12px !important;
    line-height: 20px;
}
.anliFanye>div>a{
    font-size: 12px;
white-space: nowrap;
text-overflow:ellipsis;
overflow: hidden;
}
.anliFanye>div>a>span{
    
white-space: nowrap;
text-overflow:ellipsis;
overflow: hidden;
}
}



























