.const_select {
  width: 100%;

  margin: 30px 0;
}

.const_select .case-con {
  padding: 10px 30px;
  background: hsl(0, 0%, 98%);
  border: 1px solid #e7e7e7;
  display: flex;
  box-sizing: border-box;
}

.const_select .case-con h4 {
  font-size: 14px;
  color: #555555;
  margin-right: 10px;
  padding: 6px 0;
}

.const_select .case-con ul {
}

.const_select .case-con ul a {
  display: block;
  float: left;
  font-size: 14px;
  color: #555555;
  margin-right: 20px;
  padding: 6px 20px;
  border-radius: 50px;
  cursor: pointer;
}

.const_select .case-con ul a.cur {
  background: #74aa44;
  color: #fff;
}
.const_select .case-con ul a.active {
  background: #74aa44;
  color: #fff;
}

.const_select .case-con ul a:hover {
  background: #74aa44;
  color: #fff;
}

.const_item{
  overflow: hidden;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 36px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.const_item .img{
  width: 30%;
  overflow: hidden;
}
.const_item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s all;
  -webkit-transition: .5s all;
}
.const_item:hover .img img{
  transform: scale(1.1);
}
.const_item .info{
  width: 66%;
}
.const_item .info h3{
  font-size: 22px;
  color: #222222;
  margin-bottom: 10px;
}
.const_item:hover .info h3{
  color: #74aa44;
}
.const_item .info dt{
  margin-bottom: 20px;
  overflow: hidden;
}
.const_item .info dt p{
  float: left;
  font-size: 14px;
  color: #777777;
  margin-right: 20px;
}
.const_item .info ol{
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.const_item .info .const_on_jd{
  width: 90%;
  height: 30px;
  line-height: 34px;
  margin: 0 auto;
  border-radius: 50px;
  background: #f0f0f0;
  padding: 0 10px;
  box-sizing: content-box;
  
}
.const_item .info .const_on_jd span{
  float: left;
  display: flex;
  width: 19.25%;
  height: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.const_item .info .const_on_jd span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 4px;
  background: #d7d7d7;
  z-index: -1;
}

.const_item .info .const_on_jd span.set1{
  text-align: left;
  width: 11.5%;
  justify-content: flex-start;
}
.const_item .info .const_on_jd span.set1 i:after{
  display: none;
}
.const_item .info .const_on_jd span.set1:after{
  content: '';
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 4px;
  background: #d7d7d7;
  z-index: -1;
}

.const_item .info .const_on_jd span.set6{
  text-align: right;
  width: 11.5%;
  justify-content: flex-end;
}
.const_item .info .const_on_jd span.set6 i:after{
  display: none;
}
.const_item .info .const_on_jd span.set6:after{
  content: '';
  position: absolute;
  right: 0;
  top: 45%;
  width: 100%;
  height: 4px;
  background: #d7d7d7;
  z-index: -1;
}

.const_item .info .const_on_jd span i{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #d7d7d7;
  position: relative;
}
.const_item .info .const_on_jd span i:after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #fff;
}

.const_item .info .active1 .const_on_jd .set1 i{
  background: #74aa44;
}
.const_item .info .active1 .const_on_jd .set1:after{
  background: #74aa44;
}

.const_item .info .active2 .const_on_jd .set1 i,.const_item .info .active2 .const_on_jd .set2 i{
  background: #74aa44;
}
.const_item .info .active2 .const_on_jd .set1:after,.const_item .info .active2 .const_on_jd .set2:after{
  background: #74aa44;
}

.const_item .info .active3 .const_on_jd .set1 i,.const_item .info .active3 .const_on_jd .set2 i,.const_item .info .active3 .const_on_jd .set3 i{
  background: #74aa44;
}
.const_item .info .active3 .const_on_jd .set1:after,.const_item .info .active3 .const_on_jd .set2:after,.const_item .info .active3 .const_on_jd .set3:after{
  background: #74aa44;
}

.const_item .info .active4 .const_on_jd .set1 i,.const_item .info .active4 .const_on_jd .set2 i,.const_item .info .active4 .const_on_jd .set3 i,.const_item .info .active4 .const_on_jd .set4 i{
  background: #74aa44;
}
.const_item .info .active4 .const_on_jd .set1:after,.const_item .info .active4 .const_on_jd .set2:after,.const_item .info .active4 .const_on_jd .set3:after,.const_item .info .active4 .const_on_jd .set4:after{
  background: #74aa44;
}

.const_item .info .active5 .const_on_jd .set1 i,.const_item .info .active5 .const_on_jd .set2 i,.const_item .info .active5 .const_on_jd .set3 i,.const_item .info .active5 .const_on_jd .set4 i,.const_item .info .active5 .const_on_jd .set5 i{
  background: #74aa44;
}
.const_item .info .active5 .const_on_jd .set1:after,.const_item .info .active5 .const_on_jd .set2:after,.const_item .info .active5 .const_on_jd .set3:after,.const_item .info .active5 .const_on_jd .set4:after,.const_item .info .active5 .const_on_jd .set5:after{
  background: #74aa44;
}

.const_item .info .active6 .const_on_jd .set1 i,.const_item .info .active6 .const_on_jd .set2 i,.const_item .info .active6 .const_on_jd .set3 i,.const_item .info .active6 .const_on_jd .set4 i,.const_item .info .active6 .const_on_jd .set5 i,.const_item .info .active6 .const_on_jd .set6 i{
  background: #74aa44;
}
.const_item .info .active6 .const_on_jd .set1:after,.const_item .info .active6 .const_on_jd .set2:after,.const_item .info .active6 .const_on_jd .set3:after,.const_item .info .active6 .const_on_jd .set4:after,.const_item .info .active6 .const_on_jd .set5:after,.const_item .info .active6 .const_on_jd .set6:after{
  background: #74aa44;
}

.const_item .info ol li{
  float: left;
  width: 15.25%;
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding-left: 12px;
}
.const_item .info ol li.set1{
  text-align: left;
  width: 12%;
  padding-left: 14px;
}
.const_item .info ol li.set6{
  text-align: right;
  width:10%;
}
.const_item .info ol li:last-child{
  margin-right: 0;
}

.const_item .info .active1 .set1{
  color: #74aa44;
}
.const_item .info .active2 .set1,.const_item .info .active2 .set2{
  color: #74aa44;
}
.const_item .info .active3 .set1,.const_item .info .active3 .set2,.const_item .info .active3 .set3{
  color: #74aa44;
}
.const_item .info .active4 .set1,.const_item .info .active4 .set2,.const_item .info .active4 .set3,.const_item .info .active4 .set4{
  color: #74aa44;
}
.const_item .info .active5 .set1,.const_item .info .active5 .set2,.const_item .info .active5 .set3,.const_item .info .active5 .set4,.const_item .info .active5 .set5{
  color: #74aa44;
}
.const_item .info .active6 .set1,.const_item .info .active6 .set2,.const_item .info .active6 .set3,.const_item .info .active6 .set4,.const_item .info .active6 .set5,.const_item .info .active6 .set6{
  color: #74aa44;
}


/* === 预约参观工地 === */
.at_box{
  position: relative;
}
.at_rt.at_rtfixed{
  position: sticky;
  top: 50px;
  right: 0;
  z-index: 99;
}

.reservation {
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.reservation h3{
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  padding: 14px 0;
  background: #f6f6f6;
}

.reservation_cont{
  padding: 30px;
  background: #fff;
}
.form_reservation input{
  width: 100%;
  height: 46px;
  border: 1px solid #d8d8d8;
  padding: 0 0 0 40px;
  margin-bottom: 24px;
  box-sizing: border-box;
  background: url(../images/icon-user.jpg)no-repeat left;
  background-position-x: 10px;
}
.form_reservation input.phone{
  background: url(../images/icon-tel.jpg)no-repeat left;
  background-position-x: 10px;
}
.form_reservation button{
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #74aa44;
  text-align: center;
  background: #74aa44;
  cursor: pointer;
}
.form_reservation button:hover{
  background: #437e0f;
  border: 1px solid #437e0f;
}

.new_reservation p{
  font-size: 16px;
  color: #74aa44;
  text-align: center;
}
.new_reservation p b{
  font-size: 18px;
  border-bottom: 1px solid #74aa44;
}
.new_reservation .list{
  margin-top: 30px;
}
.new_reservation .list li{
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #e1e1e1;
  
}
.new_reservation .list li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
}




@media (max-width:1200px){

}